summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6fb017695..69bb3202c 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,7 @@ TEXTQUEUE :=
CRYSTAL_OBJS := \
wram.o \
main.o \
+audio.o \
maps_crystal.o \
engine/events.o \
engine/scripting_crystal.o \
@@ -16,7 +17,8 @@ engine/events_2.o \
engine/credits_crystal.o \
stats/egg_moves_crystal.o \
stats/evos_attacks_crystal.o \
-stats/pokedex/entries_crystal.o
+stats/pokedex/entries_crystal.o \
+misc/crystal_misc.o
OBJS := $(CRYSTAL_OBJS)