add cheat for Beer Run

This commit is contained in:
4am 2019-09-17 19:20:13 -04:00
parent c1c171fe4b
commit 2b79176ff1
2 changed files with 19 additions and 1 deletions

File diff suppressed because one or more lines are too long

18
src/prelaunch/beer.run.a Normal file
View File

@ -0,0 +1,18 @@
;license:MIT
;(c) 2019 by 4am
!cpu 6502
!to "build/PRELAUNCH/BEER.RUN",plain
*=$106
!source "src/prelaunch/common.a"
lda #$60
sta $2065
jsr $2000 ; decompress
lda #$AD
sta $1E20 ; patch - don't decrease lives
sta $6D5C ; patch - don't increase lives
sta $7354 ; patch - don't increase lives
sta $7D5C ; patch - don't increase lives
jmp $BB00