blob: 8f9bf4dc546543991513443545e1a8278bc1d23a (
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
|
MossdeepCity_House3_MapScripts:: @ 815A971
.byte 0
MossdeepCity_House3_EventScript_15A972:: @ 815A972
lock
faceplayer
checkflag 152
goto_if_eq MossdeepCity_House3_EventScript_15A9B1
msgbox MossdeepCity_House3_Text_18D909, 5
compare RESULT, 0
goto_if_eq MossdeepCity_House3_EventScript_15A9BB
msgbox MossdeepCity_House3_Text_18D9A9, 4
giveitem ITEM_SUPER_ROD
setflag 152
msgbox MossdeepCity_House3_Text_18D9E3, 4
release
end
MossdeepCity_House3_EventScript_15A9B1:: @ 815A9B1
msgbox MossdeepCity_House3_Text_18DA44, 4
release
end
MossdeepCity_House3_EventScript_15A9BB:: @ 815A9BB
msgbox MossdeepCity_House3_Text_18DA26, 4
release
end
|