mist: fix bug where couldn't walk back to the dock

This commit is contained in:
Vince Weaver
2020-03-24 00:46:48 -04:00
parent fb46732075
commit edce8d9c4c

View File

@@ -35,7 +35,7 @@ location0:
; MIST_DOCK_SWITCH -- by dock switch ; MIST_DOCK_SWITCH -- by dock switch
location1: location1:
.byte MIST_DOCK_STEPS ; north exit .byte MIST_DOCK_STEPS ; north exit
.byte MIST_DOCK_SWITCH ; south exit .byte MIST_ARRIVAL_DOCK ; south exit
.byte $ff ; east exit .byte $ff ; east exit
.byte $ff ; west exit .byte $ff ; west exit
.byte DIRECTION_W ; north exit_dir .byte DIRECTION_W ; north exit_dir