mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-23 12:33:32 +00:00
add cheat for Genetic Drift
This commit is contained in:
parent
11b7c8b28b
commit
91fcbd57f0
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 global cheat mode (press Ctrl-C in search or browse mode to toggle)
|
||||
- Added 43 game cheats
|
||||
- Added 44 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
|
||||
- Added missing levels in Out Of This World
|
||||
|
18
src/prelaunch/genetic.drift.a
Normal file
18
src/prelaunch/genetic.drift.a
Normal file
@ -0,0 +1,18 @@
|
||||
;license:MIT
|
||||
;(c) 2019 by 4am
|
||||
|
||||
!cpu 6502
|
||||
!to "build/PRELAUNCH/GENETIC.DRIFT",plain
|
||||
*=$106
|
||||
|
||||
!source "src/prelaunch/common.a"
|
||||
|
||||
lda #<patch
|
||||
sta $0859
|
||||
lda #>patch
|
||||
sta $085A
|
||||
jmp $0800 ; decompress and show title and decompress again
|
||||
patch
|
||||
lda #$A5
|
||||
sta $5846 ; patch - don't decrease lives
|
||||
jmp $57D7
|
Loading…
Reference in New Issue
Block a user