diff options
| author | yenatch <yenatch@gmail.com> | 2013-11-26 05:23:56 -0500 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2013-11-27 14:45:42 -0500 |
| commit | 41f149c7f13a3b54c8ecc4101258fccc5a5ab184 (patch) | |
| tree | 3f9e3aedfb79b2e6cfd106f9bc8321cbbd811a24 /Makefile | |
| parent | 04eb541f836218f2c987b63e311ec68ae0510d18 (diff) | |
maps.o and stats/pokedex/entries.o
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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) |
