mirror of
https://github.com/pmret/papermario.git
synced 2025-02-22 06:30:39 +00:00
undefined_funcs_auto
This commit is contained in:
parent
80856cef14
commit
535a1cbc47
2
Makefile
2
Makefile
@ -62,7 +62,7 @@ CPPFLAGS := -Iinclude -Isrc -D _LANGUAGE_C -ffreestanding -DF3DEX_GBI_2 -D_MIP
|
||||
ASFLAGS := -EB -Iinclude -march=vr4300 -mtune=vr4300
|
||||
OLDASFLAGS := -EB -Iinclude -G 0
|
||||
CFLAGS := -O2 -quiet -G 0 -mcpu=vr4300 -mfix4300 -mips3 -mgp32 -mfp32 -Wimplicit -Wuninitialized -Wshadow
|
||||
LDFLAGS := -T undefined_syms.txt -T undefined_funcs.txt -T $(BUILD_DIR)/$(LD_SCRIPT) -Map $(LD_MAP) --no-check-sections
|
||||
LDFLAGS := -T undefined_syms.txt -T undefined_funcs.txt -T undefined_funcs_auto.txt -T $(BUILD_DIR)/$(LD_SCRIPT) -Map $(LD_MAP) --no-check-sections
|
||||
|
||||
ifeq ($(WATCH_INCLUDES),1)
|
||||
CPPMFLAGS = -MP -MD -MF $@.mk -MT $(BUILD_DIR)/$*.d
|
||||
|
@ -588,3 +588,5 @@
|
||||
[-UnkNpcAIFunc1-]{+func_802412BC_9B7C3C+}
|
||||
[-UnkNpcAIFunc2-]{+func_802416C0_9B8040+}
|
||||
[-UnkDurationCheck-]{+func_802422D8_9B8C58+}
|
||||
[-set_script_owner_npc_col_height-]{+func_80241C74_88A844+}
|
||||
[-set_script_owner_npc_anim-]{+func_80241960_88A530+}
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit df1eab45897062f7a222a3caa9c90fbb7d42cb86
|
||||
Subproject commit 21d525b121842e79c6b2103ef40156afdeafcf6a
|
2
undefined_funcs_auto.txt
Normal file
2
undefined_funcs_auto.txt
Normal file
@ -0,0 +1,2 @@
|
||||
func_802B7000 = 0x802B7000;
|
||||
func_802B71C8 = 0x802B71C8;
|
Loading…
x
Reference in New Issue
Block a user