From e78c41ef3884e3b167257f2fe5eaa0fbacfc8494 Mon Sep 17 00:00:00 2001 From: spannerisms <32842036+spannerisms@users.noreply.github.com> Date: Mon, 20 Dec 2021 16:42:56 -0500 Subject: [PATCH] match expected usage --- bugfixes.asm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bugfixes.asm b/bugfixes.asm index 577f37e..826bdbb 100644 --- a/bugfixes.asm +++ b/bugfixes.asm @@ -127,12 +127,12 @@ RTL ;-------------------------------------------------------------------------------- ;-------------------------------------------------------------------------------- -;Fix for SQ jumping causing accidental Exploration Glitch +; Fix for SQ jumping causing accidental Exploration Glitch SQEGFix: - LDA Bugfix_PodEG : BNE .done - STZ $047A ;disarm exploration glitch - .done -RTL + LDA.l Bugfix_PodEG : BEQ ++ + STZ.w $047A ; disarm exploration glitch +++ RTL + ;-------------------------------------------------------------------------------- ; Fix crystal not spawning when using somaria vs boss TryToSpawnCrystalUntilSuccess: