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