Merge pull request #9 from Catobat/HoboFix

This commit is contained in:
codemann8
2023-02-24 10:46:32 -06:00
committed by GitHub

View File

@@ -608,6 +608,7 @@ OWEdgeTransition:
}
OWSpecialExit:
{
LDA.l OWMode : ORA.l OWMode+1 : BEQ .vanilla
PHY
LDY.b #$00
LDA.w $0418 : LSR : BNE +
@@ -618,6 +619,7 @@ OWSpecialExit:
++
JSR OWWorldTerrainUpdate
PLY
.vanilla
LDA.l $7EFD40,X ; what we wrote over
RTL
}