summaryrefslogtreecommitdiff
path: root/pokecrystal.asm
diff options
context:
space:
mode:
Diffstat (limited to 'pokecrystal.asm')
-rw-r--r--pokecrystal.asm4
1 files changed, 3 insertions, 1 deletions
diff --git a/pokecrystal.asm b/pokecrystal.asm
index f64d44e76..495b02178 100644
--- a/pokecrystal.asm
+++ b/pokecrystal.asm
@@ -1,3 +1,5 @@
-INCLUDE "wram.asm"
+INCLUDE "globals.asm"
+
INCLUDE "constants.asm"
+INCLUDE "wram.asm"
INCLUDE "main.asm"