mirror of
https://github.com/pret/pokeheartgold.git
synced 2024-11-24 05:40:09 +00:00
Fix matching
This commit is contained in:
parent
963450634a
commit
0293ddbe2f
2
Makefile
2
Makefile
@ -17,7 +17,7 @@ BANNER_SPEC := $(buildname)/banner.bsf
|
||||
ICON_PNG := $(buildname)/icon.png
|
||||
HEADER_TEMPLATE := $(buildname)/rom_header_template.sbin
|
||||
|
||||
MWCFLAGS += -ipa file $(DEFINES)
|
||||
MWCFLAGS += -ipa file $(DEFINES) -interworking
|
||||
MWASFLAGS += $(DEFINES)
|
||||
|
||||
.PHONY: main sub libsyscall
|
||||
|
@ -11249,3 +11249,9 @@ _02006F52:
|
||||
bx lr
|
||||
.balign 4, 0
|
||||
thumb_func_end sub_02006F30
|
||||
|
||||
.data
|
||||
|
||||
_0210E980:
|
||||
.asciz "data/sound/gs_sound_data.sdat"
|
||||
.balign 4, 0
|
||||
|
1076
asm/unk_020078F0.s
1076
asm/unk_020078F0.s
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user