mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-16 01:05:44 -05:00
34 lines
979 B
PHP
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
|