This commit is contained in:
codemann8
2021-06-23 05:34:09 -05:00
parent 6cd6dca6a3
commit 177a7ee44a
3 changed files with 2 additions and 2 deletions

2
Rom.py
View File

@@ -27,7 +27,7 @@ from EntranceShuffle import door_addresses, exit_ids
JAP10HASH = '03a63945398191337e896e5771f77173'
RANDOMIZERBASEHASH = '03a63945398191337e896e5771f77173'
RANDOMIZERBASEHASH = '97349749df6f63cd19dec385b7adcd77'
class JsonRom(object):

View File

@@ -282,7 +282,7 @@ OWNewDestination:
lda.l InvertedMode : bne .inverted
lda $7ef3ca : and.b #$40 : bra +
.inverted lda $7ef3ca : and.b #$40 : eor #$40
++ cmp #$40 : bne .nobunny
+ cmp #$40 : bne .nobunny
; turn into bunny
lda $5d : cmp #$17 : beq .return
lda #$17 : sta $5d

Binary file not shown.