Fix a chest in incorrect section

This commit is contained in:
2026-01-16 15:44:05 -06:00
parent d504e33d52
commit f8cc7d2ef8

View File

@@ -311,7 +311,8 @@ db $FF
.7d ; GT warp maze (section next to rando room)
db $01
%sq($00)
%d(..areas) : %d(..doors) : %d(.no_items) : %d(.no_items) : %d(..pots) : %d(..enemies)
%d(..areas) : %d(..doors) : %d(.no_items)
%d(..chests) : %d(..pots) : %d(..enemies)
..areas
db $03, $00, $FF, $00, $80
db $03, $00, $80, $80, $FF
@@ -320,6 +321,9 @@ db $FF
..doors
db $05
db $FF
..chests
db $00
db $FF
..pots
db $00, $01, $02, $03
db $FF