summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-10-24 03:49:30 -0700
committerYamaArashi <shadow962@live.com>2016-10-24 03:49:30 -0700
commite4396ae38c6173febf6785cf48b85bda0bc472dd (patch)
treeadbfd341a6adea7f0eeaba81d769d5ff29a377e4 /Makefile
parent3565e0f5e3c8b0de1650dfa0b3f1e800ecfe2b3d (diff)
split out naming_screen.s
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 72760e69b..db588d492 100644
--- a/Makefile
+++ b/Makefile
@@ -59,7 +59,8 @@ asm/berry_tag_screen.o asm/lottery_corner.o \
asm/battle_ai.o asm/trader.o asm/trainer_card.o asm/save_menu_util.o \
asm/rom_8094928.o asm/mori_debug_menu.o asm/trainer_see.o asm/rom_8080874.o \
asm/battle_setup.o asm/cable_club.o asm/daycare.o asm/egg_hatch.o \
-asm/rom_804373C.o asm/load_save.o asm/trade.o asm/berry_blender.o
+asm/rom_804373C.o asm/load_save.o asm/trade.o asm/berry_blender.o \
+asm/naming_screen.o asm/rom_80B79A8.o
DATA_ASM_OBJS := data/data2.o data/graphics.o data/sound_data.o \
data/event_scripts.o data/battle_anim_scripts.o \