blob: fb91202f3ba8f66259460cc8754f8ee0e4abdda6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
SootopolisCity_House6_MapScripts:: @ 815B385
.byte 0
SootopolisCity_House6_EventScript_15B386:: @ 815B386
lock
faceplayer
checkflag FLAG_RECEIVED_WAILMER_DOLL
goto_if_eq SootopolisCity_House6_EventScript_15B3CD
msgbox SootopolisCity_House6_Text_18FEA1, 5
compare RESULT, 0
call_if 1, SootopolisCity_House6_EventScript_15B3C3
msgbox SootopolisCity_House6_Text_18FF12, 4
givedecoration_std DECOR_WAILMER_DOLL
compare RESULT, 0
goto_if_eq SootopolisCity_House6_EventScript_15B3D7
setflag FLAG_RECEIVED_WAILMER_DOLL
release
end
SootopolisCity_House6_EventScript_15B3C3:: @ 815B3C3
msgbox SootopolisCity_House6_Text_18FF6D, 4
release
end
SootopolisCity_House6_EventScript_15B3CD:: @ 815B3CD
msgbox SootopolisCity_House6_Text_18FF95, 4
release
end
SootopolisCity_House6_EventScript_15B3D7:: @ 815B3D7
bufferdecorationname 1, DECOR_WAILMER_DOLL
msgbox SootopolisCity_House6_Text_1A0CEF, 4
msgbox SootopolisCity_House6_Text_18FF28, 4
release
end
|