diff options
| author | YamaArashi <shadow962@live.com> | 2016-10-24 03:12:15 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2016-10-24 03:12:15 -0700 |
| commit | b2f1a811ba74f353527d4f590d2d8d96a845f0a4 (patch) | |
| tree | fe084e778c9bd42805328b5a29e5fa777e449eb6 /Makefile | |
| parent | e9e147fe7d075ddfb1467dc91f3f1a0dd4adf99b (diff) | |
split out daycare.s and egg_hatch.s
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 \ |
