Move mirror portal off screen during 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'
|
JAP10HASH = '03a63945398191337e896e5771f77173'
|
||||||
RANDOMIZERBASEHASH = 'c5903112ffe302d1e9a3878ee720d1b3'
|
RANDOMIZERBASEHASH = 'c1a00c60144c6cc5a6ef5f00617a9b38'
|
||||||
|
|
||||||
|
|
||||||
class JsonRom(object):
|
class JsonRom(object):
|
||||||
|
|||||||
@@ -160,6 +160,13 @@ OWPreserveMirrorSprite:
|
|||||||
pla : lda #$de : pha ; in vanilla, if in dark world, jump to $05afdf
|
pla : lda #$de : pha ; in vanilla, if in dark world, jump to $05afdf
|
||||||
rtl
|
rtl
|
||||||
}
|
}
|
||||||
|
OWMirrorSpriteMove:
|
||||||
|
{
|
||||||
|
lda.l OWMode+1 : and.b #!FLAG_OW_CROSSED : beq .return
|
||||||
|
lda $1acf : eor #$80 : sta $1acf
|
||||||
|
.return
|
||||||
|
lda #$2c : jml.l $07A985 ; what we wrote over
|
||||||
|
}
|
||||||
|
|
||||||
OWFluteCancel:
|
OWFluteCancel:
|
||||||
{
|
{
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user