mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-27 08:50:01 +00:00
add cheat for Hard Hat Mack
This commit is contained in:
parent
a945df7618
commit
72569e7bcf
File diff suppressed because one or more lines are too long
23
src/prelaunch/hard.hat.mack.a
Normal file
23
src/prelaunch/hard.hat.mack.a
Normal file
@ -0,0 +1,23 @@
|
||||
;license:MIT
|
||||
;(c) 2019 by 4am
|
||||
|
||||
!cpu 6502
|
||||
!to "build/PRELAUNCH/HARD.HAT.MACK",plain
|
||||
*=$106
|
||||
|
||||
!source "src/prelaunch/common.a"
|
||||
|
||||
lda #<patcher
|
||||
sta $9431
|
||||
lda #>patcher
|
||||
sta $942E
|
||||
jsr $4856 ; decompress
|
||||
patcher rts
|
||||
lda #$AD
|
||||
sta $50A5 ; patch - don't decrease lives
|
||||
sta $7197 ; patch - don't increase lives
|
||||
lda #$07
|
||||
pha
|
||||
lda #$FF
|
||||
pha
|
||||
rts
|
Loading…
Reference in New Issue
Block a user