From cf6295cb9fcd6fe7173efc76bd039be79b5781b2 Mon Sep 17 00:00:00 2001 From: yenatch Date: Sat, 23 Nov 2013 02:51:48 -0500 Subject: objects for event handling and scripting --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3