Compare commits

..

No commits in common. "2f1a22742bb5d9a0247dd0e1043b9446ace0541b" and "26660a759c34d5287ebea196ec0a135784286aaa" have entirely different histories.

6 changed files with 2 additions and 97502 deletions

View File

@ -19,7 +19,7 @@
"type": "text"
}
],
"name": "All Star",
"name": "All Start",
"artist": "Smash Mouth",
"ppq": 192,
"tempos": [

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -33,11 +33,7 @@ inline std::vector<SongCatalogEntry> get_song_catalog()
{"assets/songs/json/where_are_you.json", 5},
{"assets/songs/json/mary.json", 0},
{"assets/songs/json/pallettown.json", 1},
{"assets/songs/json/tetris.json", 1},
// {"assets/songs/json/fairy_fountain.json", 1},
// {"assets/songs/json/lost_woods.json", 3},
// {"assets/songs/json/gerudo_valley.json", 0},
{"assets/songs/json/song_of_storms.json", 1}
{"assets/songs/json/tetris.json", 1}
};
}