diff options
| author | YamaArashi <shadow962@live.com> | 2016-10-21 22:09:45 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2016-10-21 22:09:45 -0700 |
| commit | af08472d0ac9457ac4173df0c0110fad8a98c5c3 (patch) | |
| tree | ae64575aea206c998057cf7d6c4599785ad37e93 /Makefile | |
| parent | e4bb98628abf35a78642495f5566a3365c106eb9 (diff) | |
split out battle_setup.s and cable_club.s
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -57,7 +57,8 @@ 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/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/rom_8094928.o asm/mori_debug_menu.o asm/trainer_see.o asm/rom_8080874.o \ +asm/battle_setup.o asm/cable_club.o DATA_ASM_OBJS := data/data2.o data/graphics.o data/sound_data.o \ data/event_scripts.o data/battle_anim_scripts.o \ |
