From edce8d9c4cc3e777e5a2655c694934e10479856e Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Tue, 24 Mar 2020 00:46:48 -0400 Subject: [PATCH] mist: fix bug where couldn't walk back to the dock --- mist/leveldata_mist.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mist/leveldata_mist.inc b/mist/leveldata_mist.inc index ed6f442e..16a0f093 100644 --- a/mist/leveldata_mist.inc +++ b/mist/leveldata_mist.inc @@ -35,7 +35,7 @@ location0: ; MIST_DOCK_SWITCH -- by dock switch location1: .byte MIST_DOCK_STEPS ; north exit - .byte MIST_DOCK_SWITCH ; south exit + .byte MIST_ARRIVAL_DOCK ; south exit .byte $ff ; east exit .byte $ff ; west exit .byte DIRECTION_W ; north exit_dir