mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-02-11 01:30:53 +00:00
mist: loadgame -- was loading too much
noticed because it over-wrote sound status
This commit is contained in:
parent
787ddcd905
commit
bb9477b4f2
@ -54,7 +54,7 @@ load_loop:
|
||||
lda $e00,X
|
||||
sta WHICH_LOAD,X
|
||||
inx
|
||||
cpx END_OF_SAVE
|
||||
cpx #(END_OF_SAVE-WHICH_LOAD)
|
||||
bne load_loop
|
||||
|
||||
lda #$ff
|
||||
|
Loading…
x
Reference in New Issue
Block a user