mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-27 08:50:01 +00:00
add cheat for Apple Cider Spider
This commit is contained in:
parent
0ddb62637c
commit
40b81ade03
File diff suppressed because one or more lines are too long
16
src/prelaunch/cider.spider.a
Normal file
16
src/prelaunch/cider.spider.a
Normal 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
|
Loading…
Reference in New Issue
Block a user