Fix small chest bug

This commit is contained in:
2026-02-07 21:23:01 -06:00
parent 779c9a27ce
commit 2a31b7763b

View File

@@ -92,7 +92,7 @@ SmallChest_ShieldCheck:
STY.b $0C
PLY
BCC .no_open
LDA.w DungeonID
LDA.w $0402
ORA.w RoomFlagMask, Y
.no_open
RTL