4cade/src/prelaunch/eggs.it.a

24 lines
504 B
Plaintext
Raw Normal View History

2019-09-19 13:13:30 +00:00
;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
+GET_MACHINE_STATUS
and #CHEATS_ENABLED
beq +
2019-10-06 14:39:59 +00:00
; lives in $7801
2019-09-19 13:13:30 +00:00
lda #$AD
sta $962A ; patch - don't decrease lives
+
2019-09-19 13:13:30 +00:00
jmp ($0020)