match expected usage
This commit is contained in:
10
bugfixes.asm
10
bugfixes.asm
@@ -127,12 +127,12 @@ RTS
|
|||||||
;--------------------------------------------------------------------------------
|
;--------------------------------------------------------------------------------
|
||||||
|
|
||||||
;--------------------------------------------------------------------------------
|
;--------------------------------------------------------------------------------
|
||||||
;Fix for SQ jumping causing accidental Exploration Glitch
|
; Fix for SQ jumping causing accidental Exploration Glitch
|
||||||
SQEGFix:
|
SQEGFix:
|
||||||
LDA Bugfix_PodEG : BNE .done
|
LDA.l Bugfix_PodEG : BEQ ++
|
||||||
STZ $047A ;disarm exploration glitch
|
STZ.w $047A ; disarm exploration glitch
|
||||||
.done
|
++ RTL
|
||||||
RTL
|
|
||||||
;--------------------------------------------------------------------------------
|
;--------------------------------------------------------------------------------
|
||||||
; Fix crystal not spawning when using somaria vs boss
|
; Fix crystal not spawning when using somaria vs boss
|
||||||
TryToSpawnCrystalUntilSuccess:
|
TryToSpawnCrystalUntilSuccess:
|
||||||
|
|||||||
Reference in New Issue
Block a user