add cheat for Bouncing Kamungas

This commit is contained in:
4am 2019-09-17 19:33:39 -04:00
parent 2b79176ff1
commit 78d07f54fa
2 changed files with 21 additions and 1 deletions

File diff suppressed because one or more lines are too long

View 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