Move mirror portal off screen during mirror bonk in Crossed OW

This commit is contained in:
codemann8
2021-12-22 10:49:52 -06:00
parent 3c74fcf947
commit 2b8e9d8602
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 = 'c5903112ffe302d1e9a3878ee720d1b3'
RANDOMIZERBASEHASH = 'c1a00c60144c6cc5a6ef5f00617a9b38'
class JsonRom(object):

View File

@@ -160,6 +160,13 @@ OWPreserveMirrorSprite:
pla : lda #$de : pha ; in vanilla, if in dark world, jump to $05afdf
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:
{

Binary file not shown.