Skip to content

Commit

Permalink
Prevent softlocking in door of temple remains cave (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
jangler committed Nov 6, 2021
1 parent be0485d commit f6d88bb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion asm/cutscenes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ seasons:
ld hl,6314
call interactionSetScript
ld a,15
jp setGlobalFlag
call setGlobalFlag
ld hl,c716
set 0,(hl) # affects tileSubTable
ret
# drop link below bushes at game start, not above
07/4197/: db 58
Expand Down
4 changes: 4 additions & 0 deletions asm/layouts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ seasons:
# data for applyAllTileSubstitutions: group,room,flags,yx,tile
04/tileSubTable: |
db 00,01,01,52,04 # permanently remove flower outside D6 when cut
db 00,16,01,18,0f # add walkable tile outside temple remains door
db 00,16,01,17,64 # ^ and replace the rest of the tree with rocks
db 00,16,01,27,64 # ^
db 00,16,01,28,70 # ^
db 00,25,00,32,3a # add ledge down from temple remains lower portal
db 00,25,00,33,cf # ^
db 00,25,00,34,4b # ^
Expand Down

0 comments on commit f6d88bb

Please sign in to comment.