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/Route22Gate.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/Route22Gate.asm') 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 -- cgit v1.3.1-sl0p