add cheat for Apple Panic

This commit is contained in:
4am 2019-09-16 18:56:27 -04:00
parent 40b81ade03
commit a0366b329a
2 changed files with 17 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,16 @@
;license:MIT
;(c) 2019 by 4am
!cpu 6502
!to "build/PRELAUNCH/APPLE.PANIC",plain
*=$106
!source "src/prelaunch/common.a"
lda #$60
sta $819D
jsr $3FF8 ; decompress
lda #$AD
sta $766C ; patch - don't decrease lives
sta $764E ; patch - don't increase lives
jmp $4000