pokeemerald/data/maps/MossdeepCity_House4/scripts.inc
2021-07-20 15:18:31 -04:00

63 lines
1.6 KiB
PHP

MossdeepCity_House4_MapScripts::
.byte 0
MossdeepCity_House4_EventScript_Woman::
lock
faceplayer
goto_if_set FLAG_SYS_GAME_CLEAR, MossdeepCity_House4_EventScript_CanBattleAtSecretBases
msgbox MossdeepCity_House4_Text_BrotherLikesToFindBases, MSGBOX_DEFAULT
release
end
MossdeepCity_House4_EventScript_CanBattleAtSecretBases::
msgbox MossdeepCity_House4_Text_BrotherLikesToVisitBasesAndBattle, MSGBOX_DEFAULT
release
end
MossdeepCity_House4_EventScript_NinjaBoy::
lock
faceplayer
special CheckPlayerHasSecretBase
compare VAR_RESULT, FALSE
goto_if_eq MossdeepCity_House4_EventScript_NoSecretBase
special GetSecretBaseNearbyMapName
msgbox MossdeepCity_House4_Text_YouMadeSecretBaseNearX, MSGBOX_DEFAULT
release
end
MossdeepCity_House4_EventScript_NoSecretBase::
msgbox MossdeepCity_House4_Text_MakeSecretBase, MSGBOX_DEFAULT
release
end
MossdeepCity_House4_EventScript_Skitty::
lock
faceplayer
waitse
playmoncry SPECIES_SKITTY, 0
msgbox MossdeepCity_House4_Text_Skitty, MSGBOX_DEFAULT
waitmoncry
release
end
MossdeepCity_House4_Text_BrotherLikesToFindBases:
.string "My little brother says he likes to go\n"
.string "find people's SECRET BASES.$"
MossdeepCity_House4_Text_BrotherLikesToVisitBasesAndBattle:
.string "My little brother says he likes to\n"
.string "visit people's SECRET BASES and have\l"
.string "POKéMON battles.$"
MossdeepCity_House4_Text_YouMadeSecretBaseNearX:
.string "Was it you who made a SECRET BASE\n"
.string "near {STR_VAR_1}?$"
MossdeepCity_House4_Text_MakeSecretBase:
.string "You should make a SECRET BASE\n"
.string "somewhere. I'll go find it!$"
MossdeepCity_House4_Text_Skitty:
.string "SKITTY: Miyaan?$"