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