add cheat for Brainteaser Blvd

This commit is contained in:
4am 2019-09-17 19:42:23 -04:00
parent 78d07f54fa
commit 25ff4e5ccf
2 changed files with 20 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,19 @@
;license:MIT
;(c) 2019 by 4am
!cpu 6502
!to "build/PRELAUNCH/BRAINTEASERBLVD",plain
*=$106
!source "src/prelaunch/common.a"
lda #$60
sta $0813
jsr $0800 ; decompress
lda #$60
sta $363F
jsr $3600 ; memory move
lda #$A5
sta $1338 ; patch - don't decrease lives
sta $10A8 ; patch - don't increase lives
jmp $0A00