Fixed issue with whirlpools not changing world in Crossed OW

This commit is contained in:
codemann8
2021-10-28 21:40:51 -05:00
parent 86212c8d25
commit 2e9f4c5abb

View File

@@ -128,9 +128,11 @@ OWWorldCheck16:
OWWhirlpoolUpdate:
{
jsl $02ea6c ; what we wrote over
lda.l OWFlags : and #$01 : beq +
ldx $8a : jsr OWWorldUpdate
+ rtl
lda.l OWFlags : and #$01 : bne +
lda.l OWMode+1 : and #$02 : beq .return
+ ldx $8a : jsr OWWorldUpdate
.return
rtl
}
OWFluteCancel: