mirror of
https://github.com/a2-4am/4cade.git
synced 2025-02-18 14:30:52 +00:00
add cheat for Eggs-It
This commit is contained in:
parent
ec76544280
commit
8d9e7d6bf7
File diff suppressed because one or more lines are too long
18
src/prelaunch/eggs.it.a
Normal file
18
src/prelaunch/eggs.it.a
Normal 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)
|
Loading…
x
Reference in New Issue
Block a user