mirror of
https://github.com/a2-4am/passport.git
synced 2025-01-12 07:29:43 +00:00
create RAM file on demuffin as well as crack
This commit is contained in:
parent
06ebbba4ae
commit
b311927145
@ -260,14 +260,16 @@ MainMenu
|
|||||||
+
|
+
|
||||||
cmp #k_crack
|
cmp #k_crack
|
||||||
bne .getkey
|
bne .getkey
|
||||||
jsr CreateRAMFile
|
|
||||||
lda #%11000000
|
lda #%11000000
|
||||||
|
|
||||||
; note: execution falls through here
|
; note: execution falls through here
|
||||||
|
|
||||||
Action
|
Action
|
||||||
sta gMode
|
sta gMode
|
||||||
jsr ResetProgress
|
bit gMode
|
||||||
|
bpl +
|
||||||
|
jsr CreateRAMFile
|
||||||
|
+ jsr ResetProgress
|
||||||
jsr InitSectorMap
|
jsr InitSectorMap
|
||||||
jsr CopyUniversal
|
jsr CopyUniversal
|
||||||
lda #FALSE
|
lda #FALSE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user