pokefirered/data/maps/ThreeIsland_House5/scripts.inc
2022-06-24 21:10:48 -04:00

16 lines
381 B
C++

ThreeIsland_House5_MapScripts::
.byte 0
ThreeIsland_House5_EventScript_LittleGirl::
lock
faceplayer
goto_if_set FLAG_RESCUED_LOSTELLE, ThreeIsland_House5_EventScript_LittleGirlLostelleFound
msgbox ThreeIsland_House5_Text_ImNotLostelle
release
end
ThreeIsland_House5_EventScript_LittleGirlLostelleFound::
msgbox ThreeIsland_House5_Text_IllGoPlayWithLostelle
release
end