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/Route22Gate.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/Route22Gate.asm')
| -rwxr-xr-x | scripts/Route22Gate.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Route22Gate.asm b/scripts/Route22Gate.asm index e9dab015..9711549f 100755 --- a/scripts/Route22Gate.asm +++ b/scripts/Route22Gate.asm @@ -24,7 +24,7 @@ Route22GateScript0: xor a ldh [hJoyHeld], a ld a, SPRITE_FACING_LEFT - ld [wSpriteStateData1 + 1 * $10 + 9], a + ld [wSprite01StateData1FacingDirection], a ld a, $1 ldh [hSpriteIndexOrTextID], a call DisplayTextID |
