taisei/src/cutscenes/reimu_bad_end.inc.h

62 lines
2.7 KiB
C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

.name = "Reimu (Bad Ending)",
.bgm = "ending",
.phases = (CutscenePhase[]) {
{ "cutscenes/locations/hakurei", {
T_NARRATOR("— The Hakurei Shrine\n"),
T_NARRATOR("The shrine at the border of fantasy and reality.\n"),
T_NARRATOR("The Tower had powered down, yet the instigators were nowhere to be found.\n"),
T_NARRATOR("Reimu returned to her shrine, unsure if she had done anything at all.\n"),
T_NARRATOR("The Gods and yōkai of the Mountain shuffled about the shrine quietly, with bated breath.\n"),
{ 0 },
}},
{ "cutscenes/reimu_bad/01", {
T_NARRATOR("Reimu sighed, and made her announcement.\n"),
T_REIMU("Listen up! I stopped the spread of madness, but until further notice, Yōkai Mountain is off limits!"),
{ 0 },
}},
{ "cutscenes/reimu_bad/01", {
T_NARRATOR("Nobody was pleased with that.\n"),
T_NARRATOR("The Moriya Gods were visibly shocked.\n"),
T_NARRATOR("The kappa demanded that they be able to fetch their equipment, and tend to their hydroponic cucumber farms.\n"),
T_NARRATOR("The tengu furiously scribbled down notes, once again as if theyd had the scoop of the century, before also beginning to make their own demands.\n"),
{ 0 },
}},
{ "cutscenes/locations/hakurei", {
T_NARRATOR("Once Reimu had managed to placate the crowd, she sat in the back of the Hakurei Shrine, bottle of sake in hand.\n"),
T_NARRATOR("She didnt feel like drinking, however. She cradled it without even uncorking it, sighing to herself."),
{ 0 },
}},
{ "cutscenes/reimu_bad/02", {
T_YUKARI("Oh my, a little dissatisfied, arent we?"),
T_NARRATOR("\nReimu was never surprised by Yukaris sudden appearances anymore, of course.\n"),
T_YUKARI("Its unlike you to stop until everything is business as usual, Reimu."),
T_YUKARI("Depressed?"),
{ 0 },
}},
{ "cutscenes/reimu_bad/02", {
T_REIMU("Yeah. That place sucked."),
T_YUKARI("Perhaps I shouldve gone with you, hmm?"),
T_REIMU("Huh? Why? Do you wanna gap the whole thing out of Gensōkyō?"),
T_YUKARI("That might be a bit much, even for me, dear."),
{ 0 },
}},
{ "cutscenes/reimu_bad/02", {
T_REIMU("Whatever that madness thing was, it was getting to me, too. It made me feel frustrated and… lonely?"),
T_REIMU("But why would I feel lonely? It doesnt make any sense."),
{ 0 },
}},
{ "cutscenes/reimu_bad/02", {
T_YUKARI("So, what will you do?"),
T_REIMU("Find a way to get rid of it, eventually. Im sure theres an answer somewhere out there…"),
T_NARRATOR("\nYukari smiled.\n"),
T_YUKARI("Glad to hear it. Its your duty, after all."),
{ 0 },
}},
{ "cutscenes/reimu_bad/02", {
T_CENTERED("— Bad End —", "Try to reach the end without using a Continue!"),
{ 0 },
}},
{ NULL }
}