diff options
author | yenatch <yenatch@gmail.com> | 2014-02-01 17:05:37 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-02-01 17:06:18 -0500 |
commit | adb3b29b4dcd8330df1b4cbe7ff24cd9aa614c14 (patch) | |
tree | 55c8ba88bbfbe07232d0a20ae5b41d33c8c23a2f | |
parent | 7f0f21b1fc2a6cf5dc19d0db80ec3afba024e291 (diff) |
pokedex entry banks
-rw-r--r-- | main.asm | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -41627,7 +41627,7 @@ Function44333: ; 44333 rlca rlca and $3 - ld hl, $4351 + ld hl, PokedexEntryBanks ld d, $0 ld e, a add hl, de @@ -41637,7 +41637,14 @@ Function44333: ; 44333 ret ; 44351 -INCBIN "baserom.gbc",$44351,$44378 - $44351 +PokedexEntryBanks: ; 44351 + db BANK(PokedexEntries1) + db BANK(PokedexEntries2) + db BANK(PokedexEntries3) + db BANK(PokedexEntries4) +; 44355 + +INCBIN "baserom.gbc", $44355, $44378 - $44355 PokedexDataPointerTable: ; 0x44378 |