mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-23 12:33:32 +00:00
Merge branch 'master' of https://github.com/a2-4am/4cade
This commit is contained in:
commit
24c3f390c5
File diff suppressed because one or more lines are too long
15
src/prelaunch/alcazar.a
Normal file
15
src/prelaunch/alcazar.a
Normal file
@ -0,0 +1,15 @@
|
||||
;license:MIT
|
||||
;(c) 2019 by qkumba
|
||||
|
||||
!cpu 6502
|
||||
!to "build/PRELAUNCH/ALCAZAR",plain
|
||||
*=$106
|
||||
|
||||
!source "src/prelaunch/common.a"
|
||||
|
||||
lda #$60
|
||||
sta $4035
|
||||
jsr $1ffd
|
||||
lda #$ad
|
||||
sta $8289
|
||||
jmp $7c1e
|
15
src/prelaunch/alien.ambush.a
Normal file
15
src/prelaunch/alien.ambush.a
Normal file
@ -0,0 +1,15 @@
|
||||
;license:MIT
|
||||
;(c) 2019 by qkumba
|
||||
|
||||
!cpu 6502
|
||||
!to "build/PRELAUNCH/ALIEN.AMBUSH",plain
|
||||
*=$106
|
||||
|
||||
!source "src/prelaunch/common.a"
|
||||
|
||||
lda #$60
|
||||
sta $81c
|
||||
jsr $800
|
||||
dec $5ff5
|
||||
dec $608b
|
||||
jmp $4000
|
15
src/prelaunch/alien.downpour.a
Normal file
15
src/prelaunch/alien.downpour.a
Normal file
@ -0,0 +1,15 @@
|
||||
;license:MIT
|
||||
;(c) 2019 by qkumba
|
||||
|
||||
!cpu 6502
|
||||
!to "build/PRELAUNCH/ALIEN.DOWNPOUR",plain
|
||||
*=$106
|
||||
|
||||
!source "src/prelaunch/common.a"
|
||||
|
||||
lda #$60
|
||||
sta $201f
|
||||
jsr $2000
|
||||
lda #$ad
|
||||
sta $7699
|
||||
jmp $73a0
|
16
src/prelaunch/alien.munchies.a
Normal file
16
src/prelaunch/alien.munchies.a
Normal file
@ -0,0 +1,16 @@
|
||||
;license:MIT
|
||||
;(c) 2019 by qkumba
|
||||
|
||||
!cpu 6502
|
||||
!to "build/PRELAUNCH/ALIEN.MUNCHIES",plain
|
||||
*=$106
|
||||
|
||||
!source "src/prelaunch/common.a"
|
||||
|
||||
lda #$60
|
||||
sta $1638
|
||||
jsr $1610
|
||||
lda #$ad
|
||||
sta $10c9
|
||||
sta $be8
|
||||
jmp $833
|
Loading…
Reference in New Issue
Block a user