Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
fix Sharena's death quote
Browse files Browse the repository at this point in the history
Signed-off-by: laqieer <[email protected]>
  • Loading branch information
laqieer committed Feb 20, 2020
1 parent 782e025 commit e7c80b1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/text.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,17 @@ const char* const texts[] = {
// character Sharena description
[436] = "アスク王国の王女。アルフォンスの妹。明るく人懐っこい性格で、英雄とも仲が良い。",

// character Sharena death quote
[0x7b5] = TCC_OPEN_FAR_RIGHT
TCC_LOAD_FACE PORTRAIT_SHARENA
"。。。そんな" TCC_NEWLINE
"ごめんね。。。お兄様。。。" TCC_PUSH_A
TCC_CLEAR_FACE
TCC_OPEN_LEFT
TCC_LOAD_FACE PORTRAIT_ALFONSE
"シャロン!!"
,

// character Xander name
[1334] = "マークス",

Expand Down

0 comments on commit e7c80b1

Please sign in to comment.