mirror of
https://github.com/RocketRobz/SuperAllStarPhotoStudio.git
synced 2025-06-18 17:15:35 -04:00
28 lines
361 B
C
28 lines
361 B
C
const char* ss3BgmNames[] = {
|
|
"Intro Song (Japanese)",
|
|
"Intro Song (English)",
|
|
"Title Screen",
|
|
"Beaumonde City (Morning)",
|
|
"Beaumonde City (Noon)",
|
|
"Beaumonde City (Sunset)",
|
|
"Beaumonde City (Night)",
|
|
"Beaumonde City (Midnight)",
|
|
"My Apartment",
|
|
"Phone",
|
|
"Wardrobe",
|
|
};
|
|
|
|
int ss3BgmNums[] = {
|
|
46,
|
|
47,
|
|
48,
|
|
50,
|
|
51,
|
|
52,
|
|
53,
|
|
54,
|
|
49,
|
|
55,
|
|
56,
|
|
};
|