summaryrefslogtreecommitdiff
path: root/data/maps/ThreeIsland_House5/scripts.inc
blob: f8d72e35b112808822b0df7d094e9d570ddca3b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
ThreeIsland_House5_MapScripts:: @ 817191F
	.byte 0

ThreeIsland_House5_EventScript_LittleGirl:: @ 8171920
	lock
	faceplayer
	goto_if_set FLAG_RESCUED_LOSTELLE, ThreeIsland_House5_EventScript_LittleGirlLostelleFound
	msgbox ThreeIsland_House5_Text_ImNotLostelle
	release
	end

ThreeIsland_House5_EventScript_LittleGirlLostelleFound:: @ 8171935
	msgbox ThreeIsland_House5_Text_IllGoPlayWithLostelle
	release
	end