mist: loadgame -- was loading too much

noticed because it over-wrote sound status
This commit is contained in:
Vince Weaver 2020-07-27 14:17:23 -04:00
parent 787ddcd905
commit bb9477b4f2

View File

@ -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