63 lines
1.6 KiB
PHP
Raw Normal View History

2021-07-20 15:18:31 -04:00
MossdeepCity_House4_MapScripts::
2017-11-09 19:21:31 -06:00
.byte 0
2021-07-20 15:18:31 -04:00
MossdeepCity_House4_EventScript_Woman::
2017-11-09 19:21:31 -06:00
lock
faceplayer
2019-11-09 11:28:28 -05:00
goto_if_set FLAG_SYS_GAME_CLEAR, MossdeepCity_House4_EventScript_CanBattleAtSecretBases
msgbox MossdeepCity_House4_Text_BrotherLikesToFindBases, MSGBOX_DEFAULT
2017-11-09 19:21:31 -06:00
release
end
2021-07-20 15:18:31 -04:00
MossdeepCity_House4_EventScript_CanBattleAtSecretBases::
2019-11-09 11:28:28 -05:00
msgbox MossdeepCity_House4_Text_BrotherLikesToVisitBasesAndBattle, MSGBOX_DEFAULT
2017-11-09 19:21:31 -06:00
release
end
2021-07-20 15:18:31 -04:00
MossdeepCity_House4_EventScript_NinjaBoy::
2017-11-09 19:21:31 -06:00
lock
faceplayer
2019-04-05 16:11:24 -05:00
special CheckPlayerHasSecretBase
2019-11-09 11:28:28 -05:00
compare VAR_RESULT, FALSE
goto_if_eq MossdeepCity_House4_EventScript_NoSecretBase
special GetSecretBaseNearbyMapName
2019-11-09 11:28:28 -05:00
msgbox MossdeepCity_House4_Text_YouMadeSecretBaseNearX, MSGBOX_DEFAULT
2017-11-09 19:21:31 -06:00
release
end
2021-07-20 15:18:31 -04:00
MossdeepCity_House4_EventScript_NoSecretBase::
2019-11-09 11:28:28 -05:00
msgbox MossdeepCity_House4_Text_MakeSecretBase, MSGBOX_DEFAULT
2017-11-09 19:21:31 -06:00
release
end
2021-07-20 15:18:31 -04:00
MossdeepCity_House4_EventScript_Skitty::
2017-11-09 19:21:31 -06:00
lock
faceplayer
waitse
playmoncry SPECIES_SKITTY, 0
2019-11-09 11:28:28 -05:00
msgbox MossdeepCity_House4_Text_Skitty, MSGBOX_DEFAULT
2017-11-09 19:21:31 -06:00
waitmoncry
release
end
2021-07-20 15:18:31 -04:00
MossdeepCity_House4_Text_BrotherLikesToFindBases:
2017-11-09 19:21:31 -06:00
.string "My little brother says he likes to go\n"
2018-12-07 10:41:08 -05:00
.string "find people's SECRET BASES.$"
2017-11-09 19:21:31 -06:00
2021-07-20 15:18:31 -04:00
MossdeepCity_House4_Text_BrotherLikesToVisitBasesAndBattle:
2017-11-09 19:21:31 -06:00
.string "My little brother says he likes to\n"
2018-12-07 10:41:08 -05:00
.string "visit people's SECRET BASES and have\l"
2017-11-09 19:21:31 -06:00
.string "POKéMON battles.$"
2021-07-20 15:18:31 -04:00
MossdeepCity_House4_Text_YouMadeSecretBaseNearX:
2017-11-09 19:21:31 -06:00
.string "Was it you who made a SECRET BASE\n"
.string "near {STR_VAR_1}?$"
2021-07-20 15:18:31 -04:00
MossdeepCity_House4_Text_MakeSecretBase:
2017-11-09 19:21:31 -06:00
.string "You should make a SECRET BASE\n"
2018-12-07 10:41:08 -05:00
.string "somewhere. I'll go find it!$"
2017-11-09 19:21:31 -06:00
2021-07-20 15:18:31 -04:00
MossdeepCity_House4_Text_Skitty:
2017-11-09 19:21:31 -06:00
.string "SKITTY: Miyaan?$"