From 1a2784d4142572487fdf10a44aa4752de287e89f Mon Sep 17 00:00:00 2001 From: yenatch Date: Mon, 29 Dec 2014 08:08:03 -0800 Subject: Recombine the event engine objects. They must be in the same bank to work, and defining sections with static banks should only be used to produce an identical rom. They were only split in the first place to minimize the amount of code tahat needed to be rebuilt based on a single constant, which in retrospect was meaningless. --- engine/scripting_crystal.asm | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 engine/scripting_crystal.asm (limited to 'engine/scripting_crystal.asm') diff --git a/engine/scripting_crystal.asm b/engine/scripting_crystal.asm deleted file mode 100644 index 8df277248..000000000 --- a/engine/scripting_crystal.asm +++ /dev/null @@ -1,3 +0,0 @@ -INCLUDE "pokecrystal.asm" -INCLUDE "engine/scripting.asm" - -- cgit v1.2.3