Fixed Flute crashes

This commit is contained in:
codemann8
2021-08-20 20:44:13 -05:00
parent f051e3a0b2
commit eb9dc8df75
3 changed files with 2 additions and 2 deletions

2
Rom.py
View File

@@ -33,7 +33,7 @@ from source.classes.SFX import randomize_sfx
JAP10HASH = '03a63945398191337e896e5771f77173' JAP10HASH = '03a63945398191337e896e5771f77173'
RANDOMIZERBASEHASH = '6d8c7d1f0530c1ed1da5afa60e7a6d98' RANDOMIZERBASEHASH = '23f0983f5dfd93490aacab9a60bc6a28'
class JsonRom(object): class JsonRom(object):

View File

@@ -353,7 +353,7 @@ OWNewDestination:
; turn into bunny ; turn into bunny
lda $5d : cmp #$17 : beq .return lda $5d : cmp #$17 : beq .return
lda #$17 : sta $5d lda #$17 : sta $5d
lda #$01 : sta $2e0 lda #$01 : sta $02e0
bra .return bra .return
.nobunny .nobunny
lda $5d : cmp #$17 : bne .return lda $5d : cmp #$17 : bne .return

Binary file not shown.