Texts: fix a few remaining issues
This commit is contained in:
parent
896851fcb1
commit
4e32f164e9
3 changed files with 4 additions and 4 deletions
|
@ -29,7 +29,7 @@ void bad_ending_marisa(Ending *e) {
|
|||
add_ending_entry(e, 300, "After her consciousness had faded while she was falling down the tower,\nMarisa found herself waking up in a clearing of the magical forest.", NULL);
|
||||
add_ending_entry(e, 300, "She saw the sun set.", NULL);
|
||||
add_ending_entry(e, 300, "Maybe all of this was just a daydream.", NULL);
|
||||
add_ending_entry(e, 300, "Nevertheless, she won the fight. That’s all that counts… isn’t it?", NULL);
|
||||
add_ending_entry(e, 300, "Nevertheless, she had won the fight. That’s all that counts… isn’t it?", NULL);
|
||||
add_ending_entry(e, 200, "[Bad Ending 1]", NULL);
|
||||
}
|
||||
|
||||
|
@ -51,7 +51,7 @@ void good_ending_marisa(Ending *e) {
|
|||
|
||||
void good_ending_youmu(Ending *e) {
|
||||
add_ending_entry(e, 300, "When they reached the ground, the tower and everything in that world\nbegan to fade into an endless plain of grass.", NULL);
|
||||
add_ending_entry(e, 550, "“Always consider the trouble you cause to those around you when taking on such great endeavors,”\nYōmu said confidently.\n“That’s the first and foremost rule of Gensōkyō if you don’t want people to come for your head.”", NULL);
|
||||
add_ending_entry(e, 550, "“Always consider the trouble you cause to those around you\nwhen taking on such great endeavors,”\nYōmu said confidently.\n“That’s the first and foremost rule of Gensōkyō\nif you don’t want people to come for your head.”", NULL);
|
||||
add_ending_entry(e, 320, "Elly promised to fix up the the border as soon as possible.", NULL);
|
||||
add_ending_entry(e, 350, "But before the path to this unknown place was sealed forever,\nYōmu decided to travel it once more…", NULL);
|
||||
add_ending_entry(e, 200, "[Good Ending 2]", NULL);
|
||||
|
|
|
@ -16,7 +16,7 @@ Dialog *stage3_dialog(void) {
|
|||
|
||||
dadd_msg(d, Left, "Ugh, it’s like bugs being attracted by the light…");
|
||||
dadd_msg(d, Right, "That’s right! The light makes us strong!");
|
||||
dadd_msg(d, Right, "And this place is filled with it! Feel my tremendous power!");
|
||||
dadd_msg(d, Right, "And this place is filled with it!\nFeel my tremendous power!");
|
||||
dadd_msg(d, BGM, "bgm_stage3boss");
|
||||
|
||||
return d;
|
||||
|
|
|
@ -100,7 +100,7 @@
|
|||
“Of course, Yuyuko-sama. I shall slash every little clangor in this world
|
||||
until your sleep is left undisturbed!”
|
||||
|
||||
Hakugyokurōs close connection with the border makes it sensitive to
|
||||
Hakugyokurō’s close connection with the border makes it sensitive to
|
||||
changes of the border’s structure. Yōmu, being aware of that, decided to
|
||||
investigate this “border breaking” rumor first.
|
||||
|
||||
|
|
Loading…
Reference in a new issue