From adb3b29b4dcd8330df1b4cbe7ff24cd9aa614c14 Mon Sep 17 00:00:00 2001 From: yenatch Date: Sat, 1 Feb 2014 17:05:37 -0500 Subject: [PATCH] pokedex entry banks --- main.asm | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/main.asm b/main.asm index 106953abf..d8cd3f190 100644 --- a/main.asm +++ b/main.asm @@ -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