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