;license:MIT ;(c) 2019 by 4am !cpu 6502 !to "build/PRELAUNCH/GAMMA.GOBLINS",plain *=$106 !source "src/prelaunch/common.a" +ENABLE_ACCEL lda #$60 sta $2034 jsr $2000 ; decompress +GET_MACHINE_STATUS and #CHEATS_ENABLED beq + ; lives in $06FE lda #$AD sta $4EF3 ; patch - don't decrease lives lda #$00 sta $7F62 ; patch - don't increase lives + +DISABLE_ACCEL lda #$00 tay jmp $2035