blob: a2341bc76025e06bb41ee588dfa2759075fd8ef5 (
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
|
DewfordTown_House2_MapScripts:: @ 81535DB
.byte 0
DewfordTown_House2_EventScript_1535DC:: @ 81535DC
lock
faceplayer
goto_if_set FLAG_RECEIVED_SILK_SCARF, DewfordTown_House2_EventScript_153615
msgbox DewfordTown_House2_Text_175EFE, 4
giveitem_std ITEM_SILK_SCARF
compare RESULT, 0
goto_if_eq DewfordTown_House2_EventScript_15360B
setflag FLAG_RECEIVED_SILK_SCARF
release
end
DewfordTown_House2_EventScript_15360B:: @ 815360B
msgbox DewfordTown_House2_Text_175FDA, 4
release
end
DewfordTown_House2_EventScript_153615:: @ 8153615
msgbox DewfordTown_House2_Text_176055, 4
release
end
DewfordTown_House2_EventScript_15361F:: @ 815361F
msgbox DewfordTown_House2_Text_1760C8, 2
end
|