tumbledemerald-legacy/data/maps/VerdanturfTown_WandasHouse/scripts.inc

169 lines
5.9 KiB
PHP
Raw Normal View History

2022-05-19 19:14:13 +02:00
VerdanturfTown_WandasHouse_MapScripts::
.byte 0
VerdanturfTown_WandasHouse_EventScript_Wally::
lock
faceplayer
goto_if_set FLAG_WALLY_SPEECH, VerdanturfTown_WandasHouse_EventScript_WallyShortSpeech
msgbox VerdanturfTown_WandasHouse_Text_StrongerSpeech, MSGBOX_DEFAULT
setflag FLAG_WALLY_SPEECH
release
end
VerdanturfTown_WandasHouse_EventScript_WallyShortSpeech::
msgbox VerdanturfTown_WandasHouse_Text_StrongerSpeechShort, MSGBOX_DEFAULT
release
end
VerdanturfTown_WandasHouse_EventScript_WallysUncle::
lock
faceplayer
goto_if_set FLAG_DEFEATED_WALLY_VICTORY_ROAD, VerdanturfTown_WandasHouse_EventScript_WallysUncleEverGrande
goto_if_set FLAG_DEFEATED_LAVARIDGE_GYM, VerdanturfTown_WandasHouse_EventScript_WallysUncleSlippedOff
msgbox VerdanturfTown_WandasHouse_Text_WallysNextDoor, MSGBOX_DEFAULT
release
end
VerdanturfTown_WandasHouse_EventScript_WallysUncleSlippedOff::
msgbox VerdanturfTown_WandasHouse_Text_WallySlippedOff, MSGBOX_DEFAULT
release
end
VerdanturfTown_WandasHouse_EventScript_WallysUncleEverGrande::
msgbox VerdanturfTown_WandasHouse_Text_WallyGoneThatFar, MSGBOX_DEFAULT
release
end
VerdanturfTown_WandasHouse_EventScript_WandasBoyfriend::
msgbox VerdanturfTown_WandasHouse_Text_CanSeeGirlfriendEveryDay, MSGBOX_NPC
end
VerdanturfTown_WandasHouse_EventScript_Wanda::
lock
faceplayer
goto_if_set FLAG_DEFEATED_LAVARIDGE_GYM, VerdanturfTown_WandasHouse_EventScript_WandaDontWorry
goto_if_set FLAG_DEFEATED_WALLY_MAUVILLE, VerdanturfTown_WandasHouse_EventScript_MeetWanda
msgbox VerdanturfTown_WandasHouse_Text_DontWorryAboutWally, MSGBOX_DEFAULT
release
end
VerdanturfTown_WandasHouse_EventScript_MeetWanda::
msgbox VerdanturfTown_WandasHouse_Text_MeetWanda, MSGBOX_DEFAULT
release
end
VerdanturfTown_WandasHouse_EventScript_WandaDontWorry::
msgbox VerdanturfTown_WandasHouse_Text_DontWorryAboutWally, MSGBOX_DEFAULT
release
end
VerdanturfTown_WandasHouse_EventScript_WallysAunt::
lock
faceplayer
goto_if_set FLAG_DEFEATED_WALLY_VICTORY_ROAD, VerdanturfTown_WandasHouse_EventScript_WallysAuntEverGrande
goto_if_set FLAG_DEFEATED_LAVARIDGE_GYM, VerdanturfTown_WandasHouse_EventScript_WallysAuntAnythingHappened
goto_if_set FLAG_RUSTURF_TUNNEL_OPENED, VerdanturfTown_WandasHouse_EventScript_WallysAuntTunnelOpen
msgbox VerdanturfTown_WandasHouse_Text_DaughtersBoyfriendDriven, MSGBOX_DEFAULT
release
end
VerdanturfTown_WandasHouse_EventScript_WallysAuntTunnelOpen::
msgbox VerdanturfTown_WandasHouse_Text_DaughtersBoyfriendWasDigging, MSGBOX_DEFAULT
release
end
VerdanturfTown_WandasHouse_EventScript_WallysAuntAnythingHappened::
msgbox VerdanturfTown_WandasHouse_Text_IfAnythingHappenedToWally, MSGBOX_DEFAULT
release
end
VerdanturfTown_WandasHouse_EventScript_WallysAuntEverGrande::
msgbox VerdanturfTown_WandasHouse_Text_WallyWasInEverGrande, MSGBOX_DEFAULT
release
end
VerdanturfTown_WandasHouse_Text_StrongerSpeech:
.string "Wally: I lost to you, {PLAYER}, but I'm\n"
2022-05-19 19:14:13 +02:00
.string "not feeling down anymore.\p"
.string "Because I have a new purpose in life.\n"
.string "Together with my Ralts, I'm going\l"
.string "to challenge Pokémon Gyms and become\l"
.string "a great Trainer.\p"
2022-05-19 19:14:13 +02:00
.string "Please watch me, {PLAYER}.\n"
.string "I'm going to be stronger than you.\p"
.string "When I do, I'm going to challenge you\n"
.string "to another battle.$"
VerdanturfTown_WandasHouse_Text_StrongerSpeechShort:
.string "Wally: Please watch me, {PLAYER}.\n"
2022-05-19 19:14:13 +02:00
.string "I'm going to get stronger than you.\p"
.string "When I do, I'm going to challenge you\n"
.string "to another battle.$"
VerdanturfTown_WandasHouse_Text_WallysNextDoor:
.string "Uncle: Oh! {PLAYER}{KUN}!\n"
.string "Wally's next door.\p"
2022-05-19 19:14:13 +02:00
.string "But, boy, there's something I have to\n"
.string "tell you.\p"
.string "This natural environment is doing\n"
.string "wonders for Wally's health.\p"
2022-05-19 19:14:13 +02:00
.string "Maybe it's not just the environment.\n"
.string "It could be Pokémon that are giving\l"
2022-05-19 19:14:13 +02:00
.string "the boy hope.$"
VerdanturfTown_WandasHouse_Text_WallySlippedOff:
.string "Wally's gone away…\n"
2022-05-19 19:14:13 +02:00
.string "He slipped off on his own…$"
VerdanturfTown_WandasHouse_Text_WallyGoneThatFar:
.string "Uncle: Is that right?\n"
.string "Wally's gone away that far all by\l"
2022-05-19 19:14:13 +02:00
.string "himself…\p"
.string "Well, I have to give him credit--he is\n"
.string "my little brother's son.$"
VerdanturfTown_WandasHouse_Text_MeetWanda:
.string "Wanda: You are?\n"
2022-05-19 19:14:13 +02:00
.string "Oh, right, I get it!\p"
.string "You're the {PLAYER} who Wally was\n"
2022-05-19 19:14:13 +02:00
.string "telling me about.\p"
.string "I'm Wally's cousin.\n"
2022-05-19 19:14:13 +02:00
.string "Glad to meet you!\p"
.string "I think Wally's become a lot more lively\n"
2022-05-19 19:14:13 +02:00
.string "and healthy since he came here.$"
VerdanturfTown_WandasHouse_Text_DontWorryAboutWally:
.string "Wanda: Don't worry about Wally.\n"
2022-05-19 19:14:13 +02:00
.string "He'll be just fine.\p"
.string "I know my little cousin, and he has\n"
.string "Pokémon with him, too.$"
2022-05-19 19:14:13 +02:00
VerdanturfTown_WandasHouse_Text_CanSeeGirlfriendEveryDay:
.string "Thanks to you, I can see my girlfriend\n"
.string "every day.\l"
.string "Happy? You bet I am!$"
VerdanturfTown_WandasHouse_Text_DaughtersBoyfriendDriven:
.string "My daughter's boyfriend is a very\n"
.string "driven and passionate sort of person.\p"
.string "He's been digging a tunnel nonstop\n"
.string "just so he can see my daughter.\p"
.string "My daughter's a little concerned,\n"
.string "so she goes out to the tunnel a lot.$"
VerdanturfTown_WandasHouse_Text_DaughtersBoyfriendWasDigging:
.string "It's amazing. My daughter's boyfriend\n"
.string "was digging the tunnel by hand!\p"
.string "It's so incredible!$"
VerdanturfTown_WandasHouse_Text_IfAnythingHappenedToWally:
.string "If anything were to happen to Wally,\n"
2022-05-19 19:14:13 +02:00
.string "I would never be able to look his\l"
.string "parents in Petalburg in the eye…$"
2022-05-19 19:14:13 +02:00
VerdanturfTown_WandasHouse_Text_WallyWasInEverGrande:
.string "Wally was in Ever Grande?\p"
.string "His parents in Petalburg would be\n"
2022-05-19 19:14:13 +02:00
.string "astonished to hear that!$"