match expected usage

This commit is contained in:
spannerisms
2021-12-20 16:42:56 -05:00
parent 7dda06cf11
commit 04fa0fc1a1

View File

@@ -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: