42 lines
1.2 KiB
PHP
42 lines
1.2 KiB
PHP
|
MossdeepCity_House1_MapScripts::
|
||
|
.byte 0
|
||
|
|
||
|
MossdeepCity_House1_EventScript_BlackBelt::
|
||
|
lock
|
||
|
faceplayer
|
||
|
bufferleadmonspeciesname STR_VAR_1
|
||
|
msgbox MossdeepCity_House1_Text_HmmYourPokemon, MSGBOX_DEFAULT
|
||
|
specialvar VAR_RESULT, GetPokeblockNameByMonNature
|
||
|
goto_if_eq VAR_RESULT, 0, MossdeepCity_House1_EventScript_NeutralNature
|
||
|
msgbox MossdeepCity_House1_Text_ItLikesXPokeblocks, MSGBOX_DEFAULT
|
||
|
release
|
||
|
end
|
||
|
|
||
|
MossdeepCity_House1_EventScript_NeutralNature::
|
||
|
msgbox MossdeepCity_House1_Text_DoesntLikeOrDislikePokeblocks, MSGBOX_DEFAULT
|
||
|
release
|
||
|
end
|
||
|
|
||
|
MossdeepCity_House1_EventScript_Woman::
|
||
|
msgbox MossdeepCity_House1_Text_HusbandCanTellPokeblockMonLikes, MSGBOX_NPC
|
||
|
end
|
||
|
|
||
|
MossdeepCity_House1_Text_HmmYourPokemon:
|
||
|
.string "Hmm!\n"
|
||
|
.string "Your {STR_VAR_1}…$"
|
||
|
|
||
|
MossdeepCity_House1_Text_ItLikesXPokeblocks:
|
||
|
.string "It likes {STR_VAR_1}S,\n"
|
||
|
.string "doesn't it?\p"
|
||
|
.string "No, I'm positive of it! It definitely\n"
|
||
|
.string "likes {STR_VAR_1}S!$"
|
||
|
|
||
|
MossdeepCity_House1_Text_DoesntLikeOrDislikePokeblocks:
|
||
|
.string "It doesn't appear to like or dislike\n"
|
||
|
.string "any {POKEBLOCK}S.$"
|
||
|
|
||
|
MossdeepCity_House1_Text_HusbandCanTellPokeblockMonLikes:
|
||
|
.string "My husband can tell what kind of\n"
|
||
|
.string "{POKEBLOCK}S a POKéMON likes at a glance.$"
|
||
|
|