Get correct song name

This commit is contained in:
Gwilym Kuiper 2022-06-11 16:11:18 +01:00
parent 879a4f5270
commit 3bd85c7d7c

View file

@ -4,7 +4,7 @@
use agb::sound::mixer::SoundChannel;
use agb::{include_wav, Gba};
// Music - "Let it in" by Josh Woodward, free download at http://joshwoodward.com
// Music - "Crazy glue" by Josh Woodward, free download at http://joshwoodward.com
const LET_IT_IN: &[u8] = include_wav!("examples/JoshWoodward-CrazyGlue.wav");
#[agb::entry]