add cheat for Ceiling Zero

This commit is contained in:
4am 2019-09-16 19:06:59 -04:00
parent a0366b329a
commit c1f782678b
2 changed files with 17 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,16 @@
;license:MIT
;(c) 2019 by 4am
!cpu 6502
!to "build/PRELAUNCH/CEILING.ZERO",plain
*=$106
!source "src/prelaunch/common.a"
lda #$60
sta $083A
jsr $0800 ; decompress
lda #$A5
sta $902B ; patch - don't decrease lives
sta $77ED ; patch - don't increase lives
jmp $5FED