add cheat for Hard Hat Mack

This commit is contained in:
4am 2019-09-16 21:45:12 -04:00
parent a945df7618
commit 72569e7bcf
2 changed files with 24 additions and 1 deletions

File diff suppressed because one or more lines are too long

View 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