mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-22 17:32:19 -05:00
Fix order of auto equip message (#2931)
French text was being displayed in English and vice versa due to incorrectly ordered parameters.
This commit is contained in:
parent
2957dc61c3
commit
6bf42fd018
@ -1739,12 +1739,12 @@ extern "C" void* getN64WeirdFrame(s32 i) {
|
||||
|
||||
extern "C" int GetEquipNowMessage(char* buffer, char* src, const int maxBufferSize) {
|
||||
CustomMessage customMessage("\x04\x1A\x08"
|
||||
"D\x96sirez-vous l'\x96quiper maintenant?"
|
||||
"Would you like to equip it now?"
|
||||
"\x09&&"
|
||||
"\x1B%g"
|
||||
"Oui"
|
||||
"Yes"
|
||||
"&"
|
||||
"Non"
|
||||
"No"
|
||||
"%w\x02",
|
||||
"\x04\x1A\x08"
|
||||
"M"
|
||||
@ -1757,12 +1757,12 @@ extern "C" int GetEquipNowMessage(char* buffer, char* src, const int maxBufferSi
|
||||
"Nein!"
|
||||
"%w\x02",
|
||||
"\x04\x1A\x08"
|
||||
"Would you like to equip it now?"
|
||||
"D\x96sirez-vous l'\x96quiper maintenant?"
|
||||
"\x09&&"
|
||||
"\x1B%g"
|
||||
"Yes"
|
||||
"Oui"
|
||||
"&"
|
||||
"No"
|
||||
"Non"
|
||||
"%w\x02");
|
||||
customMessage.Format();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user