Skip to content

Commit

Permalink
fix jp rev0 build
Browse files Browse the repository at this point in the history
  • Loading branch information
sonicdcer committed May 14, 2024
1 parent fb7b087 commit 89f11fc
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
1 change: 1 addition & 0 deletions linker_scripts/jp/rev0/undefined_syms.ld
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions starfox64.jp.rev0.uncompressed.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7815171b128791fc3c0cd16debe30bec ./build/starfox64.jp.rev0.uncompressed.z64
1 change: 1 addition & 0 deletions yamls/jp/rev0/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
- [0x1FB40, c, 1FA60]
- [0x1FB50, hasm, mio0]
- [0x1FBF0, hasm, rdramcheck]
- [0x1FCA0, textbin, alt_ipl3]
- [0x206C0, c, libc_sprintf]

# Libultra
Expand Down
Empty file removed yamls/us/rev0/assets.yaml
Empty file.
Empty file removed yamls/us/rev0/header.yaml
Empty file.
Empty file removed yamls/us/rev0/main.yaml
Empty file.
Empty file removed yamls/us/rev0/overlays.yaml
Empty file.

0 comments on commit 89f11fc

Please sign in to comment.