From d6b53879f4524a201c5d3d6879330fc05d33048e Mon Sep 17 00:00:00 2001 From: yenatch Date: Wed, 11 Sep 2013 20:28:31 -0400 Subject: [PATCH] include globals.asm in pokecrystal.asm --- pokecrystal.asm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pokecrystal.asm b/pokecrystal.asm index cf04c0d18..495b02178 100644 --- a/pokecrystal.asm +++ b/pokecrystal.asm @@ -1,3 +1,5 @@ +INCLUDE "globals.asm" + INCLUDE "constants.asm" INCLUDE "wram.asm" INCLUDE "main.asm"