mirror of
https://github.com/RocketRobz/SuperAllStarPhotoStudio.git
synced 2025-06-18 17:15:35 -04:00
12 lines
120 B
C
12 lines
120 B
C
const char* sonicJamBgmNames[] = {
|
|
"Menu",
|
|
"Sonic World",
|
|
"Gallery",
|
|
};
|
|
|
|
int sonicJamBgmNums[] = {
|
|
43,
|
|
44,
|
|
45,
|
|
};
|