mirror of
https://github.com/a2-4am/4cade.git
synced 2025-01-15 04:30:18 +00:00
add cheat for Kid Niki
This commit is contained in:
parent
8cc1a9da94
commit
4c33e5772a
File diff suppressed because one or more lines are too long
@ -11,7 +11,7 @@
|
||||
|
||||
- Added help screen (press ? in search or browse mode to show)
|
||||
- Added global cheat mode (press Ctrl-C in search or browse mode to toggle)
|
||||
- Added 55 game cheats
|
||||
- Added 56 game cheats
|
||||
- Fixed corrupted graphics in Asteroid Blaster
|
||||
- Fixed corrupted graphics in Sneakers game, demo, and screenshots, and now we are entirely done with this I promise
|
||||
- Fixed Axis Assassin demo hanging on IIgs
|
||||
|
19
src/prelaunch/kid.niki.a
Normal file
19
src/prelaunch/kid.niki.a
Normal file
@ -0,0 +1,19 @@
|
||||
;license:MIT
|
||||
;(c) 2019 by 4am
|
||||
|
||||
!cpu 6502
|
||||
!to "build/PRELAUNCH/KID.NIKI",plain
|
||||
*=$106
|
||||
|
||||
!source "src/prelaunch/common.a"
|
||||
|
||||
lda #$60
|
||||
sta $6069
|
||||
jsr $5FF2 ; load assets
|
||||
+GET_MACHINE_STATUS
|
||||
and #CHEATS_ENABLED
|
||||
beq +
|
||||
lda #$AD
|
||||
sta $BD34 ; patch - don't decrease lives
|
||||
+
|
||||
jmp $61E3
|
Loading…
x
Reference in New Issue
Block a user