summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-10-17 20:35:14 -0700
committerYamaArashi <shadow962@live.com>2016-10-17 20:35:14 -0700
commit06da1bcabed792b2d5abf6405b7b3276769ee201 (patch)
tree6caeada997ad1e2859cab6dc34f230e7363250a5 /Makefile
parent9b7948055c486011217d68d55180f67cbd3166ff (diff)
split out var.s and flag.s
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1315692e4..73b2fecfc 100644
--- a/Makefile
+++ b/Makefile
@@ -52,7 +52,8 @@ asm/tileset.o asm/rom_8065394.o asm/rom_803D1FC.o asm/calculate_base_damage.o \
asm/rom_813BA94.o asm/rom_81258BC.o asm/mystery_event_script.o \
asm/field_effect_helpers.o asm/contest_ai.o asm/berry.o asm/rom_80B5054.o \
asm/party_menu.o asm/rom_806D7F8.o asm/wild_encounter.o asm/rom_80859BC.o \
-asm/field_effect.o asm/title_screen.o asm/rom_807C828.o
+asm/field_effect.o asm/title_screen.o asm/rom_807C828.o asm/var.o \
+asm/flag.o asm/rom_806936C.o
DATA_ASM_OBJS := data/data2.o data/graphics.o data/sound_data.o \
data/event_scripts.o data/battle_anim_scripts.o \