summaryrefslogtreecommitdiff
path: root/data/scripts/maps/DewfordTown_House2.inc
blob: e704efa50d2e0750dbaef850e0276201d16e1315 (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
28
29
DewfordTown_House2_MapScripts:: @ 81535DB
	.byte 0

DewfordTown_House2_EventScript_1535DC:: @ 81535DC
	lock
	faceplayer
	checkflag FLAG_RECEIVED_SILK_SCARF
	goto_if_eq DewfordTown_House2_EventScript_153615
	msgbox DewfordTown_House2_Text_175EFE, 4
	giveitem_std ITEM_SILK_SCARF
	compare RESULT, 0
	goto_if_eq DewfordTown_House2_EventScript_15360B
	setflag FLAG_RECEIVED_SILK_SCARF
	release
	end

DewfordTown_House2_EventScript_15360B:: @ 815360B
	msgbox DewfordTown_House2_Text_175FDA, 4
	release
	end

DewfordTown_House2_EventScript_153615:: @ 8153615
	msgbox DewfordTown_House2_Text_176055, 4
	release
	end

DewfordTown_House2_EventScript_15361F:: @ 815361F
	msgbox DewfordTown_House2_Text_1760C8, 2
	end