diff options
Diffstat (limited to 'scripts/redshouse1f2.asm')
-rwxr-xr-x | scripts/redshouse1f2.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/redshouse1f2.asm b/scripts/redshouse1f2.asm index 871f2e31..8f44d30d 100755 --- a/scripts/redshouse1f2.asm +++ b/scripts/redshouse1f2.asm @@ -40,7 +40,7 @@ MomHealText2: Func_f1bc4: ld hl, TVWrongSideText - ld a, [wPlayerFacingDirection] + ld a, [wSpritePlayerStateData1FacingDirection] cp SPRITE_FACING_UP jp nz, .notUp ld hl, StandByMeText |