summaryrefslogtreecommitdiff
path: root/data/scripts/maps/MossdeepCity_House3.inc
blob: 4c4d6cbdd7d232389ec6d8f8f4243da373a52603 (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 RESULT, NO
	goto_if_eq MossdeepCity_House3_EventScript_15A9BB
	msgbox MossdeepCity_House3_Text_18D9A9, 4
	giveitem_std ITEM_SUPER_ROD
	setflag FLAG_RECEIVED_SUPER_ROD
	msgbox MossdeepCity_House3_Text_18D9E3, 4
	release
	end

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

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