summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-09-11 20:28:31 -0400
committeryenatch <yenatch@gmail.com>2013-09-11 20:28:31 -0400
commitd6b53879f4524a201c5d3d6879330fc05d33048e (patch)
tree3846d112265a21953a1105bec9e7a5c391fd23b7
parent7fba45f668af424958d542f07ed618a3bd10f569 (diff)
include globals.asm in pokecrystal.asm
-rw-r--r--pokecrystal.asm2
1 files changed, 2 insertions, 0 deletions
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"