Fix pendant/crystal failing to spawn when using somaaria vs a boss.

This commit is contained in:
Myramong
2018-10-08 10:11:41 -03:00
parent 21724233d4
commit 497970666b
3 changed files with 22 additions and 0 deletions

View File

@@ -128,3 +128,13 @@ PodEGFix:
.done
RTL
;--------------------------------------------------------------------------------
; Fix crystal not spawning when using somaria vs boss
TryToSpawnCrystalUntilSuccess:
STX $02D8 ; what we overwrote
JSL AddAncillaLong : BCC .spawned ; a clear carry flag indicates success
.failed
RTL
.spawned
STZ $AE ; the "trying to spawn crystal" flag
STZ $AF ; the "trying to spawn pendant" flag
RTL