diff options
| author | YamaArashi <shadow962@live.com> | 2016-10-20 22:03:12 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2016-10-20 22:03:12 -0700 |
| commit | 502f8d10f18a1fb4370e0dfc7e58378778dd1533 (patch) | |
| tree | 594cc6f77998247792c5483ff0cba9d207ad0f8e /Makefile | |
| parent | c2a93ea21e35635634b72c44587d405de146a6ac (diff) | |
split out trainer_card.s and save_menu_util.s
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 \ |
