pokeemerald/data/maps/MossdeepCity_House1/scripts.inc

42 lines
1.2 KiB
PHP
Raw Normal View History

2021-07-20 21:18:31 +02:00
MossdeepCity_House1_MapScripts::
2017-11-10 02:21:31 +01:00
.byte 0
2021-07-20 21:18:31 +02:00
MossdeepCity_House1_EventScript_BlackBelt::
2017-11-10 02:21:31 +01:00
lock
faceplayer
bufferleadmonspeciesname STR_VAR_1
2019-11-09 17:28:28 +01:00
msgbox MossdeepCity_House1_Text_HmmYourPokemon, MSGBOX_DEFAULT
specialvar VAR_RESULT, GetPokeblockNameByMonNature
goto_if_eq VAR_RESULT, 0, MossdeepCity_House1_EventScript_NeutralNature
2019-11-09 17:28:28 +01:00
msgbox MossdeepCity_House1_Text_ItLikesXPokeblocks, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
2021-07-20 21:18:31 +02:00
MossdeepCity_House1_EventScript_NeutralNature::
2019-11-09 17:28:28 +01:00
msgbox MossdeepCity_House1_Text_DoesntLikeOrDislikePokeblocks, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
2021-07-20 21:18:31 +02:00
MossdeepCity_House1_EventScript_Woman::
2019-11-09 17:28:28 +01:00
msgbox MossdeepCity_House1_Text_HusbandCanTellPokeblockMonLikes, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
MossdeepCity_House1_Text_HmmYourPokemon:
2017-11-10 02:21:31 +01:00
.string "Hmm!\n"
.string "Your {STR_VAR_1}…$"
2021-07-20 21:18:31 +02:00
MossdeepCity_House1_Text_ItLikesXPokeblocks:
2017-11-10 02:21:31 +01:00
.string "It likes {STR_VAR_1}S,\n"
2018-12-07 16:41:08 +01:00
.string "doesn't it?\p"
.string "No, I'm positive of it! It definitely\n"
2017-11-10 02:21:31 +01:00
.string "likes {STR_VAR_1}S!$"
2021-07-20 21:18:31 +02:00
MossdeepCity_House1_Text_DoesntLikeOrDislikePokeblocks:
2018-12-07 16:41:08 +01:00
.string "It doesn't appear to like or dislike\n"
2017-11-10 02:21:31 +01:00
.string "any {POKEBLOCK}S.$"
2021-07-20 21:18:31 +02:00
MossdeepCity_House1_Text_HusbandCanTellPokeblockMonLikes:
2017-11-10 02:21:31 +01:00
.string "My husband can tell what kind of\n"
.string "{POKEBLOCK}S a POKéMON likes at a glance.$"