aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_kyradat/resources/eob2_fmtowns_japanese.h
diff options
context:
space:
mode:
authorathrxx2019-01-26 00:19:41 +0100
committerathrxx2019-03-06 20:48:16 +0100
commit2b95dd3213fe4800a3475c055ba7d63b640a8938 (patch)
treeb037c29b695c22c5ed7012951fcc685bda1c9aa0 /devtools/create_kyradat/resources/eob2_fmtowns_japanese.h
parent7cb7e4133936fe2348f7a0dda89961d807a4ef90 (diff)
downloadscummvm-rg350-2b95dd3213fe4800a3475c055ba7d63b640a8938.tar.gz
scummvm-rg350-2b95dd3213fe4800a3475c055ba7d63b640a8938.tar.bz2
scummvm-rg350-2b95dd3213fe4800a3475c055ba7d63b640a8938.zip
KYRA: (EOB) - fix unused string
This fixes the "%s can not use this item" string. AFAIK this message never appears. It would require to place an item into a character's hand which he/she can't use and right-click use it. However, when you place such an unusable item in a character's hand the slot will be greyed out/disabled immediately and can no longer be clicked.
Diffstat (limited to 'devtools/create_kyradat/resources/eob2_fmtowns_japanese.h')
-rw-r--r--devtools/create_kyradat/resources/eob2_fmtowns_japanese.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/create_kyradat/resources/eob2_fmtowns_japanese.h b/devtools/create_kyradat/resources/eob2_fmtowns_japanese.h
index 8e290a350f..49a815d057 100644
--- a/devtools/create_kyradat/resources/eob2_fmtowns_japanese.h
+++ b/devtools/create_kyradat/resources/eob2_fmtowns_japanese.h
@@ -246,7 +246,7 @@ static const char *const kEoB2WandStringsFMTownsJapanese[1] = {
static const StringListProvider kEoB2WandStringsFMTownsJapaneseProvider = { ARRAYSIZE(kEoB2WandStringsFMTownsJapanese), kEoB2WandStringsFMTownsJapanese };
static const char *const kEoB2ItemMisuseStringsFMTownsJapanese[3] = {
- "\x82\xCD\x82\xBB\x82\xCC\x83""A""\x83""C""\x83""e""\x83\x80\x82\xF0\x8E""g""\x82\xA6\x82\xC8\x82\xA2\x81""B\r",
+ "%s""\x82\xCD\x82\xBB\x82\xCC\x83""A""\x83""C""\x83""e""\x83\x80\x82\xF0\x8E""g""\x82\xA6\x82\xC8\x82\xA2\x81""B\r",
"\x82\xB1\x82\xCC\x83""A""\x83""C""\x83""e""\x83\x80\x82\xCD\x90""g""\x82\xC9\x82\xC2\x82\xAF\x82\xC4\x82\xA2\x82\xEA\x82\xCE\x8E\xA9\x93\xAE\x93""I""\x82\xC9\x8C\xF8\x89\xCA\x82\xF0\x94\xAD\x8A\xF6\x82\xB7\x82\xE9\x81""B\r",
"\x83""A""\x83""C""\x83""e""\x83\x80\x82\xCC\x8E""g""\x82\xA2\x95\xFB\x82\xAA\x8A\xD4\x88\xE1\x82\xC1\x82\xC4\x82\xA2\x82\xE9\x81""B\r"
};