mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-12-24 17:18:50 -05:00
More names, fixed translations
This commit is contained in:
parent
c1cec5a44a
commit
e25fcc645b
@ -4644,7 +4644,7 @@ void CreateRupeeMessages() {
|
||||
customMessageManager->CreateMessage(Randomizer::rupeeMessageTableID, rupee,
|
||||
{ TEXTBOX_TYPE_BLACK, TEXTBOX_POS_BOTTOM,
|
||||
"You found" + rupeeText + " !",
|
||||
"Du fandest" + rupeeText + " !",
|
||||
"Du hast" + rupeeText + " gefunden!",
|
||||
"Vous obtenez" + rupeeText + " !"
|
||||
});
|
||||
}
|
||||
|
@ -1449,12 +1449,13 @@ extern "C" CustomMessageEntry Randomizer_GetScrubMessage(u16 scrubTextId) {
|
||||
|
||||
extern "C" std::string Randomizer_InsertRupeeName(std::string message, int language) {
|
||||
std::string replaceWith;
|
||||
const char* englishRupeeNames[20] = {
|
||||
"Rupees", "BitCoin", "Bananas", "Cornflakes", "Gummybears", "Floopies", "Dollars", "Pokémon", "Emeralds", "Bucks",
|
||||
"Rubles", "Diamonds", "Moons", "Stars", "Mana", "Doll Hairs", "DogeCoins", "Mushrooms", "Experience", "Friends"
|
||||
const char* englishRupeeNames[30] = {
|
||||
"Rupees", "Bitcoin", "Bananas", "Cornflakes", "Gummybears", "Floopies", "Dollars", "Lemmings", "Emeralds", "Bucks",
|
||||
"Rubles", "Diamonds", "Moons", "Stars", "Mana", "Doll Hairs", "Dogecoin", "Mushrooms", "Experience", "Friends",
|
||||
"Coins", "Rings", "Gil", "Pokédollars", "Bells", "Orbs", "Bottle Caps", "Simoleons", "Pokémon", "Toys"
|
||||
};
|
||||
const char* germanRupeeNames[1] = { "Rupees" };
|
||||
const char* frenchRupeeNames[1] = { "Rupees" };
|
||||
const char* germanRupeeNames[1] = { "Rubine" };
|
||||
const char* frenchRupeeNames[1] = { "Rubis" };
|
||||
int randomIndex;
|
||||
switch (language) {
|
||||
case LANGUAGE_ENG:
|
||||
|
Loading…
Reference in New Issue
Block a user