Adds french text for the bean salesman

This commit is contained in:
Christopher Leggett 2022-08-25 12:39:34 -04:00
parent 5842beeb55
commit 00838cb5b6
No known key found for this signature in database
GPG Key ID: 7093AE5FF7037D79
1 changed files with 9 additions and 7 deletions

View File

@ -3740,16 +3740,18 @@ void CreateScrubMessages() {
std::to_string(price) + " Rubis%w!\x07\x10\xA3"
});
}
customMessageManager->CreateMessage(Randomizer::scrubMessageTableID, 0x405E,
customMessageManager->CreateMessage(
Randomizer::scrubMessageTableID, 0x405E,
{
TEXTBOX_TYPE_BLACK,
TEXTBOX_POS_BOTTOM,
"I tried to be a magic bean salesman,&but it turns out my marketing skills&weren't worth beans!^Anyway, want to buy my&"
"%gmysterious item%w for 60 Rupees?\x1B&%gYes&No%w",
"I tried to be a magic bean salesman,&but it turns out my marketing skills&weren't worth beans!^Anyway, want to buy my&"
"%gmysterious item%w for 60 Rupees?\x1B&%gYes&No%w",
"I tried to be a magic bean salesman,&but it turns out my marketing skills&weren't worth beans!^Anyway, want to buy my&"
"%gmysterious item%w for 60 Rupees?\x1B&%gYes&No%w",
"I tried to be a magic bean salesman,&but it turns out my marketing skills&weren't worth beans!^Anyway, "
"want to buy my&%gmysterious item%w for 60 Rupees?\x1B&%gYes&No%w",
"I tried to be a magic bean salesman,&but it turns out my marketing skills&weren't worth beans!^Anyway, "
"want to buy my&%gmysterious item%w for 60 Rupees?\x1B&%gYes&No%w",
"J'ai essayé d'être un vendeur de&haricots magiques, mais j'étais&mauvais au niveau du marketing et&ça me "
"courait sur le haricot...^Enfin bref, ça te dirait de m'acheter un&"
"%gobjet mystérieux%w pour 60 Rubis?\x1B&%gOui&Non%w",
});
}