fix jp rev0 build

This commit is contained in:
Alejandro Javier Asenjo Nitti 2024-05-14 10:59:18 -03:00
parent fb7b087664
commit 89f11fc142
8 changed files with 8 additions and 0 deletions

View File

@ -279,9 +279,14 @@ endif
$(shell mkdir -p asm bin linker_scripts/$(VERSION)/$(REV)/auto)
SRC_DIRS := $(shell find src -type d)
# Temporary, until we decide how we're gonna handle other versions
ifeq ($(VERSION), jp)
SRC_DIRS := $(shell find srcjp -type d)
endif
ASM_DIRS := $(shell find asm/$(VERSION)/$(REV) -type d -not -path "asm/$(VERSION)/$(REV)/nonmatchings/*")
BIN_DIRS := $(shell find bin -type d)
C_FILES := $(foreach dir,$(SRC_DIRS),$(wildcard $(dir)/*.c))
C_FILES := $(filter-out %.inc.c,$(C_FILES))
S_FILES := $(foreach dir,$(ASM_DIRS) $(SRC_DIRS),$(wildcard $(dir)/*.s))

View File

@ -2443,6 +2443,7 @@ D_8017E112 = 0x8017E112;
D_8017E210 = 0x8017E210;
D_8017E218 = 0x8017E218;
D_80180001 = 0x80180001;
D_80180058 = 0x80180058;
D_8018CFB0 = 0x8018CFB0;
D_8018CFC0 = 0x8018CFC0;
D_i6_8018DD90 = 0x8018DD90;

View File

@ -0,0 +1 @@
7815171b128791fc3c0cd16debe30bec ./build/starfox64.jp.rev0.uncompressed.z64

View File

@ -40,6 +40,7 @@
- [0x1FB40, c, 1FA60]
- [0x1FB50, hasm, mio0]
- [0x1FBF0, hasm, rdramcheck]
- [0x1FCA0, textbin, alt_ipl3]
- [0x206C0, c, libc_sprintf]
# Libultra