mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-10 14:01:52 -05:00
20 lines
522 B
PHP
20 lines
522 B
PHP
SevenIsland_MapScripts:: @ 8167EB3
|
|
map_script MAP_SCRIPT_ON_TRANSITION, SevenIsland_OnTransition
|
|
.byte 0
|
|
|
|
SevenIsland_OnTransition:: @ 8167EB9
|
|
setworldmapflag FLAG_WORLD_MAP_SEVEN_ISLAND
|
|
end
|
|
|
|
SevenIsland_EventScript_IslandSign:: @ 8167EBD
|
|
msgbox SevenIsland_Text_IslandSign, MSGBOX_SIGN
|
|
end
|
|
|
|
SevenIsland_EventScript_OldWoman:: @ 8167EC6
|
|
msgbox SevenIsland_Text_IslandsMadeInSevenDays, MSGBOX_NPC
|
|
end
|
|
|
|
SevenIsland_EventScript_Scientist:: @ 8167ECF
|
|
msgbox SevenIsland_Text_IslandVirtuallyUntouched, MSGBOX_NPC
|
|
end
|