mirror of
https://github.com/a2-4am/4cade.git
synced 2025-01-05 11:29:32 +00:00
add cheat for Crime Wave
This commit is contained in:
parent
12e139453c
commit
df60527805
File diff suppressed because one or more lines are too long
16
src/prelaunch/crime.wave.a
Normal file
16
src/prelaunch/crime.wave.a
Normal file
@ -0,0 +1,16 @@
|
||||
;license:MIT
|
||||
;(c) 2019 by 4am
|
||||
|
||||
!cpu 6502
|
||||
!to "build/PRELAUNCH/CRIME.WAVE",plain
|
||||
*=$106
|
||||
|
||||
!source "src/prelaunch/common.a"
|
||||
|
||||
lda #$60
|
||||
sta $244B
|
||||
jsr $2400 ; decompress
|
||||
lda #$A5
|
||||
sta $9D89 ; patch - don't decrease lives
|
||||
sta $9DF4 ; patch - don't increase lives
|
||||
jmp $0800
|
Loading…
Reference in New Issue
Block a user