mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-26 08:05:21 -07:00
Rearrangement of the currencies in randomizer.cpp
This commit is contained in:
parent
d66af4a4a4
commit
7ff960b78b
1 changed files with 3 additions and 6 deletions
|
@ -244,8 +244,7 @@ static const char* englishRupeeNames[180] = { "[P]",
|
||||||
"Wumpa Fruit",
|
"Wumpa Fruit",
|
||||||
"Yen",
|
"Yen",
|
||||||
"Zenny",
|
"Zenny",
|
||||||
"Zorkmids"
|
"Zorkmids" };
|
||||||
};
|
|
||||||
|
|
||||||
static const char* germanRupeeNames[70] = { "Bananen",
|
static const char* germanRupeeNames[70] = { "Bananen",
|
||||||
"Bitcoin",
|
"Bitcoin",
|
||||||
|
@ -316,8 +315,7 @@ static const char* germanRupeeNames[70] = { "Bananen",
|
||||||
"Taler",
|
"Taler",
|
||||||
"Wagenchips",
|
"Wagenchips",
|
||||||
"Yen",
|
"Yen",
|
||||||
"Zenny"
|
"Zenny" };
|
||||||
};
|
|
||||||
|
|
||||||
static const char* frenchRupeeNames[40] = { "Anneaux",
|
static const char* frenchRupeeNames[40] = { "Anneaux",
|
||||||
"Baguettes",
|
"Baguettes",
|
||||||
|
@ -358,8 +356,7 @@ static const char* frenchRupeeNames[40] = { "Anneaux",
|
||||||
"Pokémon",
|
"Pokémon",
|
||||||
"Radis",
|
"Radis",
|
||||||
"Rubis",
|
"Rubis",
|
||||||
"Zennies"
|
"Zennies" };
|
||||||
};
|
|
||||||
|
|
||||||
Randomizer::Randomizer() {
|
Randomizer::Randomizer() {
|
||||||
Rando::StaticData::InitItemTable();
|
Rando::StaticData::InitItemTable();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue