summaryrefslogtreecommitdiff
path: root/data/scripts/maps/MauvilleCity_House1.inc
blob: acb9f39fafcd0b4229beb49d7b9c0da9d219cfbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
MauvilleCity_House1_MapScripts:: @ 81569FC
	.byte 0

MauvilleCity_House1_EventScript_1569FD:: @ 81569FD
	lock
	faceplayer
	checkflag FLAG_RECEIVED_HM06
	goto_if_eq MauvilleCity_House1_EventScript_156A29
	msgbox MauvilleCity_House1_Text_181B1A, 4
	giveitem ITEM_HM06
	setflag FLAG_RECEIVED_HM06
	msgbox MauvilleCity_House1_Text_181B64, 4
	release
	end

MauvilleCity_House1_EventScript_156A29:: @ 8156A29
	msgbox MauvilleCity_House1_Text_181BF6, 4
	release
	end