From 45eaaf835cc8b1483e0de059f38d128f42340b71 Mon Sep 17 00:00:00 2001 From: Rangi Date: Fri, 6 Nov 2020 11:01:21 -0500 Subject: Identify wSpriteStateData[12] offset uses --- scripts/PokemonFanClub.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/PokemonFanClub.asm') diff --git a/scripts/PokemonFanClub.asm b/scripts/PokemonFanClub.asm index c7990f19..e8e68a7f 100755 --- a/scripts/PokemonFanClub.asm +++ b/scripts/PokemonFanClub.asm @@ -52,9 +52,9 @@ FanClubScript_59a44: ld hl, PikachuMovementScript_59a8c call ApplyPikachuMovementData ld a, $2 - ld [wSpriteStateData1 + 3 * $10 + 1], a ; Seel + ld [wSprite03StateData1MovementStatus], a ; Seel xor a ; SPRITE_FACING_DOWN - ld [wSpriteStateData1 + 3 * $10 + 9], a + ld [wSprite03StateData1FacingDirection], a callfar InitializePikachuTextID call DisablePikachuFollowingPlayer ret -- cgit v1.3.1-sl0p