mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-10 05:43:22 -05:00
16 lines
367 B
PHP
16 lines
367 B
PHP
SilphCo_1F_MapScripts::
|
|
map_script MAP_SCRIPT_ON_TRANSITION, SilphCo_1F_OnTransition
|
|
.byte 0
|
|
|
|
SilphCo_1F_OnTransition::
|
|
setworldmapflag FLAG_WORLD_MAP_SILPH_CO_1F
|
|
end
|
|
|
|
SilphCo_1F_EventScript_Receptionist::
|
|
msgbox SilphCo_1F_Text_WelcomePresidentInBoardroom, MSGBOX_NPC
|
|
end
|
|
|
|
SilphCo_1F_EventScript_FloorSign::
|
|
msgbox SilphCo_1F_Text_FloorSign, MSGBOX_SIGN
|
|
end
|