diff options
Diffstat (limited to 'scripts/Route8Gate.asm')
| -rw-r--r-- | scripts/Route8Gate.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Route8Gate.asm b/scripts/Route8Gate.asm index 533e45f6..d1204f74 100644 --- a/scripts/Route8Gate.asm +++ b/scripts/Route8Gate.asm @@ -28,7 +28,7 @@ Route8GateDefaultScript: ld hl, .PlayerInCoordsArray call ArePlayerCoordsInArray ret nc - ld a, PLAYER_DIR_LEFT + ld a, PLAYER_DIR_UP ld [wPlayerMovingDirection], a xor a ldh [hJoyHeld], a |
