mirror of
https://github.com/a2-4am/4cade.git
synced 2025-02-19 20:30:42 +00:00
add cheat for Gremlins
This commit is contained in:
parent
a57a87304a
commit
68f1db7be5
File diff suppressed because one or more lines are too long
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
- Added help screen (press ? in search or browse mode to show)
|
- 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 global cheat mode (press Ctrl-C in search or browse mode to toggle)
|
||||||
- Added 46 game cheats
|
- Added 47 game cheats
|
||||||
- Fixed corrupted graphics in Asteroid Blaster
|
- 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 corrupted graphics in Sneakers game, demo, and screenshots, and now we are entirely done with this I promise
|
||||||
- Added missing levels in Out Of This World
|
- Added missing levels in Out Of This World
|
||||||
|
19
src/prelaunch/gremlins.a
Normal file
19
src/prelaunch/gremlins.a
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
;license:MIT
|
||||||
|
;(c) 2019 by 4am
|
||||||
|
|
||||||
|
!cpu 6502
|
||||||
|
!to "build/PRELAUNCH/GREMLINS",plain
|
||||||
|
*=$106
|
||||||
|
|
||||||
|
!source "src/prelaunch/common.a"
|
||||||
|
|
||||||
|
lda #$60
|
||||||
|
sta $0866
|
||||||
|
jsr $0800 ; decompress
|
||||||
|
lda #$A5
|
||||||
|
sta $54B2 ; patch - don't decrease lives
|
||||||
|
sta $5165 ; patch - don't increase lives
|
||||||
|
lda #$BD
|
||||||
|
sta $54B6 ; patch - don't decrease lives
|
||||||
|
sta $5162 ; patch - don't increase lives
|
||||||
|
jmp $4000
|
Loading…
x
Reference in New Issue
Block a user