add cheat for Pest Patrol

This commit is contained in:
4am 2019-09-16 22:02:03 -04:00
parent 3391f0501e
commit e17a748f4d
3 changed files with 22 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,9 @@
;license:MIT
;(c) 2019 by 4am
;
; common code used by all prelaunchers
;
; you should include this file with a '!source' directive, not assemble it directly
!source "src/constants.a" ; no code in these
!source "src/macros.a"

View File

@ -0,0 +1,16 @@
;license:MIT
;(c) 2019 by 4am
!cpu 6502
!to "build/PRELAUNCH/PEST.PATROL",plain
*=$106
!source "src/prelaunch/common.a"
lda #$60
sta $0837
jsr $0800 ; decompress
lda #$00
sta $5791 ; patch - don't decrease lives
sta $5352 ; patch - don't increase lives
jmp $4003