mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-23 12:33:32 +00:00
add cheat for Bouncing Kamungas
This commit is contained in:
parent
2b79176ff1
commit
78d07f54fa
File diff suppressed because one or more lines are too long
20
src/prelaunch/bouncing.kmngas.a
Normal file
20
src/prelaunch/bouncing.kmngas.a
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
;license:MIT
|
||||||
|
;(c) 2019 by 4am
|
||||||
|
|
||||||
|
!cpu 6502
|
||||||
|
!to "build/PRELAUNCH/BOUNCING.KMNGAS",plain
|
||||||
|
*=$106
|
||||||
|
|
||||||
|
!source "src/prelaunch/common.a"
|
||||||
|
|
||||||
|
lda #$60
|
||||||
|
sta $52DB
|
||||||
|
jsr $527C ; decompress 1
|
||||||
|
lda #$60
|
||||||
|
sta $BD40
|
||||||
|
jsr $BD1D ; decompress 2
|
||||||
|
lda #$AD
|
||||||
|
sta $69DC ; patch - don't decrease lives
|
||||||
|
sta $6C9A ; patch - don't increase lives
|
||||||
|
sta $6C9D ; patch - don't increase lives
|
||||||
|
jmp $7200
|
Loading…
Reference in New Issue
Block a user