mirror of
https://github.com/a2-4am/4cade.git
synced 2025-02-17 07:31:19 +00:00
add some cheats
This commit is contained in:
parent
54af055953
commit
bb335602cc
File diff suppressed because one or more lines are too long
15
src/prelaunch/axis.assassin.a
Normal file
15
src/prelaunch/axis.assassin.a
Normal file
@ -0,0 +1,15 @@
|
||||
;license:MIT
|
||||
;(c) 2019 by qkumba
|
||||
|
||||
!cpu 6502
|
||||
!to "build/PRELAUNCH/AXIS.ASSASSIN",plain
|
||||
*=$106
|
||||
|
||||
!source "src/prelaunch/common.a"
|
||||
|
||||
lda #$60
|
||||
sta $3f06
|
||||
jsr $3eb1
|
||||
lda #$ad
|
||||
sta $6d31
|
||||
jmp $5c00
|
15
src/prelaunch/falcons.a
Normal file
15
src/prelaunch/falcons.a
Normal file
@ -0,0 +1,15 @@
|
||||
;license:MIT
|
||||
;(c) 2019 by qkumba
|
||||
|
||||
!cpu 6502
|
||||
!to "build/PRELAUNCH/FALCONS",plain
|
||||
*=$106
|
||||
|
||||
!source "src/prelaunch/common.a"
|
||||
|
||||
lda #$60
|
||||
sta $3f0e
|
||||
jsr $3ebd
|
||||
dec $9d19
|
||||
dec $9d06
|
||||
jmp $6000
|
20
src/prelaunch/zaxxon.a
Normal file
20
src/prelaunch/zaxxon.a
Normal file
@ -0,0 +1,20 @@
|
||||
;license:MIT
|
||||
;(c) 2019 by qkumba
|
||||
|
||||
!cpu 6502
|
||||
!to "build/PRELAUNCH/ZAXXON",plain
|
||||
*=$106
|
||||
|
||||
!source "src/prelaunch/common.a"
|
||||
|
||||
lda #<cheat
|
||||
sta $208c
|
||||
lda #>cheat
|
||||
sta $208d
|
||||
rts
|
||||
|
||||
cheat
|
||||
lda #$bd
|
||||
sta $1a40
|
||||
sta $1a61
|
||||
jmp $200
|
Loading…
x
Reference in New Issue
Block a user