Necessary ROM Fixes

- Changed Inverted MSU-1 to trigger opposite world track changes
- Fixed mirror portal issue in Inverted
- Fixed TR Peg Puzzle issue
This commit is contained in:
codemann8
2022-07-31 22:35:00 -05:00
parent 2c9efecd38
commit 57209296e8
3 changed files with 5 additions and 5 deletions

View File

@@ -270,11 +270,11 @@ OWMirrorSpriteRestore:
}
OWLightWorldOrCrossed:
{
lda.l OWMode+1 : and.b #!FLAG_OW_CROSSED : beq +
lda.l OWMode+1 : and.b #!FLAG_OW_CROSSED : beq ++
lda.l InvertedMode : beq +
lda #$40 : rtl
+ lda #$00 : rtl
+ jsl OWWorldCheck : rtl
lda #$40
+ rtl
++ jsl OWWorldCheck : rtl
}
OWFluteCancel: