Add the cash character from Conker's BFD/L&R

This commit is contained in:
RocketRobz 2020-08-11 03:08:08 -06:00
parent 0a7ee39672
commit a0e6d5ea7a
6 changed files with 10 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

View File

@ -0,0 +1,4 @@
--atlas -f rgba -z auto
"characters/Conker series/All Seasons/zoom0/Cash.png"
"characters/Conker series/All Seasons/zoom1/Cash.png"
"characters/Conker series/All Seasons/zoom2/Cash.png"

View File

@ -2,7 +2,7 @@
const char* conkerCharacterNames[] = {
"Conker",
"",
"Cash/Money",
"",
};
@ -14,13 +14,17 @@ bool conkerCharacterGenders[] = {
const char* conkerCharacterFileNamesSpring[] = {
"conker_Conker",
"conker_Cash",
};
const char* conkerCharacterFileNamesSummer[] = {
"conker_Conker",
"conker_Cash",
};
const char* conkerCharacterFileNamesFall[] = {
"conker_Conker",
"conker_Cash",
};
const char* conkerCharacterFileNamesWinter[] = {
"conker_Conker",
"conker_Cash",
};

View File

@ -79,7 +79,7 @@ void PhotoStudio::getMaxChars() {
} else if (charPageOrder[highlightedGame] == 9) {
import_totalCharacters = 0;
} else if (charPageOrder[highlightedGame] == 8) {
import_totalCharacters = 0;
import_totalCharacters = 1;
} else if (charPageOrder[highlightedGame] == 7) {
import_totalCharacters = 1;
} else if (charPageOrder[highlightedGame] == 6) {