mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-19 02:10:39 +00:00
17 lines
367 B
Plaintext
17 lines
367 B
Plaintext
|
;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
|