summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-11-29 01:51:27 -0500
committeryenatch <yenatch@gmail.com>2013-11-29 01:51:27 -0500
commitc2889215a8dcf0af0f94ac05e6fa92be6838e101 (patch)
treee4719d5242679f7b1a1b3e8deb32beb5f752a4d1 /Makefile
parent0b905cb8acca15e810dba378774c46d8b4bb6a97 (diff)
audio.o and misc/crystal_misc.o
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)