SuperAllStarPhotoStudio/include/ss3BgmNames.h

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,
};