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 | 62f64aa793c25b96109a5bf9c1fdf57257f4524f (diff) |
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 |