mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-25 23:55:20 -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",
|
||||
"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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue