mist: adjusting some of the connections now that we can u-turn

This commit is contained in:
Vince Weaver 2020-03-29 01:10:33 -04:00
parent d4ae0dcc5a
commit b78a4f76b9
2 changed files with 13 additions and 12 deletions

View File

@ -278,7 +278,8 @@ raise_bridge:
lower_bridge:
ldy #LOCATION_SOUTH_EXIT
lda #MIST_TREE_CORRIDOR_5
; lda #MIST_TREE_CORRIDOR_5
lda #$ff
sta location21,Y ; MIST_CLOCK_PUZZLE
ldy #LOCATION_SOUTH_EXIT_DIR

View File

@ -402,19 +402,19 @@ location20:
; MIST_CLOCK_PUZZLE -- clock puzzle
location21:
.byte $ff ; north exit
.byte MIST_TREE_CORRIDOR_5 ; south exit
.byte MIST_TREE_CORRIDOR_4 ; north exit
.byte $ff ; south exit
.byte $ff ; east exit
.byte $ff ; west exit
.byte $ff ; north exit_dir
.byte DIRECTION_N ; south exit_dir
.byte DIRECTION_N ; north exit_dir
.byte $ff ; south exit_dir
.byte $ff ; east exit_dir
.byte $ff ; west exit_dir
.word $0000 ; north bg
.word clock_puzzle_s_lzsa ; south bg
.word tree5_n_lzsa ; north bg
.word clock_puzzle_s_lzsa ; south bg
.word $0000 ; east bg
.word $0000 ; west bg
.byte BG_SOUTH
.byte BG_SOUTH|BG_NORTH
.byte DIRECTION_S ; special exit
.byte 12,30 ; special x
.byte 38,48 ; special y
@ -569,11 +569,11 @@ location29:
; MIST_GENERATOR_ROOM -- generator room
location30:
.byte MIST_GENERATOR_ROOM ; north exit
.byte $ff ; north exit
.byte MIST_GENERATOR_DOOR ; south exit
.byte $ff ; east exit
.byte $ff ; west exit
.byte DIRECTION_S ; north exit_dir
.byte $ff ; east exit
.byte $ff ; west exit
.byte $ff ; north exit_dir
.byte DIRECTION_S ; south exit_dir
.byte $ff ; east exit_dir
.byte $ff ; west exit_dir