Rearrangement of the currencies in randomizer.cpp

This commit is contained in:
Extloga 2025-04-07 17:45:42 +02:00 committed by GitHub
commit 7ff960b78b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -244,8 +244,7 @@ static const char* englishRupeeNames[180] = { "[P]",
"Wumpa Fruit",
"Yen",
"Zenny",
"Zorkmids"
};
"Zorkmids" };
static const char* germanRupeeNames[70] = { "Bananen",
"Bitcoin",
@ -316,8 +315,7 @@ static const char* germanRupeeNames[70] = { "Bananen",
"Taler",
"Wagenchips",
"Yen",
"Zenny"
};
"Zenny" };
static const char* frenchRupeeNames[40] = { "Anneaux",
"Baguettes",
@ -358,8 +356,7 @@ static const char* frenchRupeeNames[40] = { "Anneaux",
"Pokémon",
"Radis",
"Rubis",
"Zennies"
};
"Zennies" };
Randomizer::Randomizer() {
Rando::StaticData::InitItemTable();