pokeemerald/data/maps/MossdeepCity_House4/scripts.inc

63 lines
1.8 KiB
PHP
Raw Normal View History

2017-11-10 02:21:31 +01:00
MossdeepCity_House4_MapScripts:: @ 8222DD7
.byte 0
2019-11-09 17:28:28 +01:00
MossdeepCity_House4_EventScript_Woman:: @ 8222DD8
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
2019-11-09 17:28:28 +01:00
MossdeepCity_House4_EventScript_CanBattleAtSecretBases:: @ 8222DED
msgbox MossdeepCity_House4_Text_BrotherLikesToVisitBasesAndBattle, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
2019-11-09 17:28:28 +01:00
MossdeepCity_House4_EventScript_NinjaBoy:: @ 8222DF7
2017-11-10 02:21:31 +01:00
lock
faceplayer
2019-04-05 23:11:24 +02:00
special CheckPlayerHasSecretBase
2019-11-09 17:28:28 +01:00
compare VAR_RESULT, FALSE
goto_if_eq MossdeepCity_House4_EventScript_NoSecretBase
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
2019-11-09 17:28:28 +01:00
MossdeepCity_House4_EventScript_NoSecretBase:: @ 8222E14
msgbox MossdeepCity_House4_Text_MakeSecretBase, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
2019-11-09 17:28:28 +01:00
MossdeepCity_House4_EventScript_Skitty:: @ 8222E1E
2017-11-10 02:21:31 +01:00
lock
faceplayer
waitse
playmoncry SPECIES_SKITTY, 0
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
2019-11-09 17:28:28 +01:00
MossdeepCity_House4_Text_BrotherLikesToFindBases: @ 8222E31
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
2019-11-09 17:28:28 +01:00
MossdeepCity_House4_Text_BrotherLikesToVisitBasesAndBattle: @ 8222E73
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.$"
2019-11-09 17:28:28 +01:00
MossdeepCity_House4_Text_YouMadeSecretBaseNearX: @ 8222ECC
2017-11-10 02:21:31 +01:00
.string "Was it you who made a SECRET BASE\n"
.string "near {STR_VAR_1}?$"
2019-11-09 17:28:28 +01:00
MossdeepCity_House4_Text_MakeSecretBase: @ 8222EF7
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
2019-11-09 17:28:28 +01:00
MossdeepCity_House4_Text_Skitty: @ 8222F31
2017-11-10 02:21:31 +01:00
.string "SKITTY: Miyaan?$"