mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-27 08:50:01 +00:00
add cheat for Pest Patrol
This commit is contained in:
parent
3391f0501e
commit
e17a748f4d
File diff suppressed because one or more lines are too long
@ -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"
|
||||
|
16
src/prelaunch/pest.patrol.a
Normal file
16
src/prelaunch/pest.patrol.a
Normal 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
|
Loading…
Reference in New Issue
Block a user