summaryrefslogtreecommitdiff
path: root/scripts/PokemonFanClub.asm
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/PokemonFanClub.asm')
-rwxr-xr-xscripts/PokemonFanClub.asm4
1 files changed, 2 insertions, 2 deletions
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