pokeemerald/data/maps/MossdeepCity_Gym/scripts.inc

649 lines
22 KiB
PHP
Raw Normal View History

2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_MapScripts::
map_script MAP_SCRIPT_ON_LOAD, MossdeepCity_Gym_OnLoad
2017-11-10 02:21:31 +01:00
.byte 0
@ NOTE: Mossdeep Gym was redesigned between R/S and E. Leftover (and now functionally unused) scripts are commented below
@ All the below checks are leftover from RS. FLAG_MOSSDEEP_GYM_SWITCH_X is never set
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_OnLoad:
goto_if_set FLAG_MOSSDEEP_GYM_SWITCH_1, MossdeepCity_Gym_EventScript_SetSwitch1Metatiles
goto MossdeepCity_Gym_EventScript_CheckSwitch2
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_EventScript_CheckSwitch2::
goto_if_set FLAG_MOSSDEEP_GYM_SWITCH_2, MossdeepCity_Gym_EventScript_SetSwitch2Metatiles
goto MossdeepCity_Gym_EventScript_CheckSwitch3
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_EventScript_CheckSwitch3::
goto_if_set FLAG_MOSSDEEP_GYM_SWITCH_3, MossdeepCity_Gym_EventScript_SetSwitch3Metatiles
goto MossdeepCity_Gym_EventScript_CheckSwitch4
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_EventScript_CheckSwitch4::
goto_if_set FLAG_MOSSDEEP_GYM_SWITCH_4, MossdeepCity_Gym_EventScript_SetSwitch4Metatiles
2017-11-10 02:21:31 +01:00
end
@ All the below set metatile scripts are leftover from RS and are functionally unused
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_EventScript_SetSwitch1Metatiles::
2021-11-16 23:12:16 +01:00
setmetatile 5, 5, METATILE_RS_MossdeepGym_RedArrow_Right, FALSE
setmetatile 2, 7, METATILE_RS_MossdeepGym_Switch_Down, TRUE
goto MossdeepCity_Gym_EventScript_CheckSwitch2
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_EventScript_SetSwitch2Metatiles::
2021-11-16 23:12:16 +01:00
setmetatile 8, 14, METATILE_RS_MossdeepGym_RedArrow_Right, FALSE
setmetatile 8, 10, METATILE_RS_MossdeepGym_Switch_Down, TRUE
goto MossdeepCity_Gym_EventScript_CheckSwitch3
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_EventScript_SetSwitch3Metatiles::
2021-11-16 23:12:16 +01:00
setmetatile 15, 17, METATILE_RS_MossdeepGym_RedArrow_Left, FALSE
setmetatile 17, 15, METATILE_RS_MossdeepGym_Switch_Down, TRUE
goto MossdeepCity_Gym_EventScript_CheckSwitch4
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_EventScript_SetSwitch4Metatiles::
2021-11-16 23:12:16 +01:00
setmetatile 1, 23, METATILE_RS_MossdeepGym_RedArrow_Up, FALSE
setmetatile 5, 24, METATILE_RS_MossdeepGym_Switch_Down, TRUE
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_EventScript_TateAndLiza::
2020-01-08 21:12:10 +01:00
trainerbattle_double TRAINER_TATE_AND_LIZA_1, MossdeepCity_Gym_Text_TateAndLizaIntro, MossdeepCity_Gym_Text_TateAndLizaDefeat, MossdeepCity_Gym_Text_TateAndLizaNeedTwoMons, MossdeepCity_Gym_EventScript_TateAndLizaDefeated, NO_MUSIC
2017-12-01 21:25:13 +01:00
specialvar VAR_RESULT, ShouldTryRematchBattle
goto_if_eq VAR_RESULT, TRUE, MossdeepCity_Gym_EventScript_TateAndLizaRematch
goto_if_unset FLAG_RECEIVED_TM04, MossdeepCity_Gym_EventScript_GiveCalmMind2
msgbox MossdeepCity_Gym_Text_TateAndLizaPostBattle, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_EventScript_TateAndLizaDefeated::
message MossdeepCity_Gym_Text_ReceivedMindBadge
2017-11-10 02:21:31 +01:00
waitmessage
call Common_EventScript_PlayGymBadgeFanfare
msgbox MossdeepCity_Gym_Text_ExplainMindBadgeTakeThis, MSGBOX_DEFAULT
2019-01-02 22:12:43 +01:00
setflag FLAG_DEFEATED_MOSSDEEP_GYM
2017-11-10 02:21:31 +01:00
setflag FLAG_BADGE07_GET
setflag FLAG_HIDE_AQUA_HIDEOUT_GRUNTS
2018-10-19 03:32:21 +02:00
clearflag FLAG_HIDE_SLATEPORT_CITY_STERNS_SHIPYARD_MR_BRINEY
2019-01-02 22:12:43 +01:00
clearflag FLAG_UNKNOWN_0x393
2017-11-10 02:21:31 +01:00
setvar VAR_0x8008, 7
2019-08-15 05:38:42 +02:00
call Common_EventScript_SetGymTrainers
2018-10-18 21:28:59 +02:00
clearflag FLAG_HIDE_SLATEPORT_CITY_HARBOR_PATRONS
clearflag FLAG_HIDE_MOSSDEEP_CITY_TEAM_MAGMA
clearflag FLAG_HIDE_MOSSDEEP_CITY_SPACE_CENTER_1F_TEAM_MAGMA
clearflag FLAG_HIDE_MOSSDEEP_CITY_SPACE_CENTER_2F_TEAM_MAGMA
clearflag FLAG_HIDE_MOSSDEEP_CITY_SPACE_CENTER_2F_STEVEN
2019-08-05 17:23:45 +02:00
setvar VAR_MOSSDEEP_CITY_STATE, 1
2018-10-18 21:28:59 +02:00
setflag FLAG_HIDE_MOSSDEEP_CITY_SPACE_CENTER_1F_STEVEN
2019-11-01 22:50:54 +01:00
setvar VAR_MOSSDEEP_SPACE_CENTER_STATE, 1
call MossdeepCity_Gym_EventScript_GiveCalmMind
2017-11-10 02:21:31 +01:00
closemessage
delay 30
2020-08-21 00:02:00 +02:00
playfanfare MUS_REGISTER_MATCH_CALL
msgbox MossdeepCity_Gym_Text_RegisteredTateAndLiza, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
waitfanfare
closemessage
delay 30
2019-01-02 22:12:43 +01:00
setflag FLAG_ENABLE_TATE_AND_LIZA_MATCH_CALL
2017-11-10 02:21:31 +01:00
release
end
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_EventScript_GiveCalmMind2::
giveitem ITEM_TM04
goto_if_eq VAR_RESULT, FALSE, Common_EventScript_ShowBagIsFull
msgbox MossdeepCity_Gym_Text_ExplainCalmMind, MSGBOX_DEFAULT
2019-01-02 22:12:43 +01:00
setflag FLAG_RECEIVED_TM04
2017-11-10 02:21:31 +01:00
release
end
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_EventScript_GiveCalmMind::
giveitem ITEM_TM04
goto_if_eq VAR_RESULT, FALSE, Common_EventScript_BagIsFull
msgbox MossdeepCity_Gym_Text_ExplainCalmMind, MSGBOX_DEFAULT
2019-01-02 22:12:43 +01:00
setflag FLAG_RECEIVED_TM04
2017-11-10 02:21:31 +01:00
return
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_EventScript_TateAndLizaRematch::
trainerbattle_rematch_double TRAINER_TATE_AND_LIZA_1, MossdeepCity_Gym_Text_TateAndLizaPreRematch, MossdeepCity_Gym_Text_TateAndLizaRematchDefeat, MossdeepCity_Gym_Text_TateAndLizaRematchNeedTwoMons
msgbox MossdeepCity_Gym_Text_TateAndLizaPostRematch, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
@ All the below switch scripts are leftover from RS and are functionally unused
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_EventScript_Switch1::
lockall
goto_if_set FLAG_MOSSDEEP_GYM_SWITCH_1, MossdeepCity_Gym_EventScript_ClearSwitch1
2019-01-02 22:12:43 +01:00
setflag FLAG_MOSSDEEP_GYM_SWITCH_1
applymovement OBJ_EVENT_ID_PLAYER, MossdeepCity_Gym_Movement_WaitAfterSwitchUse
waitmovement 0
2021-11-16 23:12:16 +01:00
setmetatile 5, 5, METATILE_RS_MossdeepGym_RedArrow_Right, FALSE
setmetatile 2, 7, METATILE_RS_MossdeepGym_Switch_Down, TRUE
goto MossdeepCity_Gym_EventScript_DrawMapAfterSwitchUsed
end
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_EventScript_DrawMapAfterSwitchUsed::
special DrawWholeMapView
2020-08-21 00:02:00 +02:00
playse SE_CLICK
releaseall
end
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_EventScript_ClearSwitch1::
2019-01-02 22:12:43 +01:00
clearflag FLAG_MOSSDEEP_GYM_SWITCH_1
applymovement OBJ_EVENT_ID_PLAYER, MossdeepCity_Gym_Movement_WaitAfterSwitchUse
waitmovement 0
2021-11-16 23:12:16 +01:00
setmetatile 5, 5, METATILE_RS_MossdeepGym_RedArrow_Left, FALSE
setmetatile 2, 7, METATILE_RS_MossdeepGym_Switch_Up, TRUE
goto MossdeepCity_Gym_EventScript_DrawMapAfterSwitchUsed
end
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_EventScript_Switch2::
lockall
goto_if_set FLAG_MOSSDEEP_GYM_SWITCH_2, MossdeepCity_Gym_EventScript_ClearSwitch2
2019-01-02 22:12:43 +01:00
setflag FLAG_MOSSDEEP_GYM_SWITCH_2
applymovement OBJ_EVENT_ID_PLAYER, MossdeepCity_Gym_Movement_WaitAfterSwitchUse
waitmovement 0
2021-11-16 23:12:16 +01:00
setmetatile 8, 14, METATILE_RS_MossdeepGym_RedArrow_Right, FALSE
setmetatile 8, 10, METATILE_RS_MossdeepGym_Switch_Down, TRUE
goto MossdeepCity_Gym_EventScript_DrawMapAfterSwitchUsed
end
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_EventScript_ClearSwitch2::
2019-01-02 22:12:43 +01:00
clearflag FLAG_MOSSDEEP_GYM_SWITCH_2
applymovement OBJ_EVENT_ID_PLAYER, MossdeepCity_Gym_Movement_WaitAfterSwitchUse
waitmovement 0
2021-11-16 23:12:16 +01:00
setmetatile 8, 14, METATILE_RS_MossdeepGym_RedArrow_Down, FALSE
setmetatile 8, 10, METATILE_RS_MossdeepGym_Switch_Up, TRUE
goto MossdeepCity_Gym_EventScript_DrawMapAfterSwitchUsed
end
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_EventScript_Switch3::
lockall
goto_if_set FLAG_MOSSDEEP_GYM_SWITCH_3, MossdeepCity_Gym_EventScript_ClearSwitch3
2019-01-02 22:12:43 +01:00
setflag FLAG_MOSSDEEP_GYM_SWITCH_3
applymovement OBJ_EVENT_ID_PLAYER, MossdeepCity_Gym_Movement_WaitAfterSwitchUse
waitmovement 0
2021-11-16 23:12:16 +01:00
setmetatile 15, 17, METATILE_RS_MossdeepGym_RedArrow_Left, FALSE
setmetatile 17, 15, METATILE_RS_MossdeepGym_Switch_Down, TRUE
goto MossdeepCity_Gym_EventScript_DrawMapAfterSwitchUsed
end
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_EventScript_ClearSwitch3::
2019-01-02 22:12:43 +01:00
clearflag FLAG_MOSSDEEP_GYM_SWITCH_3
applymovement OBJ_EVENT_ID_PLAYER, MossdeepCity_Gym_Movement_WaitAfterSwitchUse
waitmovement 0
2021-11-16 23:12:16 +01:00
setmetatile 15, 17, METATILE_RS_MossdeepGym_RedArrow_Right, FALSE
setmetatile 17, 15, METATILE_RS_MossdeepGym_Switch_Up, TRUE
goto MossdeepCity_Gym_EventScript_DrawMapAfterSwitchUsed
end
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_EventScript_Switch4::
lockall
goto_if_set FLAG_MOSSDEEP_GYM_SWITCH_4, MossdeepCity_Gym_EventScript_ClearSwitch4
2019-01-02 22:12:43 +01:00
setflag FLAG_MOSSDEEP_GYM_SWITCH_4
applymovement OBJ_EVENT_ID_PLAYER, MossdeepCity_Gym_Movement_WaitAfterSwitchUse
waitmovement 0
2021-11-16 23:12:16 +01:00
setmetatile 1, 23, METATILE_RS_MossdeepGym_RedArrow_Up, FALSE
setmetatile 5, 24, METATILE_RS_MossdeepGym_Switch_Down, TRUE
goto MossdeepCity_Gym_EventScript_DrawMapAfterSwitchUsed
end
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_EventScript_ClearSwitch4::
2019-01-02 22:12:43 +01:00
clearflag FLAG_MOSSDEEP_GYM_SWITCH_4
applymovement OBJ_EVENT_ID_PLAYER, MossdeepCity_Gym_Movement_WaitAfterSwitchUse
waitmovement 0
2021-11-16 23:12:16 +01:00
setmetatile 1, 23, METATILE_RS_MossdeepGym_RedArrow_Right, FALSE
setmetatile 5, 24, METATILE_RS_MossdeepGym_Switch_Up, TRUE
goto MossdeepCity_Gym_EventScript_DrawMapAfterSwitchUsed
end
2017-11-10 02:21:31 +01:00
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_EventScript_WarpToEntrance::
2017-11-10 02:21:31 +01:00
lockall
warpmossdeepgym MAP_MOSSDEEP_CITY_GYM, 7, 30
2017-11-10 02:21:31 +01:00
waitstate
releaseall
end
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_EventScript_Preston::
2020-01-08 21:12:10 +01:00
trainerbattle_single TRAINER_PRESTON, MossdeepCity_Gym_Text_PrestonIntro, MossdeepCity_Gym_Text_PrestonDefeat
msgbox MossdeepCity_Gym_Text_PrestonPostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_EventScript_Virgil::
2020-01-08 21:12:10 +01:00
trainerbattle_single TRAINER_VIRGIL, MossdeepCity_Gym_Text_VirgilIntro, MossdeepCity_Gym_Text_VirgilDefeat
msgbox MossdeepCity_Gym_Text_VirgilPostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_EventScript_Blake::
2020-01-08 21:12:10 +01:00
trainerbattle_single TRAINER_BLAKE, MossdeepCity_Gym_Text_BlakeIntro, MossdeepCity_Gym_Text_BlakeDefeat
msgbox MossdeepCity_Gym_Text_BlakePostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_EventScript_Hannah::
2020-01-08 21:12:10 +01:00
trainerbattle_single TRAINER_HANNAH, MossdeepCity_Gym_Text_HannahIntro, MossdeepCity_Gym_Text_HannahDefeat
msgbox MossdeepCity_Gym_Text_HannahPostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_EventScript_Samantha::
2020-01-08 21:12:10 +01:00
trainerbattle_single TRAINER_SAMANTHA, MossdeepCity_Gym_Text_SamanthaIntro, MossdeepCity_Gym_Text_SamanthaDefeat
msgbox MossdeepCity_Gym_Text_SamanthaPostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_EventScript_Maura::
2020-01-08 21:12:10 +01:00
trainerbattle_single TRAINER_MAURA, MossdeepCity_Gym_Text_MauraIntro, MossdeepCity_Gym_Text_MauraDefeat
msgbox MossdeepCity_Gym_Text_MauraPostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_EventScript_Sylvia::
2020-01-08 21:12:10 +01:00
trainerbattle_single TRAINER_SYLVIA, MossdeepCity_Gym_Text_SylviaIntro, MossdeepCity_Gym_Text_SylviaDefeat
msgbox MossdeepCity_Gym_Text_SylviaPostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_EventScript_Nate::
2020-01-08 21:12:10 +01:00
trainerbattle_single TRAINER_NATE, MossdeepCity_Gym_Text_NateIntro, MossdeepCity_Gym_Text_NateDefeat
msgbox MossdeepCity_Gym_Text_NatePostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_EventScript_Macey::
2020-01-08 21:12:10 +01:00
trainerbattle_single TRAINER_MACEY, MossdeepCity_Gym_Text_MaceyIntro, MossdeepCity_Gym_Text_MaceyDefeat
msgbox MossdeepCity_Gym_Text_MaceyPostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_EventScript_Clifford::
2020-01-08 21:12:10 +01:00
trainerbattle_single TRAINER_CLIFFORD, MossdeepCity_Gym_Text_CliffordIntro, MossdeepCity_Gym_Text_CliffordDefeat
msgbox MossdeepCity_Gym_Text_CliffordPostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_EventScript_Nicholas::
2020-01-08 21:12:10 +01:00
trainerbattle_single TRAINER_NICHOLAS, MossdeepCity_Gym_Text_NicholasIntro, MossdeepCity_Gym_Text_NicholasDefeat
msgbox MossdeepCity_Gym_Text_NicholasPostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_EventScript_Kathleen::
2020-01-08 21:12:10 +01:00
trainerbattle_single TRAINER_KATHLEEN, MossdeepCity_Gym_Text_KathleenIntro, MossdeepCity_Gym_Text_KathleenDefeat
msgbox MossdeepCity_Gym_Text_KathleenPostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_EventScript_GymGuide::
2017-11-10 02:21:31 +01:00
lock
faceplayer
goto_if_set FLAG_DEFEATED_MOSSDEEP_GYM, MossdeepCity_Gym_EventScript_GymGuidePostVictory
msgbox MossdeepCity_Gym_Text_GymGuideAdvice, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_EventScript_GymGuidePostVictory::
msgbox MossdeepCity_Gym_Text_GymGuidePostVictory, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
@ Leftover from RS, functionally unused
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_Movement_WaitAfterSwitchUse:
delay_16
delay_16
step_end
2017-11-10 02:21:31 +01:00
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_EventScript_LeftGymStatue::
2017-11-10 02:21:31 +01:00
lockall
goto_if_set FLAG_BADGE07_GET, MossdeepCity_Gym_EventScript_GymStatueCertified
goto MossdeepCity_Gym_EventScript_GymStatue
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_EventScript_RightGymStatue::
2017-11-10 02:21:31 +01:00
lockall
goto_if_set FLAG_BADGE07_GET, MossdeepCity_Gym_EventScript_GymStatueCertified
goto MossdeepCity_Gym_EventScript_GymStatue
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_EventScript_GymStatueCertified::
msgbox MossdeepCity_Gym_Text_GymStatueCertified, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
releaseall
end
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_EventScript_GymStatue::
msgbox MossdeepCity_Gym_Text_GymStatue, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
releaseall
end
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_EventScript_YellowFloorSwitch::
2020-08-21 00:02:00 +02:00
playse SE_SWITCH
2017-11-10 02:21:31 +01:00
waitse
2020-08-21 00:02:00 +02:00
playse SE_REPEL
initrotatingtilepuzzle FALSE
2019-10-16 10:09:30 +02:00
moverotatingtileobjects 0
2017-11-10 02:21:31 +01:00
waitmovement 0
2019-10-16 10:09:30 +02:00
turnrotatingtileobjects
2017-11-10 02:21:31 +01:00
waitmovement 0
2019-10-16 10:09:30 +02:00
freerotatingtilepuzzle
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_EventScript_BlueFloorSwitch::
2020-08-21 00:02:00 +02:00
playse SE_SWITCH
2017-11-10 02:21:31 +01:00
waitse
2020-08-21 00:02:00 +02:00
playse SE_REPEL
initrotatingtilepuzzle FALSE
2019-10-16 10:09:30 +02:00
moverotatingtileobjects 1
2017-11-10 02:21:31 +01:00
waitmovement 0
2019-10-16 10:09:30 +02:00
turnrotatingtileobjects
2017-11-10 02:21:31 +01:00
waitmovement 0
2019-10-16 10:09:30 +02:00
freerotatingtilepuzzle
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_EventScript_GreenFloorSwitch::
2020-08-21 00:02:00 +02:00
playse SE_SWITCH
2017-11-10 02:21:31 +01:00
waitse
2020-08-21 00:02:00 +02:00
playse SE_REPEL
initrotatingtilepuzzle FALSE
2019-10-16 10:09:30 +02:00
moverotatingtileobjects 2
2017-11-10 02:21:31 +01:00
waitmovement 0
2019-10-16 10:09:30 +02:00
turnrotatingtileobjects
2017-11-10 02:21:31 +01:00
waitmovement 0
2019-10-16 10:09:30 +02:00
freerotatingtilepuzzle
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_EventScript_PurpleFloorSwitch::
2020-08-21 00:02:00 +02:00
playse SE_SWITCH
2017-11-10 02:21:31 +01:00
waitse
2020-08-21 00:02:00 +02:00
playse SE_REPEL
initrotatingtilepuzzle FALSE
2019-10-16 10:09:30 +02:00
moverotatingtileobjects 3
2017-11-10 02:21:31 +01:00
waitmovement 0
2019-10-16 10:09:30 +02:00
turnrotatingtileobjects
2017-11-10 02:21:31 +01:00
waitmovement 0
2019-10-16 10:09:30 +02:00
freerotatingtilepuzzle
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_EventScript_RedFloorSwitch::
2020-08-21 00:02:00 +02:00
playse SE_SWITCH
2017-11-10 02:21:31 +01:00
waitse
2020-08-21 00:02:00 +02:00
playse SE_REPEL
initrotatingtilepuzzle FALSE
2019-10-16 10:09:30 +02:00
moverotatingtileobjects 4
2017-11-10 02:21:31 +01:00
waitmovement 0
2019-10-16 10:09:30 +02:00
turnrotatingtileobjects
2017-11-10 02:21:31 +01:00
waitmovement 0
2019-10-16 10:09:30 +02:00
freerotatingtilepuzzle
2017-11-10 02:21:31 +01:00
end
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_Text_GymGuideAdvice:
2018-12-07 16:41:08 +01:00
.string "Yo, how's it going, CHAMPION-bound\n"
2017-11-10 02:21:31 +01:00
.string "{PLAYER}?\p"
.string "The GYM LEADERS here use\n"
.string "PSYCHIC-type POKéMON.\p"
.string "If you go up against them with\n"
.string "FIGHTING- or POISON-type POKéMON,\l"
2018-12-07 16:41:08 +01:00
.string "they'll inflict horrible damage!\p"
.string "Plus, they'll come at you with\n"
2017-11-10 02:21:31 +01:00
.string "outstanding combination attacks.\p"
2018-12-07 16:41:08 +01:00
.string "If you want to win, you'll need to show\n"
2017-11-10 02:21:31 +01:00
.string "them how tight you are with your\l"
.string "POKéMON. Go for it!$"
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_Text_GymGuidePostVictory:
2018-12-07 16:41:08 +01:00
.string "Wow, you're astounding!\n"
.string "You're one great TRAINER!$"
2017-11-10 02:21:31 +01:00
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_Text_PrestonIntro:
2017-11-10 02:21:31 +01:00
.string "Battles hinge on the strength of your\n"
.string "spirit! The weak-spirited will never win!$"
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_Text_PrestonDefeat:
2017-11-10 02:21:31 +01:00
.string "I lost!\n"
.string "I must temper my spirit again!$"
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_Text_PrestonPostBattle:
2017-11-10 02:21:31 +01:00
.string "The indecisive lose.\n"
2018-12-07 16:41:08 +01:00
.string "That's my warning to you.$"
2017-11-10 02:21:31 +01:00
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_Text_VirgilIntro:
2017-11-10 02:21:31 +01:00
.string "Let me see your talent!$"
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_Text_VirgilDefeat:
2017-11-10 02:21:31 +01:00
.string "You possess spectacular talent!$"
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_Text_VirgilPostBattle:
2017-11-10 02:21:31 +01:00
.string "If there are prodigies in the world,\n"
.string "then our GYM LEADERS are them!\p"
.string "However, you may be even more talented\n"
.string "than them…$"
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_Text_BlakeIntro:
2017-11-10 02:21:31 +01:00
.string "Fufufufu… Watch me levitate a POKé\n"
.string "BALL telekinetically!\p"
.string "Wrooooooooaaaar!\n"
.string "… … … … … … …\p"
2018-12-07 16:41:08 +01:00
.string "Sometimes, I'm out of sync…$"
2017-11-10 02:21:31 +01:00
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_Text_BlakeDefeat:
2017-11-10 02:21:31 +01:00
.string "My POKéMON battling skills are out\n"
.string "of sync, too!$"
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_Text_BlakePostBattle:
2017-11-10 02:21:31 +01:00
.string "A POKé BALL was too heavy to lift\n"
.string "psychically. But this dust bunny…\p"
.string "Whoooooooooooooooh!\n"
.string "… … … … … …\p"
2018-12-07 16:41:08 +01:00
.string "No, I'm not cheating!\n"
.string "I didn't blow on it! Honestly!$"
2017-11-10 02:21:31 +01:00
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_Text_HannahIntro:
2018-12-07 16:41:08 +01:00
.string "When you lose to me, don't be too hard\n"
2017-11-10 02:21:31 +01:00
.string "on yourself.\p"
2018-12-07 16:41:08 +01:00
.string "It's not that you're weak--I'm just\n"
2017-11-10 02:21:31 +01:00
.string "too strong!$"
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_Text_HannahDefeat:
2018-12-07 16:41:08 +01:00
.string "You're just too strong!$"
2017-11-10 02:21:31 +01:00
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_Text_HannahPostBattle:
2018-12-07 16:41:08 +01:00
.string "I'm not going to get down on myself for\n"
2017-11-10 02:21:31 +01:00
.string "losing. I just need to train harder.\p"
2018-12-07 16:41:08 +01:00
.string "Positive thinking--that's my strong\n"
2017-11-10 02:21:31 +01:00
.string "point!$"
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_Text_SamanthaIntro:
2017-11-10 02:21:31 +01:00
.string "I see it…\n"
.string "I see your future…\p"
.string "If you can beat me, I will tell you\n"
.string "your future!$"
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_Text_SamanthaDefeat:
2017-11-10 02:21:31 +01:00
.string "I surrender!$"
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_Text_SamanthaPostBattle:
2017-11-10 02:21:31 +01:00
.string "You will wage a terrifically intense\n"
.string "battle with our GYM LEADERS…\p"
.string "The result…\n"
2018-12-07 16:41:08 +01:00
.string "You won't hear it from me!$"
2017-11-10 02:21:31 +01:00
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_Text_MauraIntro:
2017-11-10 02:21:31 +01:00
.string "The roads you have traveled…\n"
.string "What you have experienced…\p"
2018-12-07 16:41:08 +01:00
.string "Come at me with everything you've\n"
2017-11-10 02:21:31 +01:00
.string "learned!$"
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_Text_MauraDefeat:
2018-12-07 16:41:08 +01:00
.string "You've traveled a path of greatness!$"
2017-11-10 02:21:31 +01:00
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_Text_MauraPostBattle:
2017-11-10 02:21:31 +01:00
.string "A bright future awaits those who have\n"
.string "worked diligently.\p"
.string "For those who lazed idly, there is\n"
.string "only despair at the end.\p"
.string "What goes around comes around…$"
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_Text_SylviaIntro:
2017-11-10 02:21:31 +01:00
.string "Even at the risk of life, I will win\n"
.string "this battle!$"
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_Text_SylviaDefeat:
2017-11-10 02:21:31 +01:00
.string "What you do…\n"
.string "It horrifies me…$"
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_Text_SylviaPostBattle:
2017-11-10 02:21:31 +01:00
.string "How dare you beat me…\p"
2018-12-07 16:41:08 +01:00
.string "It won't be my fault if something\n"
2017-11-10 02:21:31 +01:00
.string "horrible befalls you…$"
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_Text_NateIntro:
2017-11-10 02:21:31 +01:00
.string "Hohoho.\p"
.string "You need me to show you how tenacious\n"
.string "the PSYCHIC type can be.$"
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_Text_NateDefeat:
2017-11-10 02:21:31 +01:00
.string "Oh! My, my!\n"
.string "Your battle style is fantastic!$"
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_Text_NatePostBattle:
2018-12-07 16:41:08 +01:00
.string "I… I don't let defeat rattle m-me,\n"
2017-11-10 02:21:31 +01:00
.string "however b-badly.$"
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_Text_KathleenIntro:
2017-11-10 02:21:31 +01:00
.string "Let me show you a perfectly awful,\n"
.string "horrifying time!$"
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_Text_KathleenDefeat:
2017-11-10 02:21:31 +01:00
.string "N-nooooo!$"
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_Text_KathleenPostBattle:
2017-11-10 02:21:31 +01:00
.string "Your vitality is contagious!\n"
.string "Get away from me quickly!$"
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_Text_CliffordIntro:
2017-11-10 02:21:31 +01:00
.string "I may be past my prime, but I suggest\n"
.string "you not patronize me.$"
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_Text_CliffordDefeat:
2017-11-10 02:21:31 +01:00
.string "Ah, you overflow with the power\n"
.string "of youth!$"
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_Text_CliffordPostBattle:
2017-11-10 02:21:31 +01:00
.string "It seems that I could not overcome\n"
.string "your youthful energy.$"
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_Text_MaceyIntro:
2018-12-07 16:41:08 +01:00
.string "You're not getting through to the end!\n"
2017-11-10 02:21:31 +01:00
.string "Not if I can help it!$"
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_Text_MaceyDefeat:
2017-11-10 02:21:31 +01:00
.string "How could you be so ludicrously\n"
.string "strong?$"
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_Text_MaceyPostBattle:
2018-12-07 16:41:08 +01:00
.string "Humph! You may be strong, but you're\n"
2017-11-10 02:21:31 +01:00
.string "not suitable for the PSYCHIC type!\p"
.string "The way you battle is somehow brutal!$"
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_Text_NicholasIntro:
2017-11-10 02:21:31 +01:00
.string "Wroooar! Have a taste of my super\n"
.string "POKéMON hard-battling power!$"
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_Text_NicholasDefeat:
2017-11-10 02:21:31 +01:00
.string "Oh!\n"
.string "Done in!$"
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_Text_NicholasPostBattle:
2018-12-07 16:41:08 +01:00
.string "All right! I think I'll develop a special\n"
2017-11-10 02:21:31 +01:00
.string "invincible POKéMON power next.$"
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_Text_TateAndLizaIntro:
2017-11-10 02:21:31 +01:00
.string "TATE: Hehehe… Were you surprised?\p"
.string "LIZA: Fufufu… Were you surprised?\p"
.string "TATE: That there are two GYM LEADERS?\n"
.string "LIZA: That there are two GYM LEADERS?\p"
2018-12-07 16:41:08 +01:00
.string "TATE: We're twins!\n"
.string "LIZA: We're twins!\p"
.string "TATE: We don't need to talk because…\n"
2017-11-10 02:21:31 +01:00
.string "LIZA: We can each determine what…\p"
.string "TATE: The other is thinking…\n"
.string "LIZA: All in our minds!\p"
.string "TATE: This combination of ours…\n"
.string "LIZA: Can you beat it?$"
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_Text_TateAndLizaDefeat:
2017-11-10 02:21:31 +01:00
.string "TATE: What?! Our combination…\n"
.string "LIZA: Was shattered!\p"
2018-12-07 16:41:08 +01:00
.string "TATE: It can't be helped. You've won…\n"
2017-11-10 02:21:31 +01:00
.string "LIZA: So, in recognition, take this.$"
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_Text_ReceivedMindBadge:
2017-11-10 02:21:31 +01:00
.string "{PLAYER} received the MIND BADGE\n"
.string "from TATE and LIZA.$"
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_Text_ExplainMindBadgeTakeThis:
2017-11-10 02:21:31 +01:00
.string "TATE: The MIND BADGE enhances the\n"
.string "SP. ATK and SP. DEF of POKéMON.\p"
.string "LIZA: It also lets you use the HM move\n"
.string "DIVE outside of battle.\p"
.string "TATE: You should also take this, too.$"
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_Text_ExplainCalmMind:
2017-11-10 02:21:31 +01:00
.string "TATE: That TM04 contains…\n"
.string "LIZA: CALM MIND!\p"
.string "TATE: It raises SP. ATK and…\n"
.string "LIZA: It raises SP. DEF!\p"
2018-12-07 16:41:08 +01:00
.string "TATE: It's a move that's perfect…\n"
2017-11-10 02:21:31 +01:00
.string "LIZA: For PSYCHIC POKéMON!\p"
.string "… … … … … …$"
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_Text_RegisteredTateAndLiza:
2017-11-10 02:21:31 +01:00
.string "Registered GYM LEADERS TATE & LIZA\n"
.string "in the POKéNAV.$"
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_Text_TateAndLizaPostBattle:
2017-11-10 02:21:31 +01:00
.string "TATE: Looks like the bond between you\n"
.string "and your POKéMON is far stronger than\l"
.string "the bond that we share as twins.\p"
.string "LIZA: You will become even stronger!\n"
2018-12-07 16:41:08 +01:00
.string "We've battled you, so we know.$"
2017-11-10 02:21:31 +01:00
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_Text_TateAndLizaNeedTwoMons:
2017-11-10 02:21:31 +01:00
.string "TATE: Hehehe… Were you surprised?\p"
.string "LIZA: That there are two GYM LEADERS?\p"
.string "TATE: Oops, you have only one…\n"
.string "LIZA: POKéMON that can battle.\p"
2018-12-07 16:41:08 +01:00
.string "TATE: We can't battle that way!\p"
2017-11-10 02:21:31 +01:00
.string "LIZA: If you want to challenge us,\n"
.string "bring some more POKéMON.$"
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_Text_GymStatue:
2017-11-10 02:21:31 +01:00
.string "MOSSDEEP CITY POKéMON GYM$"
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_Text_GymStatueCertified:
2017-11-10 02:21:31 +01:00
.string "MOSSDEEP CITY POKéMON GYM\p"
2018-12-07 16:41:08 +01:00
.string "LIZA AND TATE'S CERTIFIED TRAINERS:\n"
2017-11-10 02:21:31 +01:00
.string "{PLAYER}$"
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_Text_TateAndLizaPreRematch:
2017-11-10 02:21:31 +01:00
.string "TATE: POKéMON…\n"
.string "LIZA: POKéMON…\p"
2018-12-07 16:41:08 +01:00
.string "TATE: By changing the party's mix…\n"
2017-11-10 02:21:31 +01:00
.string "LIZA: The battle style changes.\p"
.string "TATE: But me…\n"
.string "LIZA: But me…\p"
2018-12-07 16:41:08 +01:00
.string "TATE: I'll always be with LIZA!\n"
.string "LIZA: I'll always be with TATE!\p"
2017-11-10 02:21:31 +01:00
.string "TATE: Our combination…\n"
2018-12-07 16:41:08 +01:00
.string "LIZA: We'll show you again and again!$"
2017-11-10 02:21:31 +01:00
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_Text_TateAndLizaRematchDefeat:
2017-11-10 02:21:31 +01:00
.string "TATE: You and your POKéMON…\n"
2018-12-07 16:41:08 +01:00
.string "LIZA: It's as if you were siblings!$"
2017-11-10 02:21:31 +01:00
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_Text_TateAndLizaPostRematch:
2017-11-10 02:21:31 +01:00
.string "TATE: You can knock us down,\n"
2018-12-07 16:41:08 +01:00
.string "but we'll never stay down!\p"
2017-11-10 02:21:31 +01:00
.string "LIZA: Because the two of us,\n"
.string "we always support each other!$"
2021-07-20 21:18:31 +02:00
MossdeepCity_Gym_Text_TateAndLizaRematchNeedTwoMons:
2018-12-07 16:41:08 +01:00
.string "TATE: You're back again…\n"
.string "LIZA: You're back again…\p"
2017-11-10 02:21:31 +01:00
.string "TATE: To give us a rematch.\n"
.string "LIZA: To give us a rematch.\p"
.string "TATE: But…\n"
.string "LIZA: For our match…\p"
.string "TATE: You brought just one POKéMON!\n"
.string "LIZA: You brought just one POKéMON!\p"
.string "TATE: We need you to bring at least…\n"
.string "LIZA: Two POKéMON when you come back.$"