diff options
author | YamaArashi <shadow962@live.com> | 2016-10-19 02:05:37 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-10-19 02:05:37 -0700 |
commit | 642ce26017a8d0c032cca1208db061778a66b84d (patch) | |
tree | db2fe764cf38b4c4e93b36a469a7849029ab3b10 /Makefile | |
parent | 18b8c15ebbfb793f7f48ddc288f737a3cb927b8e (diff) |
split out mystery_event_menu.s and save_failed_screen.s
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -53,7 +53,8 @@ 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/party_menu.o asm/rom_806D7F8.o asm/wild_encounter.o asm/rom_80859BC.o \ 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/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 DATA_ASM_OBJS := data/data2.o data/graphics.o data/sound_data.o \ data/event_scripts.o data/battle_anim_scripts.o \ |