add cheat for Apple Cider Spider

This commit is contained in:
4am 2019-09-16 18:49:55 -04:00
parent 0ddb62637c
commit 40b81ade03
2 changed files with 17 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,16 @@
;license:MIT
;(c) 2019 by 4am
!cpu 6502
!to "build/PRELAUNCH/CIDER.SPIDER",plain
*=$106
!source "src/prelaunch/common.a"
lda #$60
sta $2076
jsr $1FFD ; decompress
lda #$BD
sta $19C5 ; patch - don't decrease lives
sta $196A ; patch - don't increase lives
jmp $1000