mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-23 12:33:32 +00:00
add cheat for Centipede
This commit is contained in:
parent
c1f782678b
commit
a945df7618
File diff suppressed because one or more lines are too long
15
src/prelaunch/centipede.a
Normal file
15
src/prelaunch/centipede.a
Normal file
@ -0,0 +1,15 @@
|
||||
;license:MIT
|
||||
;(c) 2019 by 4am
|
||||
|
||||
!cpu 6502
|
||||
!to "build/PRELAUNCH/CENTIPEDE",plain
|
||||
*=$106
|
||||
|
||||
!source "src/prelaunch/common.a"
|
||||
|
||||
lda #$60
|
||||
sta $0C33
|
||||
jsr $0C00 ; decompress
|
||||
lda #$B5
|
||||
sta $A231 ; patch - don't decrease lives
|
||||
jmp $A000
|
Loading…
Reference in New Issue
Block a user