blob: 585120feaa4710ed9990b72f3cb11edcdbd579da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
MossdeepCity_House1_MapScripts:: @ 815A82E
.byte 0
MossdeepCity_House1_EventScript_15A82F:: @ 815A82F
lock
faceplayer
bufferleadmonspeciesname 0
msgbox MossdeepCity_House1_Text_18D465, MSGBOX_DEFAULT
specialvar VAR_RESULT, GetPokeblockNameByMonNature
compare VAR_RESULT, 0
goto_if_eq MossdeepCity_House1_EventScript_15A855
msgbox MossdeepCity_House1_Text_18D475, MSGBOX_DEFAULT
release
end
MossdeepCity_House1_EventScript_15A855:: @ 815A855
msgbox MossdeepCity_House1_Text_18D4C0, MSGBOX_DEFAULT
release
end
MossdeepCity_House1_EventScript_15A85F:: @ 815A85F
msgbox MossdeepCity_House1_Text_18D4F1, MSGBOX_NPC
end
|