blob: 7c4324b440a6d2e8aec1755c7a5dd534f3e57ce4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
SlateportCity_House2_MapScripts:: @ 815638F
.byte 0
SlateportCity_House2_EventScript_156390:: @ 8156390
msgbox SlateportCity_House2_Text_1804CF, MSGBOX_NPC
end
SlateportCity_House2_EventScript_156399:: @ 8156399
lock
faceplayer
checkitem ITEM_CONTEST_PASS, 1
compare VAR_RESULT, 1
goto_if_eq SlateportCity_House2_EventScript_1563B5
msgbox SlateportCity_House2_Text_180567, MSGBOX_DEFAULT
release
end
SlateportCity_House2_EventScript_1563B5:: @ 81563B5
msgbox SlateportCity_House2_Text_1805CD, MSGBOX_DEFAULT
release
end
|