summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-10-20 22:03:12 -0700
committerYamaArashi <shadow962@live.com>2016-10-20 22:03:12 -0700
commit502f8d10f18a1fb4370e0dfc7e58378778dd1533 (patch)
tree594cc6f77998247792c5483ff0cba9d207ad0f8e /Makefile
parentc2a93ea21e35635634b72c44587d405de146a6ac (diff)
split out trainer_card.s and save_menu_util.s
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ac0e0b7bf..f7ad989f5 100644
--- a/Makefile
+++ b/Makefile
@@ -56,7 +56,8 @@ asm/field_effect.o asm/title_screen.o asm/rom_807C828.o \
asm/rom_806936C.o asm/clear_save_data_menu.o asm/rom_8148B8C.o \
asm/mystery_event_menu.o asm/save_failed_screen.o asm/rom_81473B8.o \
asm/diploma.o asm/berry_tag_screen.o asm/lottery_corner.o \
-asm/battle_ai.o asm/trader.o
+asm/battle_ai.o asm/trader.o asm/trainer_card.o asm/save_menu_util.o \
+asm/rom_8094928.o
DATA_ASM_OBJS := data/data2.o data/graphics.o data/sound_data.o \
data/event_scripts.o data/battle_anim_scripts.o \