mirror of
https://github.com/a2-4am/passport.git
synced 2024-12-24 17:29:40 +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
|
||||
bne .getkey
|
||||
jsr CreateRAMFile
|
||||
lda #%11000000
|
||||
|
||||
; note: execution falls through here
|
||||
|
||||
Action
|
||||
sta gMode
|
||||
jsr ResetProgress
|
||||
bit gMode
|
||||
bpl +
|
||||
jsr CreateRAMFile
|
||||
+ jsr ResetProgress
|
||||
jsr InitSectorMap
|
||||
jsr CopyUniversal
|
||||
lda #FALSE
|
||||
|
Loading…
Reference in New Issue
Block a user