summaryrefslogtreecommitdiff
path: root/data/maps/Route114_FossilManiacsTunnel/scripts.inc
blob: 44b0b93153855e862a0adef5c1d8736f31c311e3 (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 VAR_RESULT, 1
	goto_if_eq Route114_FossilManiacsTunnel_EventScript_15C244
	checkitem ITEM_CLAW_FOSSIL, 1
	compare VAR_RESULT, 1
	goto_if_eq Route114_FossilManiacsTunnel_EventScript_15C244
	msgbox Route114_FossilManiacsTunnel_Text_192795, MSGBOX_DEFAULT
	release
	end

Route114_FossilManiacsTunnel_EventScript_15C244:: @ 815C244
	msgbox Route114_FossilManiacsTunnel_Text_1928DE, MSGBOX_DEFAULT
	release
	end

Route114_FossilManiacsTunnel_EventScript_15C24E:: @ 815C24E
	msgbox Route114_FossilManiacsTunnel_Text_1929DC, MSGBOX_DEFAULT
	release
	end