summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-10-17 13:23:03 -0700
committerYamaArashi <shadow962@live.com>2016-10-17 13:23:03 -0700
commitea286c2f47eb374db0235ae3ce6a1bc7c7954989 (patch)
treed26e7f26661f14a655a1e8d0c58e6f47324e9b91 /Makefile
parenteff8353bfc78cd6e58be53665f277a810e8fda77 (diff)
split out field_effect_helpers.s
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d00a9899f..99bb8cec1 100644
--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,8 @@ C_OBJS := $(C_SRCS:%.c=%.o)
ASM_OBJS := asm/crt0.o asm/rom3.o asm/rom_8040EB4.o asm/rom4.o asm/rom_8074BAC.o asm/rom5.o asm/rom5_part2.o asm/rom6.o\
asm/libgcnmultiboot.o asm/m4a_1.o asm/m4a_3.o asm/libagbsyscall.o \
asm/rom_8072DF8.o asm/rom_8065394.o asm/rom_803D1FC.o asm/rom_803BA2C.o \
-asm/rom_813BA94.o asm/rom_81258BC.o asm/mystery_event_script.o
+asm/rom_813BA94.o asm/rom_81258BC.o asm/mystery_event_script.o \
+asm/field_effect_helpers.o
DATA_ASM_OBJS := data/data2.o data/graphics.o data/sound_data.o \
data/event_scripts.o data/battle_anim_scripts.o \