add shield cheat to Sputnik Attack (#402)

This commit is contained in:
xotmatrix 2021-10-26 20:11:13 -04:00 committed by GitHub
parent 35509c7666
commit 4e36803727
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -319,7 +319,7 @@
0110,SPIDERBOT
0000,SPIDER.RAID
1001,SPINDIZZY
1001,SPUTNIK.ATTACK
1003,SPUTNIK.ATTACK
0001,SPY.HUNTER
0000,SS=Spy vs Spy
0000,SS2=Spy vs Spy 2

View File

@ -1,5 +1,5 @@
;license:MIT
;(c) 2021 by qkumba
;(c) 2021 by qkumba/xot
!cpu 6502
!to "build/PRELAUNCH.INDEXED/SPUTNIK.ATTACK",plain
@ -17,7 +17,8 @@
and #CHEATS_ENABLED
beq +
lda #$A5
sta $6B37
sta $6B37 ; inf. lives
sta $6724 ; inf. shields
+
+DISABLE_ACCEL