Adds new text for the bean salesman

This commit is contained in:
Christopher Leggett 2022-08-24 17:58:01 -04:00
parent c4de29b7f1
commit db6a397195
No known key found for this signature in database
GPG Key ID: 7093AE5FF7037D79

View File

@ -3734,6 +3734,17 @@ void CreateScrubMessages() {
std::to_string(price) + " Rubis%w!\x07\x10\xA3"
});
}
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",
});
}
void CreateRupeeMessages() {