From a1044baf4119a56c849731e4b5b826e92c539ae2 Mon Sep 17 00:00:00 2001 From: aerinon Date: Thu, 10 Oct 2024 08:27:18 -0600 Subject: [PATCH] fix: sanc & quit fix --- darkworldspawn.asm | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/darkworldspawn.asm b/darkworldspawn.asm index 34a3776..871c258 100644 --- a/darkworldspawn.asm +++ b/darkworldspawn.asm @@ -36,8 +36,10 @@ 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 -JMP DoWorldFix_skip_mirror_check + .dontfix + JMP DoWorldFix_skip_mirror_check .pyramid LDA.b #$40 : STA.l CurrentWorld ; set flag to dark world @@ -72,8 +74,10 @@ SetDeathWorldChecked_Inverted: 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 -JMP DoWorldFix_Inverted_skip_mirror_check + .dontfix + JMP DoWorldFix_Inverted_skip_mirror_check .castle LDA.b #$00 : STA.l CurrentWorld ; set flag to dark world