Fixed issue with mirror portal deleting after mirror bonk in Crossed OW
This commit is contained in:
2
Rom.py
2
Rom.py
@@ -33,7 +33,7 @@ from source.classes.SFX import randomize_sfx
|
||||
|
||||
|
||||
JAP10HASH = '03a63945398191337e896e5771f77173'
|
||||
RANDOMIZERBASEHASH = 'b46e08bfb572876dd51dc3108e7b9292'
|
||||
RANDOMIZERBASEHASH = 'a30bdf1086fa4304d3b422eef2587f5b'
|
||||
|
||||
|
||||
class JsonRom(object):
|
||||
|
||||
@@ -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.
Reference in New Issue
Block a user