mirror of
https://github.com/a2-4am/4cade.git
synced 2025-01-20 08:32:16 +00:00
add cheat for Brainteaser Blvd
This commit is contained in:
parent
78d07f54fa
commit
25ff4e5ccf
File diff suppressed because one or more lines are too long
19
src/prelaunch/brainteaserblvd.a
Normal file
19
src/prelaunch/brainteaserblvd.a
Normal 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
|
Loading…
x
Reference in New Issue
Block a user