From 41f149c7f13a3b54c8ecc4101258fccc5a5ab184 Mon Sep 17 00:00:00 2001 From: yenatch Date: Tue, 26 Nov 2013 05:23:56 -0500 Subject: maps.o and stats/pokedex/entries.o --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3