summaryrefslogtreecommitdiff
path: root/data/maps/MossdeepCity_House3/scripts.inc
blob: 68e3e28b20ee1459519c99a662dc87ca84376d39 (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
MossdeepCity_House3_MapScripts:: @ 815A971
	.byte 0

MossdeepCity_House3_EventScript_15A972:: @ 815A972
	lock
	faceplayer
	goto_if_set FLAG_RECEIVED_SUPER_ROD, MossdeepCity_House3_EventScript_15A9B1
	msgbox MossdeepCity_House3_Text_18D909, MSGBOX_YESNO
	compare VAR_RESULT, NO
	goto_if_eq MossdeepCity_House3_EventScript_15A9BB
	msgbox MossdeepCity_House3_Text_18D9A9, MSGBOX_DEFAULT
	giveitem ITEM_SUPER_ROD
	setflag FLAG_RECEIVED_SUPER_ROD
	msgbox MossdeepCity_House3_Text_18D9E3, MSGBOX_DEFAULT
	release
	end

MossdeepCity_House3_EventScript_15A9B1:: @ 815A9B1
	msgbox MossdeepCity_House3_Text_18DA44, MSGBOX_DEFAULT
	release
	end

MossdeepCity_House3_EventScript_15A9BB:: @ 815A9BB
	msgbox MossdeepCity_House3_Text_18DA26, MSGBOX_DEFAULT
	release
	end