mirror of
https://github.com/a2-4am/4cade.git
synced 2025-02-04 14:31:52 +00:00
add cheat for Free Fall
This commit is contained in:
parent
a5120905e9
commit
7448f196d7
File diff suppressed because one or more lines are too long
19
src/prelaunch/free.fall.a
Normal file
19
src/prelaunch/free.fall.a
Normal file
@ -0,0 +1,19 @@
|
||||
;license:MIT
|
||||
;(c) 2019 by 4am
|
||||
|
||||
!cpu 6502
|
||||
!to "build/PRELAUNCH/FREE.FALL",plain
|
||||
*=$106
|
||||
|
||||
!source "src/prelaunch/common.a"
|
||||
|
||||
lda #$60
|
||||
sta $204E
|
||||
jsr $2000 ; decompress
|
||||
lda #$AD
|
||||
sta $0E19 ; patch - don't decrease lives
|
||||
sta $19F2 ; patch - don't decrease lives
|
||||
sta $0E69 ; patch - don't increase lives
|
||||
sta $7E11 ; patch - don't increase lives
|
||||
sta $BE11 ; patch - don't increase lives
|
||||
jmp $4000
|
Loading…
x
Reference in New Issue
Block a user