Fixed issue with mirror portal deleting after mirror bonk in Crossed OW

This commit is contained in:
codemann8
2022-02-22 19:56:05 -06:00
parent a0d51327b8
commit 9312a95ad5
3 changed files with 8 additions and 1 deletions

2
Rom.py
View File

@@ -33,7 +33,7 @@ from source.classes.SFX import randomize_sfx
JAP10HASH = '03a63945398191337e896e5771f77173'
RANDOMIZERBASEHASH = 'b46e08bfb572876dd51dc3108e7b9292'
RANDOMIZERBASEHASH = 'a30bdf1086fa4304d3b422eef2587f5b'
class JsonRom(object):

View File

@@ -166,6 +166,13 @@ OWMirrorSpriteMove:
lda $1acf : eor #$80 : sta $1acf
+ lda #$2c : jml.l $07A985 ; what we wrote over
}
OWMirrorSpriteRestore:
{
lda.l OWMode+1 : and.b #!FLAG_OW_CROSSED : beq +
lda $1acf : and #$0f : sta $1acf
+ rep #$30 : lda.w $04AC ; what we wrote over
rtl
}
OWFluteCancel:
{

Binary file not shown.