pokeemerald/data/maps/MossdeepCity_PokemonCenter_2F/scripts.inc

30 lines
934 B
PHP
Raw Normal View History

2021-07-20 21:18:31 +02:00
MossdeepCity_PokemonCenter_2F_MapScripts::
2019-10-12 04:23:05 +02:00
map_script MAP_SCRIPT_ON_FRAME_TABLE, CableClub_OnFrame
map_script MAP_SCRIPT_ON_WARP_INTO_MAP_TABLE, CableClub_OnWarp
map_script MAP_SCRIPT_ON_LOAD, CableClub_OnLoad
map_script MAP_SCRIPT_ON_TRANSITION, CableClub_OnTransition
2017-11-10 02:21:31 +01:00
.byte 0
2019-10-11 10:14:09 +02:00
@ The below 3 are unused and leftover from RS
2021-07-20 21:18:31 +02:00
MossdeepCity_PokemonCenter_2F_EventScript_Colosseum::
2019-10-11 10:14:09 +02:00
call CableClub_EventScript_Colosseum
end
2021-07-20 21:18:31 +02:00
MossdeepCity_PokemonCenter_2F_EventScript_TradeCenter::
2019-10-11 10:14:09 +02:00
call CableClub_EventScript_TradeCenter
end
2021-07-20 21:18:31 +02:00
MossdeepCity_PokemonCenter_2F_EventScript_RecordCorner::
2019-10-11 10:14:09 +02:00
call CableClub_EventScript_RecordCorner
end
2017-11-10 02:21:31 +01:00
2021-07-20 21:18:31 +02:00
MossdeepCity_PokemonCenter_2F_EventScript_Woman5::
2019-10-11 10:14:09 +02:00
msgbox MossdeepCity_PokemonCenter_2F_Text_Woman5, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
MossdeepCity_PokemonCenter_2F_Text_Woman5:
2017-11-10 02:21:31 +01:00
.string "If I win a whole lot of link battles\n"
.string "and show everyone how good I am,\l"
.string "I might get a fan following!$"