diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-06 11:01:21 -0500 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-06 11:01:21 -0500 |
| commit | 45eaaf835cc8b1483e0de059f38d128f42340b71 (patch) | |
| tree | 37666a0e603f6b6235ba4761a4fc3e566e63d078 /scripts/PokemonFanClub.asm | |
| parent | Define OAM_HIGH_PALS for %100 in OAM attributes (diff) | |
| download | pokeyellow-45eaaf835cc8b1483e0de059f38d128f42340b71.tar.gz pokeyellow-45eaaf835cc8b1483e0de059f38d128f42340b71.tar.xz pokeyellow-45eaaf835cc8b1483e0de059f38d128f42340b71.zip | |
Identify wSpriteStateData[12] offset uses
Diffstat (limited to 'scripts/PokemonFanClub.asm')
| -rwxr-xr-x | scripts/PokemonFanClub.asm | 4 |
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 |
