mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-10 05:43:22 -05:00
16 lines
381 B
C++
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
|