blob: 740a483147df3b8e3a6cae95284cb1827033e6d0 (
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
|
Route114_FossilManiacsTunnel_MapScripts:: @ 815C20E
.byte 0
Route114_FossilManiacsTunnel_EventScript_15C20F:: @ 815C20F
lock
faceplayer
goto_if_set FLAG_RECEIVED_FOSSIL_MON, Route114_FossilManiacsTunnel_EventScript_15C24E
checkitem ITEM_ROOT_FOSSIL, 1
compare RESULT, 1
goto_if_eq Route114_FossilManiacsTunnel_EventScript_15C244
checkitem ITEM_CLAW_FOSSIL, 1
compare RESULT, 1
goto_if_eq Route114_FossilManiacsTunnel_EventScript_15C244
msgbox Route114_FossilManiacsTunnel_Text_192795, 4
release
end
Route114_FossilManiacsTunnel_EventScript_15C244:: @ 815C244
msgbox Route114_FossilManiacsTunnel_Text_1928DE, 4
release
end
Route114_FossilManiacsTunnel_EventScript_15C24E:: @ 815C24E
msgbox Route114_FossilManiacsTunnel_Text_1929DC, 4
release
end
|