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
6ac3310c20
commit
d66af4a4a4
1 changed files with 293 additions and 296 deletions
|
@ -65,8 +65,7 @@ const std::string Randomizer::NaviRandoMessageTableID = "RandomizerNavi";
|
||||||
const std::string Randomizer::IceTrapRandoMessageTableID = "RandomizerIceTrap";
|
const std::string Randomizer::IceTrapRandoMessageTableID = "RandomizerIceTrap";
|
||||||
const std::string Randomizer::randoMiscHintsTableID = "RandomizerMiscHints";
|
const std::string Randomizer::randoMiscHintsTableID = "RandomizerMiscHints";
|
||||||
|
|
||||||
static const char* englishRupeeNames[180] = {
|
static const char* englishRupeeNames[180] = { "[P]",
|
||||||
"[P]",
|
|
||||||
"Bad RNG Rolls",
|
"Bad RNG Rolls",
|
||||||
"Bananas",
|
"Bananas",
|
||||||
"Beanbean Coins",
|
"Beanbean Coins",
|
||||||
|
@ -248,8 +247,7 @@ static const char* englishRupeeNames[180] = {
|
||||||
"Zorkmids"
|
"Zorkmids"
|
||||||
};
|
};
|
||||||
|
|
||||||
static const char* germanRupeeNames[70] = {
|
static const char* germanRupeeNames[70] = { "Bananen",
|
||||||
"Bananen",
|
|
||||||
"Bitcoin",
|
"Bitcoin",
|
||||||
"Bonbons",
|
"Bonbons",
|
||||||
"Bratwürste",
|
"Bratwürste",
|
||||||
|
@ -321,8 +319,7 @@ static const char* germanRupeeNames[70] = {
|
||||||
"Zenny"
|
"Zenny"
|
||||||
};
|
};
|
||||||
|
|
||||||
static const char* frenchRupeeNames[40] = {
|
static const char* frenchRupeeNames[40] = { "Anneaux",
|
||||||
"Anneaux",
|
|
||||||
"Baguettes",
|
"Baguettes",
|
||||||
"Balles",
|
"Balles",
|
||||||
"Bananes",
|
"Bananes",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue