summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-09-03 23:39:12 -0700
committerYamaArashi <shadow962@live.com>2016-09-03 23:39:12 -0700
commit4d518e8ea5c93c669eb14de89b5baf6eba1ac9b0 (patch)
treedc1798b5fe56c699edb76d24d2ee708be36bee6d /Makefile
parentdbaf6e125020cac5d897983dc9dfbf8d3d74e589 (diff)
WIP menu.c
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a6bbdee16..0f5c31286 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,8 @@ C_SRCS := $(wildcard src/*.c)
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/libgcnmultiboot.o asm/m4a_1.o asm/m4a_3.o asm/libagbsyscall.o
+asm/libgcnmultiboot.o asm/m4a_1.o asm/m4a_3.o asm/libagbsyscall.o \
+asm/rom_8072DF8.o
DATA_ASM_OBJS := data/data2.o data/graphics.o data/sound_data.o \
data/event_scripts.o data/battle_anim_scripts.o \