mirror of
https://github.com/a2-4am/4cade.git
synced 2025-04-03 05:32:00 +00:00
add Lock 'n' Chase to the collection
This commit is contained in:
parent
0bcfc06056
commit
05ed8a4bfd
@ -156,6 +156,7 @@
|
||||
1000,LASER.BOUNCE
|
||||
0001,LAZER.SILK
|
||||
0000,LITTLE.COMP.PPL=Little Computer People
|
||||
0001,LOCK.N.CHASE=Lock 'n' Chase
|
||||
0001,LODE.RUNNER
|
||||
1000,LOST.TOMB
|
||||
1000,MAD.BOMBER
|
||||
|
BIN
res/TITLE.HGR/LOCK.N.CHASE
Normal file
BIN
res/TITLE.HGR/LOCK.N.CHASE
Normal file
Binary file not shown.
BIN
res/dsk/lock 'n' chase 15k file PRODOS (san inc pack).po
Normal file
BIN
res/dsk/lock 'n' chase 15k file PRODOS (san inc pack).po
Normal file
Binary file not shown.
@ -3,7 +3,6 @@ The American Challenge
|
||||
C'est La Vie
|
||||
Conquering Worlds
|
||||
Dive Bomber
|
||||
Lock 'N' Chase [priority]
|
||||
Mad Rat
|
||||
Marauder
|
||||
MIRV
|
||||
|
32
src/prelaunch/lock.n.chase.a
Normal file
32
src/prelaunch/lock.n.chase.a
Normal file
@ -0,0 +1,32 @@
|
||||
;license:MIT
|
||||
;(c) 2020 by qkumba
|
||||
|
||||
!cpu 6502
|
||||
!to "build/PRELAUNCH/LOCK.N.CHASE",plain
|
||||
*=$106
|
||||
|
||||
!source "src/prelaunch/common.a"
|
||||
|
||||
+ENABLE_ACCEL
|
||||
lda #$60
|
||||
sta $4326
|
||||
sta $4345
|
||||
jsr $800 ; decompress
|
||||
lda #$60
|
||||
sta $647B
|
||||
jsr $6400
|
||||
jsr $BE16
|
||||
|
||||
+GET_MACHINE_STATUS
|
||||
and #CHEATS_ENABLED
|
||||
beq +
|
||||
lda #$ad
|
||||
sta $11C0 ; patch - don't increase lives
|
||||
sta $1595 ; patch - don't decrease lives
|
||||
+
|
||||
+DISABLE_ACCEL
|
||||
jmp $800
|
||||
|
||||
!if * > $1C0 {
|
||||
!error "code is too large, ends at ", *
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user