Document Mossdeep scripts

This commit is contained in:
GriffinR
2019-11-09 11:28:28 -05:00
committed by huderlem
parent ed76620d28
commit e4d65addf4
12 changed files with 247 additions and 246 deletions

View File

@@ -1,42 +1,42 @@
MossdeepCity_House1_MapScripts:: @ 8221FD5
.byte 0
MossdeepCity_House1_EventScript_221FD6:: @ 8221FD6
MossdeepCity_House1_EventScript_BlackBelt:: @ 8221FD6
lock
faceplayer
bufferleadmonspeciesname 0
msgbox MossdeepCity_House1_Text_22200F, MSGBOX_DEFAULT
msgbox MossdeepCity_House1_Text_HmmYourPokemon, MSGBOX_DEFAULT
specialvar VAR_RESULT, GetPokeblockNameByMonNature
compare VAR_RESULT, 0
goto_if_eq MossdeepCity_House1_EventScript_221FFC
msgbox MossdeepCity_House1_Text_22201D, MSGBOX_DEFAULT
goto_if_eq MossdeepCity_House1_EventScript_NeutralNature
msgbox MossdeepCity_House1_Text_ItLikesXPokeblocks, MSGBOX_DEFAULT
release
end
MossdeepCity_House1_EventScript_221FFC:: @ 8221FFC
msgbox MossdeepCity_House1_Text_222068, MSGBOX_DEFAULT
MossdeepCity_House1_EventScript_NeutralNature:: @ 8221FFC
msgbox MossdeepCity_House1_Text_DoesntLikeOrDislikePokeblocks, MSGBOX_DEFAULT
release
end
MossdeepCity_House1_EventScript_222006:: @ 8222006
msgbox MossdeepCity_House1_Text_222099, MSGBOX_NPC
MossdeepCity_House1_EventScript_Woman:: @ 8222006
msgbox MossdeepCity_House1_Text_HusbandCanTellPokeblockMonLikes, MSGBOX_NPC
end
MossdeepCity_House1_Text_22200F: @ 822200F
MossdeepCity_House1_Text_HmmYourPokemon: @ 822200F
.string "Hmm!\n"
.string "Your {STR_VAR_1}…$"
MossdeepCity_House1_Text_22201D: @ 822201D
MossdeepCity_House1_Text_ItLikesXPokeblocks: @ 822201D
.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_222068: @ 8222068
MossdeepCity_House1_Text_DoesntLikeOrDislikePokeblocks: @ 8222068
.string "It doesn't appear to like or dislike\n"
.string "any {POKEBLOCK}S.$"
MossdeepCity_House1_Text_222099: @ 8222099
MossdeepCity_House1_Text_HusbandCanTellPokeblockMonLikes: @ 8222099
.string "My husband can tell what kind of\n"
.string "{POKEBLOCK}S a POKéMON likes at a glance.$"