diff options
| author | YamaArashi <shadow962@live.com> | 2016-10-17 16:21:15 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2016-10-17 16:21:15 -0700 |
| commit | 1842cb4c1919378907cdefbeb0053a098354aa05 (patch) | |
| tree | 773f0ddd0d7589f85a4124292e8e64ecfe247d8f /Makefile | |
| parent | ea1aa775fdb2171067e447f15ce8f42faca72e11 (diff) | |
split out party_menu.s
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -50,7 +50,8 @@ ASM_OBJS := asm/crt0.o asm/rom3.o asm/rom_8040EB4.o asm/rom4.o asm/rom_8074BAC.o asm/libgcnmultiboot.o asm/m4a_1.o asm/m4a_3.o asm/libagbsyscall.o \ asm/rom_8072DF8.o asm/rom_8065394.o asm/rom_803D1FC.o asm/rom_803BA2C.o \ asm/rom_813BA94.o asm/rom_81258BC.o asm/mystery_event_script.o \ -asm/field_effect_helpers.o asm/contest_ai.o asm/berry.o asm/rom_80B5054.o +asm/field_effect_helpers.o asm/contest_ai.o asm/berry.o asm/rom_80B5054.o \ +asm/party_menu.o asm/rom_806D7F8.o DATA_ASM_OBJS := data/data2.o data/graphics.o data/sound_data.o \ data/event_scripts.o data/battle_anim_scripts.o \ |
