pokeemerald/data/maps/Route111_WinstrateFamilysHouse/scripts.inc

108 lines
3.8 KiB
PHP
Raw Normal View History

.set LOCALID_VIVI, 1
.set LOCALID_VICTOR, 2
.set LOCALID_VICTORIA, 3
.set LOCALID_VICKY, 4
2021-07-20 21:18:31 +02:00
Route111_WinstrateFamilysHouse_MapScripts::
2017-11-10 02:21:31 +01:00
.byte 0
2021-07-20 21:18:31 +02:00
Route111_WinstrateFamilysHouse_EventScript_Victor::
2017-11-10 02:21:31 +01:00
lock
faceplayer
setvar VAR_0x8008, LOCALID_VICTOR
msgbox Route111_WinstrateFamilysHouse_Text_MySonIsStrongerThanYou, MSGBOX_DEFAULT
goto Route111_WinstrateFamilysHouse_EventScript_FaceOriginalDirection
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
Route111_WinstrateFamilysHouse_EventScript_Victoria::
2017-11-10 02:21:31 +01:00
lock
faceplayer
setvar VAR_0x8008, LOCALID_VICTORIA
goto_if_set FLAG_RECEIVED_MACHO_BRACE, Route111_WinstrateFamilysHouse_EventScript_ReceivedMachoBrace
msgbox Route111_WinstrateFamilysHouse_Text_LikeYouToHaveMachoBrace, MSGBOX_DEFAULT
giveitem ITEM_MACHO_BRACE
goto_if_eq VAR_RESULT, FALSE, Common_EventScript_ShowBagIsFull
2019-01-02 22:12:43 +01:00
setflag FLAG_RECEIVED_MACHO_BRACE
goto Route111_WinstrateFamilysHouse_EventScript_FaceOriginalDirection
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
Route111_WinstrateFamilysHouse_EventScript_ReceivedMachoBrace::
msgbox Route111_WinstrateFamilysHouse_Text_PassionateAboutBattles, MSGBOX_DEFAULT
goto Route111_WinstrateFamilysHouse_EventScript_FaceOriginalDirection
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
Route111_WinstrateFamilysHouse_EventScript_Vivi::
2017-11-10 02:21:31 +01:00
lock
faceplayer
setvar VAR_0x8008, LOCALID_VIVI
msgbox Route111_WinstrateFamilysHouse_Text_StrongerFamilyMembers, MSGBOX_DEFAULT
goto Route111_WinstrateFamilysHouse_EventScript_FaceOriginalDirection
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
Route111_WinstrateFamilysHouse_EventScript_Vicky::
2017-11-10 02:21:31 +01:00
lock
faceplayer
setvar VAR_0x8008, LOCALID_VICKY
goto_if_set FLAG_TEMP_4, Route111_WinstrateFamilysHouse_EventScript_AlreadySpokenTo
msgbox Route111_WinstrateFamilysHouse_Text_GrandsonStrong, MSGBOX_DEFAULT
2018-10-17 18:25:12 +02:00
setflag FLAG_TEMP_4
goto Route111_WinstrateFamilysHouse_EventScript_FaceOriginalDirection
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
Route111_WinstrateFamilysHouse_EventScript_AlreadySpokenTo::
msgbox Route111_WinstrateFamilysHouse_Text_GrandsonStrongShort, MSGBOX_DEFAULT
goto Route111_WinstrateFamilysHouse_EventScript_FaceOriginalDirection
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
Route111_WinstrateFamilysHouse_EventScript_FaceOriginalDirection::
2017-11-10 02:21:31 +01:00
closemessage
applymovement VAR_0x8008, Common_Movement_FaceOriginalDirection
2017-11-10 02:21:31 +01:00
waitmovement 0
release
end
2021-07-20 21:18:31 +02:00
Route111_WinstrateFamilysHouse_Text_MySonIsStrongerThanYou:
2018-12-07 16:41:08 +01:00
.string "You're the first TRAINER I've seen who\n"
2017-11-10 02:21:31 +01:00
.string "deploys POKéMON so masterfully.\p"
.string "But, I should tell you--my son is\n"
.string "stronger than you.\p"
.string "He even took the POKéMON LEAGUE\n"
2018-12-07 16:41:08 +01:00
.string "challenge, I'll have you know.$"
2017-11-10 02:21:31 +01:00
2021-07-20 21:18:31 +02:00
Route111_WinstrateFamilysHouse_Text_LikeYouToHaveMachoBrace:
2017-11-10 02:21:31 +01:00
.string "We use this MACHO BRACE to more\n"
.string "effectively strengthen our POKéMON\l"
.string "in training.\p"
2018-12-07 16:41:08 +01:00
.string "Since you've beaten all of us here,\n"
.string "I don't know if you need it, but we\l"
2017-11-10 02:21:31 +01:00
.string "would like you to have our MACHO BRACE.$"
2021-07-20 21:18:31 +02:00
Route111_WinstrateFamilysHouse_Text_PassionateAboutBattles:
2017-11-10 02:21:31 +01:00
.string "When it comes to POKéMON battles,\n"
.string "we tend to be pretty passionate.$"
2021-07-20 21:18:31 +02:00
Route111_WinstrateFamilysHouse_Text_StrongerFamilyMembers:
2017-11-10 02:21:31 +01:00
.string "Mommy is stronger than Daddy.\p"
2018-12-07 16:41:08 +01:00
.string "I'm stronger than Mommy.\p"
.string "And Grandma's stronger than me!\p"
2017-11-10 02:21:31 +01:00
.string "But my big brother is even stronger\n"
.string "than Grandma.$"
2021-07-20 21:18:31 +02:00
Route111_WinstrateFamilysHouse_Text_GrandsonStrong:
2018-12-07 16:41:08 +01:00
.string "There's no question that you're strong.\p"
2017-11-10 02:21:31 +01:00
.string "But if you were to battle my grandson,\n"
2018-12-07 16:41:08 +01:00
.string "you'd end up crying in frustration.\p"
.string "He's much stronger than any TRAINER\n"
2017-11-10 02:21:31 +01:00
.string "our family knows.\p"
.string "He must be challenging the POKéMON\n"
.string "LEAGUE CHAMPION by now.\p"
.string "Knowing my grandson, he could be the\n"
.string "CHAMPION already!$"
2021-07-20 21:18:31 +02:00
Route111_WinstrateFamilysHouse_Text_GrandsonStrongShort:
2017-11-10 02:21:31 +01:00
.string "My grandson must be challenging the\n"
.string "POKéMON LEAGUE CHAMPION by now.\p"
.string "Knowing my grandson, he could be the\n"
.string "CHAMPION already!$"