85 lines
1.5 KiB
Text
85 lines
1.5 KiB
Text
[石版の記憶4]01_3004
|
||
|
||
//-------------------------------------------------------------
|
||
//
|
||
// 開始処理
|
||
//
|
||
//-------------------------------------------------------------
|
||
// r, g, b, a, frame
|
||
#FADE, 0, 0, 0, 255, 0
|
||
#WAIT, 60,
|
||
|
||
#FADE, 0, 0, 0, 0, 60
|
||
|
||
#BGMPLAY, 317
|
||
// BGnum frame
|
||
#BGSET, 69, 0,
|
||
|
||
|
||
#MSGWINDOW_ON,
|
||
|
||
|
||
#MSG,
|
||
"Lady Toa. That is your name."
|
||
|
||
#MSG,
|
||
"It's unlike you. To think Toa would forget."
|
||
|
||
#MSG,
|
||
"Forgetting your own name is weird! That little
|
||
girl must have passed some strange disease to
|
||
papa!"
|
||
|
||
#MSG,
|
||
She Who Has Free Wings
|
||
"Did you hear that Slime's brother said、'Doesn't
|
||
Toa seem like she'd have a huge cock?' I heard
|
||
it!"
|
||
|
||
#MSG,
|
||
"Yes、Al. Girls shouldn't talk about cocks. Isn't
|
||
Toa sad?"
|
||
|
||
#MSG,
|
||
"Have you remembered now、Lady Toa?"
|
||
|
||
#MSG,
|
||
"Please never forget again. That name is more
|
||
precious to our family than anything else."
|
||
|
||
|
||
#MSG,
|
||
"Toa" - that name holds a special meaning.
|
||
|
||
#MSG,
|
||
A feeling akin to conviction appeals strongly to
|
||
the heart.
|
||
|
||
#MSG,
|
||
If you could take on that name、which should be
|
||
unrelated、something might change. It's a
|
||
premonition.
|
||
|
||
#MSG,
|
||
There was supposed to be a mysterious monument in
|
||
the northern territory that changes names.
|
||
|
||
#MSG,
|
||
Shall I carve the name I learned in a dream...?
|
||
|
||
|
||
|
||
|
||
// 終了処理
|
||
#MSGWINDOW_OFF,
|
||
|
||
#WAIT, 30
|
||
|
||
#FADE, 0, 0, 0, 255, 60,
|
||
#WAIT, 60,
|
||
|
||
#EVENTEND,
|
||
|
||
#END,
|
||
|
||
|