Skip to content

Commit ab28ba9

Browse files
committed
update YAYA to Tc571-11
1 parent 66178ea commit ab28ba9

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

ghost/master/dic/normal/yaya_aitalk.dic

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//******************************************************************************
44
RandomTalk
55
{
6-
TOSTR(EVAL(CHR(0x22)+RandomTalkEx()+CHR(0x22)))
6+
TOSTR(EVAL(CHR(0x22)+REPLACE(RandomTalkEx(),CHR(0x22),CHR(0x22)+CHR(0x22))+CHR(0x22)))
77
}
88
RandomTalkEx : nonoverlap
99
{

ghost/master/dic/system/yaya_base/shiori3.dic

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,8 @@ SHIORI3FW.UserBirthday
294294
SHIORI3FW.UserSex
295295
SHIORI3FW.BasewareNotifysInstalledSakuraName
296296
SHIORI3FW.BasewareNotifysInstalledKeroName
297+
SHIORI3FW.LastSurface
298+
SHIORI3FW.IsVisible
297299
C_CRLF2
298300
C_CRLF
299301
C_BYTE1
@@ -305,8 +307,6 @@ C_BYTE1
305307
//SHIORI3FW.BalloonName
306308
//SHIORI3FW.BalloonNameOld
307309
//SHIORI3FW.BalloonPath
308-
//SHIORI3FW.LastSurface
309-
//SHIORI3FW.IsVisible
310310

311311
ERASEVAR(SPLIT(_var,C_CRLF))
312312

@@ -1416,6 +1416,15 @@ FUNCTIONLOAD
14161416
0
14171417
return
14181418
}
1419+
// 相手のCharsetに合わせる
1420+
_i = 0
1421+
foreach var.lib.key; _key {
1422+
if _key == 'Charset' {
1423+
void CHARSETLIBEX(_argv[0], var.lib.value[_i])
1424+
break
1425+
}
1426+
_i++
1427+
}
14191428
SAORI.DllList ,= _argv[0]
14201429
}
14211430
1

ghost/master/yaya.dll

4 KB
Binary file not shown.

0 commit comments

Comments
 (0)