summaryrefslogtreecommitdiff
path: root/data/scripts/maps/Route114_FossilManiacsTunnel.inc
blob: 2ce9c1bfac662e12863ab1a7b030be539025f113 (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 FLAG_RECEIVED_FOSSIL_MON
	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