summaryrefslogtreecommitdiff
path: root/data/scripts/maps/LilycoveCity_House2.inc
blob: 0572c23ccd111df92b5659cbbf46c9f940762091 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
LilycoveCity_House2_MapScripts:: @ 8159BA2
	.byte 0

LilycoveCity_House2_EventScript_159BA3:: @ 8159BA3
	lock
	faceplayer
	goto_if_set FLAG_RECEIVED_TM44, LilycoveCity_House2_EventScript_159BDA
	msgbox LilycoveCity_House2_Text_18B83C, 4
	giveitem_std ITEM_TM44
	compare RESULT, 0
	goto_if_eq LilycoveCity_House2_EventScript_1A029B
	setflag FLAG_RECEIVED_TM44
	msgbox LilycoveCity_House2_Text_18B883, 4
	release
	end

LilycoveCity_House2_EventScript_159BDA:: @ 8159BDA
	msgbox LilycoveCity_House2_Text_18B883, 4
	release
	end