Merge branch 'DRUnstable' into OWMain

This commit is contained in:
codemann8
2024-10-15 18:45:40 -05:00

View File

@@ -46,7 +46,9 @@ SetDeathWorldChecked:
JMP DoWorldFix
.dungeon
LDA.l MosaicLevel : BNE .dontfix ; this is a sanc & quit
LDA.l Bugfix_PreAgaDWDungeonDeathToFakeDW : BNE .done ; if the bugfix is enabled, we do nothing on death in dungeon
.dontfix
JMP DoWorldFix_skip_mirror_check
.pyramid
@@ -90,7 +92,9 @@ SetDeathWorldChecked_Inverted:
JMP DoWorldFix_Inverted
.dungeon
LDA.l MosaicLevel : BNE .dontfix ; this is a sanc & quit
LDA.l Bugfix_PreAgaDWDungeonDeathToFakeDW : BNE .done ; if the bugfix is enabled, we do nothing on death in dungeon
.dontfix
JMP DoWorldFix_Inverted_skip_mirror_check
.castle