mirror of
https://github.com/RocketRobz/SuperAllStarPhotoStudio.git
synced 2025-06-18 17:15:35 -04:00
18 lines
218 B
C
18 lines
218 B
C
const char* sonicManiaBgmNames[] = {
|
|
"Main Menu",
|
|
"Angel Island Zone",
|
|
"Green Hill Zone 1",
|
|
"Green Hill Zone 2",
|
|
"Studiopolis Zone 1",
|
|
"Special Stage",
|
|
};
|
|
|
|
int sonicManiaBgmNums[] = {
|
|
5,
|
|
6,
|
|
7,
|
|
8,
|
|
9,
|
|
10,
|
|
};
|