summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-10-24 03:33:46 -0700
committerYamaArashi <shadow962@live.com>2016-10-24 03:33:46 -0700
commit3565e0f5e3c8b0de1650dfa0b3f1e800ecfe2b3d (patch)
tree880706633d0901af4b3fd93b749543908f11fb7f /Makefile
parentb2f1a811ba74f353527d4f590d2d8d96a845f0a4 (diff)
split out load_save.s, trade.s, and berry_blender.s
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6a897e6f1..72760e69b 100644
--- a/Makefile
+++ b/Makefile
@@ -59,7 +59,7 @@ 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/daycare.o asm/egg_hatch.o \
-asm/rom_804373C.o
+asm/rom_804373C.o asm/load_save.o asm/trade.o asm/berry_blender.o
DATA_ASM_OBJS := data/data2.o data/graphics.o data/sound_data.o \
data/event_scripts.o data/battle_anim_scripts.o \