Fixes for mirror scroll

Fix for Stonewall + Ice Cross
Fix for Ice Cross key doors
Changed how key doors are chosen in a slightly better manner (pairs them earlier)
This commit is contained in:
aerinon
2020-02-18 13:15:41 -07:00
parent 6bd05982ae
commit 6e11a4bbac
8 changed files with 43 additions and 16 deletions

View File

@@ -43,9 +43,13 @@ OnFileLoadOverride:
+ rtl
MirrorCheckOverride:
lda $8A : and #$40 ; what I wrote over
beq +
lda DRFlags : and #$02 : beq ++
lda $7ef353 : cmp #$01 : beq +
++ lda #$01
+ rtl
++ lda $8A : and #$40 ; what I wrote over
rtl
+ lda DRScroll : rtl
MirrorCheckOverride2:
lda $7ef353 : cmp #$02 : beq +
sep #$02 ; clear zero flag, I think
+ rtl