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

34 lines
979 B
PHP

FourIsland_LoreleisHouse_MapScripts::
map_script MAP_SCRIPT_ON_TRANSITION, FourIsland_LoreleisHouse_OnTransition
.byte 0
FourIsland_LoreleisHouse_OnTransition::
special UpdateLoreleiDollCollection
end
FourIsland_LoreleisHouse_EventScript_Lorelei::
lock
faceplayer
goto_if_set FLAG_TALKED_TO_LORELEI_AFTER_WAREHOUSE, FourIsland_LoreleisHouse_EventScript_Lorelei3
goto_if_set FLAG_DEFEATED_ROCKETS_IN_WAREHOUSE, FourIsland_LoreleisHouse_EventScript_Lorelei2
msgbox FourIsland_LoreleisHouse_Text_IfAnythingWereToHappenToIsland
release
end
FourIsland_LoreleisHouse_EventScript_Lorelei2::
setflag FLAG_TALKED_TO_LORELEI_AFTER_WAREHOUSE
msgbox FourIsland_LoreleisHouse_Text_IllReturnToLeagueInShortWhile
release
end
FourIsland_LoreleisHouse_EventScript_Lorelei3::
msgbox FourIsland_LoreleisHouse_Text_WillDoWhatICanHereAndNow
release
end
FourIsland_LoreleisHouse_EventScript_Doll::
lock
msgbox FourIsland_LoreleisHouse_Text_StuffedMonDollsGalore
release
end