maps.o and stats/pokedex/entries.o

This commit is contained in:
yenatch
2013-11-26 05:23:56 -05:00
parent 04eb541f83
commit 41f149c7f1
7 changed files with 576 additions and 557 deletions

View File

@@ -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)