Fixed Flute crashes
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 = '6d8c7d1f0530c1ed1da5afa60e7a6d98'
|
||||
RANDOMIZERBASEHASH = '23f0983f5dfd93490aacab9a60bc6a28'
|
||||
|
||||
|
||||
class JsonRom(object):
|
||||
|
||||
@@ -353,7 +353,7 @@ OWNewDestination:
|
||||
; turn into bunny
|
||||
lda $5d : cmp #$17 : beq .return
|
||||
lda #$17 : sta $5d
|
||||
lda #$01 : sta $2e0
|
||||
lda #$01 : sta $02e0
|
||||
bra .return
|
||||
.nobunny
|
||||
lda $5d : cmp #$17 : bne .return
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user