mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
pokedex entry banks
This commit is contained in:
parent
7f0f21b1fc
commit
adb3b29b4d
11
main.asm
11
main.asm
@ -41627,7 +41627,7 @@ Function44333: ; 44333
|
|||||||
rlca
|
rlca
|
||||||
rlca
|
rlca
|
||||||
and $3
|
and $3
|
||||||
ld hl, $4351
|
ld hl, PokedexEntryBanks
|
||||||
ld d, $0
|
ld d, $0
|
||||||
ld e, a
|
ld e, a
|
||||||
add hl, de
|
add hl, de
|
||||||
@ -41637,7 +41637,14 @@ Function44333: ; 44333
|
|||||||
ret
|
ret
|
||||||
; 44351
|
; 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
|
PokedexDataPointerTable: ; 0x44378
|
||||||
|
Loading…
x
Reference in New Issue
Block a user