33 lines
1.0 KiB
PHP
Raw Normal View History

2021-07-20 15:18:31 -04:00
MauvilleCity_PokemonCenter_2F_MapScripts::
2019-10-11 22:23:05 -04: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-09 19:21:31 -06:00
.byte 0
2019-10-11 04:14:09 -04:00
@ The below 3 are unused and leftover from RS
2021-07-20 15:18:31 -04:00
MauvilleCity_PokemonCenter_2F_EventScript_Colosseum::
2019-10-11 04:14:09 -04:00
call CableClub_EventScript_Colosseum
end
2021-07-20 15:18:31 -04:00
MauvilleCity_PokemonCenter_2F_EventScript_TradeCenter::
2019-10-11 04:14:09 -04:00
call CableClub_EventScript_TradeCenter
end
2021-07-20 15:18:31 -04:00
MauvilleCity_PokemonCenter_2F_EventScript_RecordCorner::
2019-10-11 04:14:09 -04:00
call CableClub_EventScript_RecordCorner
end
2017-11-09 19:21:31 -06:00
2021-07-20 15:18:31 -04:00
MauvilleCity_PokemonCenter_2F_EventScript_Youngster::
2019-10-11 04:14:09 -04:00
msgbox MauvilleCity_PokemonCenter_2F_Text_Youngster, MSGBOX_NPC
2017-11-09 19:21:31 -06:00
end
2021-07-20 15:18:31 -04:00
MauvilleCity_PokemonCenter_2F_Text_Youngster:
2017-11-09 19:21:31 -06:00
.string "Did you know that you can link battle\n"
.string "at the COLOSSEUM here?\p"
.string "They put up your record on the wall\n"
.string "for everyone to see.\p"
2018-12-07 10:41:08 -05:00
.string "It's embarrassing if you lose more\n"
2017-11-09 19:21:31 -06:00
.string "often than you win…$"