Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified patches/ips/load_plms_early.ips
Binary file not shown.
2 changes: 2 additions & 0 deletions patches/src/load_plms_early.asm
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ is_delayed_plm:
BEQ .done
CMP #$D6D6 ; Acid Statue Room chozo (overwrites FX)
BEQ .done
CMP #$D6FC ; Bowling (close stairs)
BEQ .done

; Beam door PLMS are delayed, because their graphics could be overwritten if CRE is reloaded,
; or if neighboring rooms have different beam doors.
Expand Down
Loading