Skip to content

Commit 4e5498f

Browse files
committed
* Ch3: Fix palette offset inside central room.
This prevents dying inside the central room from glitching everything out
1 parent 870b6e3 commit 4e5498f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/level3/rooms/1.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ level3_09_b:
572572
.byte 64, 15
573573
.byte 255, 255, 37, 255
574574
.byte 0, 0, 0, 0
575-
.byte 7
575+
.byte 0
576576
.byte 255
577577
.word level3_09_b_t
578578
.word level3_09_b_p

0 commit comments

Comments
 (0)