summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-11-23 02:51:48 -0500
committeryenatch <yenatch@gmail.com>2013-11-23 02:51:48 -0500
commitcf6295cb9fcd6fe7173efc76bd039be79b5781b2 (patch)
tree956fc6a341da9ddbfbc0909529cdead6fddabb04 /Makefile
parent29afa24f0bf3368a1cba6869de4f8290d2a6f0dd (diff)
objects for event handling and scripting
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 67197c2e6..7c900ca8f 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ PYTHON := python
TEXTFILES := $(shell find ./ -type f -name '*.asm' | grep -v globals.asm)
TEXTQUEUE :=
-CRYSTAL_OBJS := wram.o main.o stats/egg_moves_crystal.o stats/evos_attacks_crystal.o
+CRYSTAL_OBJS := wram.o main.o engine/events.o engine/scripting_crystal.o engine/events_2.o stats/egg_moves_crystal.o stats/evos_attacks_crystal.o
OBJS := $(CRYSTAL_OBJS)
ROMS := pokecrystal.gbc