diff --git a/Rom.py b/Rom.py index 1001fb0b..51a7ac10 100644 --- a/Rom.py +++ b/Rom.py @@ -33,7 +33,7 @@ from source.classes.SFX import randomize_sfx JAP10HASH = '03a63945398191337e896e5771f77173' -RANDOMIZERBASEHASH = '23f0983f5dfd93490aacab9a60bc6a28' +RANDOMIZERBASEHASH = '363c49821f25327f10bc200c98375bde' class JsonRom(object): diff --git a/asm/owrando.asm b/asm/owrando.asm index aca29b3b..300d4da8 100644 --- a/asm/owrando.asm +++ b/asm/owrando.asm @@ -351,13 +351,12 @@ OWNewDestination: .inverted lda $7ef3ca : and.b #$40 : eor #$40 + cmp #$40 : bne .nobunny ; turn into bunny - lda $5d : cmp #$17 : beq .return lda #$17 : sta $5d - lda #$01 : sta $02e0 + lda #$01 : sta $02e0 : sta $56 bra .return + .nobunny - lda $5d : cmp #$17 : bne .return - stz $5d : stz $2e0 + stz $5d : stz $02e0 : stz $56 .return lda $05 : sta $8a diff --git a/data/base2current.bps b/data/base2current.bps index f717a4b1..17f77f5f 100644 Binary files a/data/base2current.bps and b/data/base2current.bps differ