From 04fa0fc1a19339a42c92ef232a8c37fd7d9ae23b 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 b5ee34b..0b50407 100644 --- a/bugfixes.asm +++ b/bugfixes.asm @@ -127,12 +127,12 @@ RTS ;-------------------------------------------------------------------------------- ;-------------------------------------------------------------------------------- -;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: