pokefirered/data/maps/FourIsland_LoreleisHouse/scripts.inc

34 lines
1.0 KiB
PHP

FourIsland_LoreleisHouse_MapScripts:: @ 8171C4E
map_script MAP_SCRIPT_ON_TRANSITION, FourIsland_LoreleisHouse_OnTransition
.byte 0
FourIsland_LoreleisHouse_OnTransition:: @ 8171C54
special UpdateLoreleiDollCollection
end
FourIsland_LoreleisHouse_EventScript_Lorelei:: @ 8171C58
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:: @ 8171C76
setflag FLAG_TALKED_TO_LORELEI_AFTER_WAREHOUSE
msgbox FourIsland_LoreleisHouse_Text_IllReturnToLeagueInShortWhile
release
end
FourIsland_LoreleisHouse_EventScript_Lorelei3:: @ 8171C83
msgbox FourIsland_LoreleisHouse_Text_WillDoWhatICanHereAndNow
release
end
FourIsland_LoreleisHouse_EventScript_Doll:: @ 8171C8D
lock
msgbox FourIsland_LoreleisHouse_Text_StuffedMonDollsGalore
release
end