mirror of
https://github.com/a2-4am/4cade.git
synced 2025-08-07 18:25:24 +00:00
add cheat for Apple Cider Spider
This commit is contained in:
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
|
Reference in New Issue
Block a user