add cheat for Gorgon

This commit is contained in:
4am 2019-09-30 14:11:26 -04:00
parent 938d3dc875
commit a57a87304a
3 changed files with 20 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -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 45 game cheats
- Added 46 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/gorgon.a Normal file
View File

@ -0,0 +1,18 @@
;license:MIT
;(c) 2019 by 4am
!cpu 6502
!to "build/PRELAUNCH/GORGON",plain
*=$106
!source "src/prelaunch/common.a"
lda #$60
sta $8237
jsr $3FFD ; decompress
lda #$60
sta $B845
jsr $B837
lda #$A5
sta $A5B0 ; patch - don't decrease lives
jmp $A720