add cheat for Crossfire

This commit is contained in:
4am 2019-09-18 18:35:31 -04:00
parent aafe2ce134
commit 57142f55f3
2 changed files with 19 additions and 1 deletions

File diff suppressed because one or more lines are too long

18
src/prelaunch/crossfire.a Normal file
View 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