mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-23 12:33:32 +00:00
add cheat for Buzzard Bait
This commit is contained in:
parent
df60527805
commit
c1c171fe4b
File diff suppressed because one or more lines are too long
17
src/prelaunch/buzzard.bait.a
Normal file
17
src/prelaunch/buzzard.bait.a
Normal file
@ -0,0 +1,17 @@
|
||||
;license:MIT
|
||||
;(c) 2019 by 4am
|
||||
|
||||
!cpu 6502
|
||||
!to "build/PRELAUNCH/BUZZARD.BAIT",plain
|
||||
*=$106
|
||||
|
||||
!source "src/prelaunch/common.a"
|
||||
|
||||
lda #$60
|
||||
sta $0827
|
||||
jsr $0800 ; decompress
|
||||
lda #$A5
|
||||
sta $6E42 ; patch - don't decrease lives
|
||||
sta $1B0D ; patch - don't increase lives
|
||||
sta $8389 ; patch - don't increase lives
|
||||
jmp $8000
|
Loading…
Reference in New Issue
Block a user