Fixed Flute crash

This commit is contained in:
codemann8
2021-08-20 20:43:48 -05:00
parent a8e119285e
commit f7525866c7
2 changed files with 2 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ FluteBoy:
JML.l FluteBoy_Continue
;--------------------------------------------------------------------------------
FreeDuckCheck:
LDA.l OWMode+1 : AND.w #!FLAG_OW_MIXED : BNE .skipInvertedCheck
LDA.l OWMode+1 : AND.b #!FLAG_OW_MIXED : BNE .skipInvertedCheck
LDA.l InvertedMode : BEQ .done
.skipInvertedCheck

View File

@@ -350,7 +350,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