This commit is contained in:
Charlotte 🦝 Delenk 2022-10-17 09:06:47 +01:00
parent 0c3b11cd17
commit e1240fbb6c
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122
3 changed files with 8 additions and 8 deletions

View file

@ -13,3 +13,9 @@ lbl_8002BAC4:
/* 8002BAC4 00027904 80 63 00 00 */ lwz r3, 0x0(r3)
/* 8002BAC8 00027908 4E 80 00 20 */ blr
/* 8002BACC 0002790C 00 00 00 00 */ .4byte 0x00000000
.include "macros.inc"
.section .sbss, "", @nobits # 0x8055C6E0 - 0x8055DF80 ; 0x000018A0
.global __DBInterface
__DBInterface:
.skip 0x8

View file

@ -1,6 +0,0 @@
.include "macros.inc"
.section .sbss, "", @nobits # 0x8055C6E0 - 0x8055DF80 ; 0x000018A0
.global __DBInterface
__DBInterface:
.skip 0x8

View file

@ -152,9 +152,10 @@ $(BUILD_DIR)/asm/exi/EXICommon.o \
$(BUILD_DIR)/asm/si/SIBios.o \
$(BUILD_DIR)/asm/si/SISamplingRate.o \
\
$(BUILD_DIR)/asm/db/db.o \
\
$(BUILD_DIR)/asm/Linker/Generated/Symbol/File_80006684.o \
$(BUILD_DIR)/asm/Linker/Generated/Symbol/File_800069c4.o \
$(BUILD_DIR)/asm/db/db_8002bab0.o \
$(BUILD_DIR)/asm/vi/vi_8002bad0.o \
$(BUILD_DIR)/asm/vi/i2c_8002e490.o \
$(BUILD_DIR)/asm/vi/vi3in1_8002edb0.o \
@ -5636,7 +5637,6 @@ $(BUILD_DIR)/asm/src/StepMain_8055c688.o \
$(BUILD_DIR)/asm/src/CinemaScopeModel_8055c6a0.o \
$(BUILD_DIR)/asm/src/FullScreenModel_8055c6b8.o \
$(BUILD_DIR)/asm/src/Wipe_8055c6c0.o \
$(BUILD_DIR)/asm/db/db_8055c8f8.o \
$(BUILD_DIR)/asm/vi/vi_8055c900.o \
$(BUILD_DIR)/asm/vi/i2c_8055c9b0.o \
$(BUILD_DIR)/asm/vi/vi3in1_8055c9b8.o \