summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-10-17 16:21:15 -0700
committerYamaArashi <shadow962@live.com>2016-10-17 16:21:15 -0700
commit1842cb4c1919378907cdefbeb0053a098354aa05 (patch)
tree773f0ddd0d7589f85a4124292e8e64ecfe247d8f /Makefile
parentea1aa775fdb2171067e447f15ce8f42faca72e11 (diff)
split out party_menu.s
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2f91b7ff7..08d283a99 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \