Attempt to fix music

This commit is contained in:
Starport75
2023-10-15 13:27:05 -05:00
parent d5d3e287da
commit 79a09eb01f

View File

@@ -149,9 +149,9 @@ int main(void)
Button pokedex_btn = Button(btn_p_l, btn_p_r, 192, 224);
Button credits_btn = Button(btn_c_l, btn_c_r, 256, 288);
pokedex_init();
load_save_data();
pokedex_init(); //Why does this cause the music to stop playing? Also the loop doesn't work
load_save_data();
main_menu_init(transfer_btn, pokedex_btn, credits_btn);
text_disable();