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

LilycoveCity_House2_EventScript_159BA3:: @ 8159BA3
	lock
	faceplayer
	checkflag FLAG_RECEIVED_TM44
	goto_if_eq 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