Using the auto-tracker or by right-clicking a song slot (but not in single-button mode), it should be possible to track which song locations have been checked. To do this, I need to figure out where these are stored in the save data.
[x] Song from Impa: event_chk_inf[5] & 0x0200
[x] Song from Malon: event_chk_inf[5] & 0x0100
[x] Song from Saria: event_chk_inf[5] & 0x0080
[x] Song from Composers Grave: event_chk_inf[5] & 0x0400
[x] Song from Ocarina of Time: event_chk_inf[10] & 0x0200
[x] Song from Windmill: event_chk_inf[5] & 0x0800
[x] Sheik in Forest: event_chk_inf[5] & 0x0001
[x] Sheik in Crater: event_chk_inf[5] & 0x0002
[x] Sheik in Ice Cavern: event_chk_inf[5] & 0x0004
Using the auto-tracker or by right-clicking a song slot (but not in single-button mode), it should be possible to track which song locations have been checked. To do this, I need to figure out where these are stored in the save data.
event_chk_inf[5] & 0x0200
event_chk_inf[5] & 0x0100
event_chk_inf[5] & 0x0080
event_chk_inf[5] & 0x0400
event_chk_inf[10] & 0x0200
event_chk_inf[5] & 0x0800
event_chk_inf[5] & 0x0001
event_chk_inf[5] & 0x0002
event_chk_inf[5] & 0x0004
event_chk_inf[10] & 0x1000
event_chk_inf[5] & 0x0010
event_chk_inf[5] & 0x0020