summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-10-21 22:09:45 -0700
committerYamaArashi <shadow962@live.com>2016-10-21 22:09:45 -0700
commitaf08472d0ac9457ac4173df0c0110fad8a98c5c3 (patch)
treeae64575aea206c998057cf7d6c4599785ad37e93 /Makefile
parente4bb98628abf35a78642495f5566a3365c106eb9 (diff)
split out battle_setup.s and cable_club.s
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 834e3d683..4a74cefda 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \