mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-27 08:50:01 +00:00
add cheat for Ceiling Zero
This commit is contained in:
parent
a0366b329a
commit
c1f782678b
File diff suppressed because one or more lines are too long
16
src/prelaunch/ceiling.zero.a
Normal file
16
src/prelaunch/ceiling.zero.a
Normal 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
|
Loading…
Reference in New Issue
Block a user