diff options
author | Sanky <gsanky@gmail.com> | 2013-05-07 14:23:10 +0200 |
---|---|---|
committer | Sanky <gsanky@gmail.com> | 2013-05-07 14:23:10 +0200 |
commit | acdb00c5dc7aa96aeb36a3166702c0f910a2c9aa (patch) | |
tree | 557bf0d16660ccbe46fbd968f82f6a7d371d9a13 /pokecrystal.asm | |
parent | aec5a652c8ed7d482330dd9254b48e5a7141866d (diff) | |
parent | 2aa20af120bb8571079ffd7d097f54626ef808b4 (diff) |
Merge https://github.com/yenatch/pokecrystal
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" |