summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-11-26 05:23:56 -0500
committeryenatch <yenatch@gmail.com>2013-11-27 14:45:42 -0500
commit41f149c7f13a3b54c8ecc4101258fccc5a5ab184 (patch)
tree3f9e3aedfb79b2e6cfd106f9bc8321cbbd811a24 /Makefile
parent04eb541f836218f2c987b63e311ec68ae0510d18 (diff)
maps.o and stats/pokedex/entries.o
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7723602c8..d1d80e315 100644
--- a/Makefile
+++ b/Makefile
@@ -9,11 +9,13 @@ TEXTQUEUE :=
CRYSTAL_OBJS := \
wram.o \
main.o \
+maps_crystal.o \
engine/events.o \
engine/scripting_crystal.o \
engine/events_2.o \
stats/egg_moves_crystal.o \
-stats/evos_attacks_crystal.o
+stats/evos_attacks_crystal.o \
+stats/pokedex/entries_crystal.o
OBJS := $(CRYSTAL_OBJS)