Fix bug with straight stairs and vanilla doors

This commit is contained in:
Catobat
2021-10-31 23:16:47 +01:00
parent 3f34e50a62
commit 1e6d79badc

View File

@@ -342,9 +342,10 @@ db $d0, $f6, $10, $1a, $f0, $00
StraightStairsFix:
{
pha
lda.l DRMode : bne +
!add $20 : sta $20 ;what we wrote over
+ rtl
pla : !add $20 : sta $20 : rtl ;what we wrote over
+ pla : rtl
}
StraightStairLayerFix: