blob: 13843f758a55f2bb693884b58738fff1f024e322 (
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
|
Route114_FossilManiacsTunnel_MapScripts:: @ 815C20E
.byte 0
Route114_FossilManiacsTunnel_EventScript_15C20F:: @ 815C20F
lock
faceplayer
checkflag 267
goto_if_eq 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
|