add cheat for Eggs-It

This commit is contained in:
4am 2019-09-19 09:13:30 -04:00
parent ec76544280
commit 8d9e7d6bf7
2 changed files with 19 additions and 1 deletions

File diff suppressed because one or more lines are too long

18
src/prelaunch/eggs.it.a Normal file
View File

@ -0,0 +1,18 @@
;license:MIT
;(c) 2019 by 4am
!cpu 6502
!to "build/PRELAUNCH/EGGS.IT",plain
*=$106
!source "src/prelaunch/common.a"
lda #$60
sta $3E58
jsr $3DE9 ; phase 1
lda #$60
sta $B890
jsr $B82C ; phase 2
lda #$AD
sta $962A ; patch - don't decrease lives
jmp ($0020)