mirror of
https://github.com/a2-4am/4cade.git
synced 2025-01-27 09:34:09 +00:00
add cheat for Beer Run
This commit is contained in:
parent
c1c171fe4b
commit
2b79176ff1
File diff suppressed because one or more lines are too long
18
src/prelaunch/beer.run.a
Normal file
18
src/prelaunch/beer.run.a
Normal 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
|
Loading…
x
Reference in New Issue
Block a user