diff --git a/src/prelaunch/wings.of.fury.a b/src/prelaunch/wings.of.fury.a index 653dbd254..2720d7c53 100644 --- a/src/prelaunch/wings.of.fury.a +++ b/src/prelaunch/wings.of.fury.a @@ -15,18 +15,25 @@ +GET_MACHINE_STATUS and #CHEATS_ENABLED beq + - lda #cheat - sta $8277 + ldy #(cheat_e-cheat)-1 +- lda cheat,y + sta $200,y + dey + bpl - + iny + sty $8274 + lda #2 + sta $8275 + jmp $800 ; decompress -cheat +cheat !pseudopc $200 { jsr $2000 lda #$AD sta $AAAC ; patch - don't decrease lives rts +} +cheat_e callback jsr DisableAccelerator