summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-10-24 03:12:15 -0700
committerYamaArashi <shadow962@live.com>2016-10-24 03:12:15 -0700
commitb2f1a811ba74f353527d4f590d2d8d96a845f0a4 (patch)
treefe084e778c9bd42805328b5a29e5fa777e449eb6 /Makefile
parente9e147fe7d075ddfb1467dc91f3f1a0dd4adf99b (diff)
split out daycare.s and egg_hatch.s
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 01a1c9d70..6a897e6f1 100644
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,8 @@ asm/mystery_event_menu.o asm/save_failed_screen.o asm/rom_81473B8.o \
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/rom_80412B0.o
+asm/battle_setup.o asm/cable_club.o asm/daycare.o asm/egg_hatch.o \
+asm/rom_804373C.o
DATA_ASM_OBJS := data/data2.o data/graphics.o data/sound_data.o \
data/event_scripts.o data/battle_anim_scripts.o \