Identify wSpriteStateData1 and wSpriteStateData2 offsets, like pokeyellow

This commit is contained in:
Rangi 2020-07-05 17:29:11 -04:00
parent 7ab43f4d17
commit 2b2ed54bbf
62 changed files with 182 additions and 179 deletions

View file

@ -314,7 +314,7 @@ RocketHideout2Script3:
ret
LoadSpinnerArrowTiles::
ld a, [wSpriteStateData1 + 2]
ld a, [wSpritePlayerStateData1ImageIndex]
srl a
srl a
ld hl, SpinnerPlayerFacingDirections
@ -322,7 +322,7 @@ LoadSpinnerArrowTiles::
ld b, $0
add hl, bc
ld a, [hl]
ld [wSpriteStateData1 + 2], a
ld [wSpritePlayerStateData1ImageIndex], a
ld a, [wCurMapTileset]
cp FACILITY
ld hl, FacilitySpinnerArrows