add cheat for Cyclod

This commit is contained in:
4am 2019-09-16 22:23:03 -04:00
parent a2f4be5a25
commit 12e139453c
2 changed files with 16 additions and 1 deletions

File diff suppressed because one or more lines are too long

15
src/prelaunch/cyclod.a Normal file
View 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