pokeemerald/data/maps/MauvilleCity_PokemonCenter_2F/scripts.inc

33 lines
1.1 KiB
PHP
Raw Normal View History

2017-11-10 02:21:31 +01:00
MauvilleCity_PokemonCenter_2F_MapScripts:: @ 8211008
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
MauvilleCity_PokemonCenter_2F_EventScript_Colosseum:: @ 821101D
call CableClub_EventScript_Colosseum
end
2019-10-11 10:14:09 +02:00
MauvilleCity_PokemonCenter_2F_EventScript_TradeCenter:: @ 8211023
call CableClub_EventScript_TradeCenter
end
2019-10-11 10:14:09 +02:00
MauvilleCity_PokemonCenter_2F_EventScript_RecordCorner:: @ 8211029
call CableClub_EventScript_RecordCorner
end
2017-11-10 02:21:31 +01:00
2019-10-11 10:14:09 +02:00
MauvilleCity_PokemonCenter_2F_EventScript_Youngster:: @ 821102F
msgbox MauvilleCity_PokemonCenter_2F_Text_Youngster, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2019-10-11 10:14:09 +02:00
MauvilleCity_PokemonCenter_2F_Text_Youngster: @ 8211038
2017-11-10 02:21:31 +01: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 16:41:08 +01:00
.string "It's embarrassing if you lose more\n"
2017-11-10 02:21:31 +01:00
.string "often than you win…$"