blob: 074c9a17921723002b45757f0c3938844792b144 (
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
|
SootopolisCity_House1_MapScripts:: @ 815B29A
.byte 0
SootopolisCity_House1_EventScript_15B29B:: @ 815B29B
lock
faceplayer
checkflag FLAG_RECEIVED_TM31
goto_if_eq SootopolisCity_House1_EventScript_15B2C7
msgbox SootopolisCity_House1_Text_18F991, 4
giveitem_std ITEM_TM31
setflag FLAG_RECEIVED_TM31
msgbox SootopolisCity_House1_Text_18FA03, 4
release
end
SootopolisCity_House1_EventScript_15B2C7:: @ 815B2C7
msgbox SootopolisCity_House1_Text_18FA03, 4
release
end
SootopolisCity_House1_EventScript_15B2D1:: @ 815B2D1
lock
faceplayer
waitse
playmoncry SPECIES_KECLEON, 0
msgbox SootopolisCity_House1_Text_18FA50, 4
waitmoncry
release
end
|