Label and document hFFD7 more accurately

This commit is contained in:
SatoMew 2020-11-29 20:17:29 +00:00
parent 6adbaefde1
commit 242b2e05cf
19 changed files with 45 additions and 45 deletions

View file

@ -410,10 +410,10 @@ ShowPokedexDataInternal:
call RunPaletteCommand
pop af
ld [wd11e], a
ldh a, [hTilesetType]
ldh a, [hTileAnimations]
push af
xor a
ldh [hTilesetType], a
ldh [hTileAnimations], a
hlcoord 0, 0
ld de, 1
@ -577,7 +577,7 @@ ShowPokedexDataInternal:
and A_BUTTON | B_BUTTON
jr z, .waitForButtonPress
pop af
ldh [hTilesetType], a
ldh [hTileAnimations], a
call GBPalWhiteOut
call ClearScreen
call RunDefaultPaletteCommand