4cade/src/prelaunch/pest.patrol.a

17 lines
367 B
Plaintext
Raw Normal View History

2019-09-17 02:02:03 +00:00
;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