mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-23 12:33:32 +00:00
add cheat for Crossfire
This commit is contained in:
parent
aafe2ce134
commit
57142f55f3
File diff suppressed because one or more lines are too long
18
src/prelaunch/crossfire.a
Normal file
18
src/prelaunch/crossfire.a
Normal file
@ -0,0 +1,18 @@
|
||||
;license:MIT
|
||||
;(c) 2019 by 4am
|
||||
|
||||
!cpu 6502
|
||||
!to "build/PRELAUNCH/CROSSFIRE",plain
|
||||
*=$106
|
||||
|
||||
!source "src/prelaunch/common.a"
|
||||
|
||||
lda #$60
|
||||
sta $6240
|
||||
jsr $6230 ; phase 1
|
||||
lda #$60
|
||||
sta $85AE ; phase 2
|
||||
jsr $85A4
|
||||
lda #$00
|
||||
sta $4786 ; patch - don't decrease lives
|
||||
jmp $4000
|
Loading…
Reference in New Issue
Block a user