SuperAllStarPhotoStudio/include/smBgNames.h
2020-08-07 01:18:58 -06:00

11 lines
122 B
C

const char* smBgNames[] = {
"Outside Peach's Castle",
"Inside Peach's Castle",
"",
};
int smBgNums[] = {
49,
50,
};