Use BANK for hardcoded WRAM banks preceding FarCopyWRAM/GetFarWRAMByte calls.

This commit is contained in:
Adelaide Walter
2018-01-04 14:53:50 -05:00
parent 5fd3bfa832
commit fb422e8d9c
6 changed files with 16 additions and 16 deletions

View File

@@ -335,12 +335,12 @@ PokeAnim_InitPicAttributes: ; d01d6
ld a, d
ld [wPokeAnimGraphicStartTile], a
ld a, $1
ld a, BANK(CurPartySpecies)
ld hl, CurPartySpecies
call GetFarWRAMByte
ld [wPokeAnimSpecies], a
ld a, $1
ld a, BANK(UnownLetter)
ld hl, UnownLetter
call GetFarWRAMByte
ld [wPokeAnimUnownLetter], a