mirror of
https://github.com/sonicdcer/sf64.git
synced 2024-11-23 04:50:05 +00:00
fix jp rev0 build
This commit is contained in:
parent
fb7b087664
commit
89f11fc142
5
Makefile
5
Makefile
@ -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))
|
||||
|
@ -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;
|
||||
|
1
starfox64.jp.rev0.uncompressed.md5
Normal file
1
starfox64.jp.rev0.uncompressed.md5
Normal file
@ -0,0 +1 @@
|
||||
7815171b128791fc3c0cd16debe30bec ./build/starfox64.jp.rev0.uncompressed.z64
|
@ -40,6 +40,7 @@
|
||||
- [0x1FB40, c, 1FA60]
|
||||
- [0x1FB50, hasm, mio0]
|
||||
- [0x1FBF0, hasm, rdramcheck]
|
||||
- [0x1FCA0, textbin, alt_ipl3]
|
||||
- [0x206C0, c, libc_sprintf]
|
||||
|
||||
# Libultra
|
||||
|
Loading…
Reference in New Issue
Block a user