diff options
| author | YamaArashi <shadow962@live.com> | 2016-10-24 03:33:46 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2016-10-24 03:33:46 -0700 |
| commit | 3565e0f5e3c8b0de1650dfa0b3f1e800ecfe2b3d (patch) | |
| tree | 880706633d0901af4b3fd93b749543908f11fb7f /Makefile | |
| parent | b2f1a811ba74f353527d4f590d2d8d96a845f0a4 (diff) | |
split out load_save.s, trade.s, and berry_blender.s
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |
