add cheat for Cubit

This commit is contained in:
4am 2019-09-16 22:15:37 -04:00
parent e17a748f4d
commit a2f4be5a25
2 changed files with 17 additions and 1 deletions

File diff suppressed because one or more lines are too long

16
src/prelaunch/cubit.a Normal file
View File

@ -0,0 +1,16 @@
;license:MIT
;(c) 2019 by 4am
!cpu 6502
!to "build/PRELAUNCH/CUBIT",plain
*=$106
!source "src/prelaunch/common.a"
lda #$60
sta $0818
jsr $0800 ; decompress
lda #$AD
sta $4292 ; patch - don't decrease lives
sta $7C1F ; patch - don't increase lives
jmp $4000