mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-23 12:33:32 +00:00
add cheat for Cubit
This commit is contained in:
parent
e17a748f4d
commit
a2f4be5a25
File diff suppressed because one or more lines are too long
16
src/prelaunch/cubit.a
Normal file
16
src/prelaunch/cubit.a
Normal 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
|
Loading…
Reference in New Issue
Block a user