mirror of
https://github.com/RocketRobz/SuperAllStarPhotoStudio.git
synced 2025-06-19 01:25:35 -04:00
Add NightScript
This commit is contained in:
parent
045c24d3ce
commit
8cd59e05a8
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
Binary file not shown.
After Width: | Height: | Size: 73 KiB |
Binary file not shown.
After Width: | Height: | Size: 86 KiB |
4
3ds/assets/gfx_chars/rocket_NightScript.t3s
Normal file
4
3ds/assets/gfx_chars/rocket_NightScript.t3s
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
--atlas -f rgba -z auto
|
||||||
|
"characters/Rocket Photo Shoot/All Seasons/zoom0/NightScript.png"
|
||||||
|
"characters/Rocket Photo Shoot/All Seasons/zoom1/NightScript.png"
|
||||||
|
"characters/Rocket Photo Shoot/All Seasons/zoom2/NightScript.png"
|
@ -8,6 +8,7 @@
|
|||||||
# Characters, Locations, and Music by
|
# Characters, Locations, and Music by
|
||||||
* Namco
|
* Namco
|
||||||
* Nicalis
|
* Nicalis
|
||||||
|
* NightScript*
|
||||||
* Nintendo
|
* Nintendo
|
||||||
* Rare
|
* Rare
|
||||||
* Rocket Robz*
|
* Rocket Robz*
|
||||||
@ -26,6 +27,8 @@
|
|||||||
* devkitPro: libnds, libctru, citro2d/3d, nds-hb-menu's file/folder browsing code
|
* devkitPro: libnds, libctru, citro2d/3d, nds-hb-menu's file/folder browsing code
|
||||||
* [Universal-Team](https://github.com/Universal-Team): Universal Core
|
* [Universal-Team](https://github.com/Universal-Team): Universal Core
|
||||||
* [SuperSaiyajinStackZ](https://github.com/SuperSaiyajinStackZ): StackZ and Stackie avatars
|
* [SuperSaiyajinStackZ](https://github.com/SuperSaiyajinStackZ): StackZ and Stackie avatars
|
||||||
|
* StackZ avatar made by Rocket Robz
|
||||||
|
* [NightScript](https://github.com/NightScript370): NightScript avatar (made by Rocket Robz)
|
||||||
* [Church of Kondo](https://www.youtube.com/@ChurchofKondoh): Some included remastered music
|
* [Church of Kondo](https://www.youtube.com/@ChurchofKondoh): Some included remastered music
|
||||||
* [Pk11](https://github.com/Epicpkmn11): DSi version's font rendering code
|
* [Pk11](https://github.com/Epicpkmn11): DSi version's font rendering code
|
||||||
* [chyyran](https://github.com/chyyran): DS(i) version's alpha blending and sound streaming code
|
* [chyyran](https://github.com/chyyran): DS(i) version's alpha blending and sound streaming code
|
||||||
|
BIN
nds/nitrofiles/graphics/char/rocket_NightScript.png
Normal file
BIN
nds/nitrofiles/graphics/char/rocket_NightScript.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 80 KiB |
@ -5,6 +5,7 @@ const char* rocketCharacterNames[] = {
|
|||||||
"Rabz",
|
"Rabz",
|
||||||
"StackZ",
|
"StackZ",
|
||||||
"Stackie",
|
"Stackie",
|
||||||
|
"NightScript",
|
||||||
};
|
};
|
||||||
|
|
||||||
bool rocketCharacterGenders[] = {
|
bool rocketCharacterGenders[] = {
|
||||||
@ -12,6 +13,7 @@ bool rocketCharacterGenders[] = {
|
|||||||
false, // Female
|
false, // Female
|
||||||
true, // Male
|
true, // Male
|
||||||
false, // Female
|
false, // Female
|
||||||
|
true, // Male
|
||||||
};
|
};
|
||||||
|
|
||||||
const char* rocketCharacterFileNamesSpring[] = {
|
const char* rocketCharacterFileNamesSpring[] = {
|
||||||
@ -19,22 +21,26 @@ const char* rocketCharacterFileNamesSpring[] = {
|
|||||||
"rocket_RabzSpring",
|
"rocket_RabzSpring",
|
||||||
"rocket_StackZ",
|
"rocket_StackZ",
|
||||||
"rocket_StackieSpring",
|
"rocket_StackieSpring",
|
||||||
|
"rocket_NightScript",
|
||||||
};
|
};
|
||||||
const char* rocketCharacterFileNamesSummer[] = {
|
const char* rocketCharacterFileNamesSummer[] = {
|
||||||
"ss4_Robz1",
|
"ss4_Robz1",
|
||||||
"rocket_RabzSpring",
|
"rocket_RabzSpring",
|
||||||
"rocket_StackZ",
|
"rocket_StackZ",
|
||||||
"rocket_StackieSummer",
|
"rocket_StackieSummer",
|
||||||
|
"rocket_NightScript",
|
||||||
};
|
};
|
||||||
const char* rocketCharacterFileNamesFall[] = {
|
const char* rocketCharacterFileNamesFall[] = {
|
||||||
"ss4_Robz2",
|
"ss4_Robz2",
|
||||||
"rocket_RabzFall",
|
"rocket_RabzFall",
|
||||||
"rocket_StackZ",
|
"rocket_StackZ",
|
||||||
"rocket_StackieSpring",
|
"rocket_StackieSpring",
|
||||||
|
"rocket_NightScript",
|
||||||
};
|
};
|
||||||
const char* rocketCharacterFileNamesWinter[] = {
|
const char* rocketCharacterFileNamesWinter[] = {
|
||||||
"ss4_Robz3",
|
"ss4_Robz3",
|
||||||
"rocket_RabzWinter",
|
"rocket_RabzWinter",
|
||||||
"rocket_StackZ",
|
"rocket_StackZ",
|
||||||
"rocket_StackieSpring",
|
"rocket_StackieSpring",
|
||||||
|
"rocket_NightScript",
|
||||||
};
|
};
|
@ -238,9 +238,6 @@ void PhotoStudio::getMaxChars() {
|
|||||||
case 3:
|
case 3:
|
||||||
import_totalCharacters = 0xD;
|
import_totalCharacters = 0xD;
|
||||||
break;
|
break;
|
||||||
case 4:
|
|
||||||
import_totalCharacters = 3;
|
|
||||||
break;
|
|
||||||
case 5:
|
case 5:
|
||||||
import_totalCharacters = 6;
|
import_totalCharacters = 6;
|
||||||
break;
|
break;
|
||||||
@ -259,6 +256,7 @@ void PhotoStudio::getMaxChars() {
|
|||||||
case 13:
|
case 13:
|
||||||
import_totalCharacters = 1;
|
import_totalCharacters = 1;
|
||||||
break;
|
break;
|
||||||
|
case 4:
|
||||||
case 9:
|
case 9:
|
||||||
import_totalCharacters = 4;
|
import_totalCharacters = 4;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user