mirror of
https://github.com/RocketRobz/SuperAllStarPhotoStudio.git
synced 2025-06-18 17:15:35 -04:00
11 lines
122 B
C
11 lines
122 B
C
const char* smBgNames[] = {
|
|
"Outside Peach's Castle",
|
|
"Inside Peach's Castle",
|
|
"",
|
|
};
|
|
|
|
int smBgNums[] = {
|
|
49,
|
|
50,
|
|
};
|