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 3167cd76..55443931 100644 --- a/scripts/Route8Gate.asm +++ b/scripts/Route8Gate.asm @@ -27,7 +27,7 @@ Route8GateScript0: ld hl, CoordsData_1e22c call ArePlayerCoordsInArray ret nc - ld a, PLAYER_DIR_LEFT + ld a, PLAYER_DIR_UP ld [wPlayerMovingDirection], a xor a ldh [hJoyHeld], a |