pt3: note X is already set properly, save an instruction

This commit is contained in:
Peter Ferrie 2019-06-18 13:11:12 -04:00 committed by Vince Weaver
parent d518a1ba26
commit c47f390d30

View File

@ -421,7 +421,8 @@ zero_song_structs_loop:
sta note_c+NOTE_VOLUME ; 4
; default ornament/sample in A
ldx #(NOTE_STRUCT_SIZE*0) ; 2
; X is zero coming in here
;ldx #(NOTE_STRUCT_SIZE*0) ; 2
jsr load_ornament0_sample1 ; 6+93
; default ornament/sample in B