Remove unused tracker files and add where I found db_toffe

This commit is contained in:
Gwilym Inzani 2023-07-23 20:31:46 +01:00
parent 70d34f1fc8
commit 21d1d1385a
4 changed files with 2 additions and 0 deletions

Binary file not shown.

View file

@ -5,6 +5,7 @@ use agb::sound::mixer::Frequency;
use agb::Gba;
use agb_tracker::{include_xm, Track, Tracker};
// Found on: https://modarchive.org/index.php?request=view_by_moduleid&query=36662
const DB_TOFFE: Track = include_xm!("examples/db_toffe.xm");
#[agb::entry]

View file

@ -5,6 +5,7 @@ use agb::sound::mixer::Frequency;
use agb::Gba;
use agb_tracker::{include_xm, Track, Tracker};
// Found on: https://modarchive.org/index.php?request=view_by_moduleid&query=36662
const DB_TOFFE: Track = include_xm!("examples/db_toffe.xm");
#[agb::entry]