summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-06-04 17:23:57 -0400
committeryenatch <yenatch@gmail.com>2014-06-04 17:23:57 -0400
commitdfe221b9d15bd8ff90253d52796d86e5dfd4c222 (patch)
treea75de4f8c9cb6cb9094d7e616a072912f254d937 /Makefile
parent1f3091903752841a00f86141543ec5f42c992ec7 (diff)
parent55972bfb83780f597ab30fd1c42475a194f3f0d1 (diff)
Merge pull request #254 from yenatch/master
Better compression, macro cleanup, use MAX_LEVEL everywhere. - move stats -> data (like pokered). - remove FuncCoord and use {hl,bc,de}coord for all tilemap loads. - use MAX_LEVEL where needed. - update pokemontools for better compression, and recomment related code. - growth rate constants
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 40972ac52..ad91ec693 100644
--- a/Makefile
+++ b/Makefile
@@ -23,9 +23,9 @@ engine/events.o \
engine/scripting_crystal.o \
engine/events_2.o \
engine/credits_crystal.o \
-stats/egg_moves_crystal.o \
-stats/evos_attacks_crystal.o \
-stats/pokedex/entries_crystal.o \
+data/egg_moves_crystal.o \
+data/evos_attacks_crystal.o \
+data/pokedex/entries_crystal.o \
misc/crystal_misc.o \
gfx/pics.o