diff options
author | yenatch <yenatch@gmail.com> | 2013-03-20 22:55:09 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-03-20 22:55:09 -0400 |
commit | d7757676513e9e02fc67d99a7c60c02f74344292 (patch) | |
tree | 12bbb3f19e0ab09c9d5b4336ad1886ecdebc7607 /pokecrystal.asm | |
parent | b570c4d6e660ffe36427a29ee34f87298b77bfda (diff) |
Flesh out HRAM labels
Diffstat (limited to 'pokecrystal.asm')
-rw-r--r-- | pokecrystal.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pokecrystal.asm b/pokecrystal.asm index fe71bfa29..0155e0ca9 100644 --- a/pokecrystal.asm +++ b/pokecrystal.asm @@ -1,4 +1,5 @@ INCLUDE "wram.asm" INCLUDE "constants.asm" INCLUDE "gbhw.asm" +INCLUDE "hram.asm" INCLUDE "main.tx" |