ROM Fixes
- Fixed Aga2 check on Ganon vulnerability - Fixed disappearing mirror portals in Inverted+CrossedOWR
This commit is contained in:
2
Rom.py
2
Rom.py
@@ -38,7 +38,7 @@ from source.dungeon.RoomList import Room0127
|
||||
|
||||
|
||||
JAP10HASH = '03a63945398191337e896e5771f77173'
|
||||
RANDOMIZERBASEHASH = 'ae56110fe1228423c9d6a6cee361f7ac'
|
||||
RANDOMIZERBASEHASH = 'c80605a079983f1a9dac37273e2b377a'
|
||||
|
||||
|
||||
class JsonRom(object):
|
||||
|
||||
@@ -271,7 +271,9 @@ OWMirrorSpriteRestore:
|
||||
OWLightWorldOrCrossed:
|
||||
{
|
||||
lda.l OWMode+1 : and.b #!FLAG_OW_CROSSED : beq +
|
||||
lda #$00 : rtl
|
||||
lda.l InvertedMode : beq +
|
||||
lda #$40 : rtl
|
||||
+ lda #$00 : rtl
|
||||
+ jsl OWWorldCheck : rtl
|
||||
}
|
||||
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user