summaryrefslogtreecommitdiff
path: root/pokecrystal.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-02-20 00:05:07 -0500
committeryenatch <yenatch@gmail.com>2013-02-22 20:02:10 -0500
commita24b45ff89a405a3e66e69dff0a3ed4b15954729 (patch)
tree5e34048d5f2a50cdaa1def14391ed8083ec819eb /pokecrystal.asm
parentda406973c565c24c089d137d056e03be8451242e (diff)
Add constants for hardware registers
Diffstat (limited to 'pokecrystal.asm')
-rw-r--r--pokecrystal.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/pokecrystal.asm b/pokecrystal.asm
index 163ce91c4..fe71bfa29 100644
--- a/pokecrystal.asm
+++ b/pokecrystal.asm
@@ -1,3 +1,4 @@
INCLUDE "wram.asm"
INCLUDE "constants.asm"
+INCLUDE "gbhw.asm"
INCLUDE "main.tx"