pokeemerald/data/maps/MossdeepCity_Gym/scripts.inc

652 lines
23 KiB
PHP
Raw Normal View History

2017-11-10 02:21:31 +01:00
MossdeepCity_Gym_MapScripts:: @ 8220800
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
MossdeepCity_Gym_OnLoad: @ 8220806
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
MossdeepCity_Gym_EventScript_CheckSwitch2:: @ 8220815
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
MossdeepCity_Gym_EventScript_CheckSwitch3:: @ 8220824
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
MossdeepCity_Gym_EventScript_CheckSwitch4:: @ 8220833
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
MossdeepCity_Gym_EventScript_SetSwitch1Metatiles:: @ 822083D
setmetatile 5, 5, METATILE_RS_MossdeepGym_RedArrow_Right, 0
setmetatile 2, 7, METATILE_RS_MossdeepGym_Switch_Down, 1
goto MossdeepCity_Gym_EventScript_CheckSwitch2
2017-11-10 02:21:31 +01:00
end
MossdeepCity_Gym_EventScript_SetSwitch2Metatiles:: @ 8220855
setmetatile 8, 14, METATILE_RS_MossdeepGym_RedArrow_Right, 0
setmetatile 8, 10, METATILE_RS_MossdeepGym_Switch_Down, 1
goto MossdeepCity_Gym_EventScript_CheckSwitch3
2017-11-10 02:21:31 +01:00
end
MossdeepCity_Gym_EventScript_SetSwitch3Metatiles:: @ 822086D
setmetatile 15, 17, METATILE_RS_MossdeepGym_RedArrow_Left, 0
setmetatile 17, 15, METATILE_RS_MossdeepGym_Switch_Down, 1
goto MossdeepCity_Gym_EventScript_CheckSwitch4
2017-11-10 02:21:31 +01:00
end
MossdeepCity_Gym_EventScript_SetSwitch4Metatiles:: @ 8220885
setmetatile 1, 23, METATILE_RS_MossdeepGym_RedArrow_Up, 0
setmetatile 5, 24, METATILE_RS_MossdeepGym_Switch_Down, 1
2017-11-10 02:21:31 +01:00
end
MossdeepCity_Gym_EventScript_TateAndLiza:: @ 8220898
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
compare VAR_RESULT, TRUE
goto_if_eq 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
MossdeepCity_Gym_EventScript_TateAndLizaDefeated:: @ 82208D1
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
2017-12-22 08:46:19 +01:00
playfanfare MUS_ME_TORE_EYE
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
MossdeepCity_Gym_EventScript_GiveCalmMind2:: @ 8220937
giveitem ITEM_TM04
compare VAR_RESULT, 0
goto_if_eq 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
MossdeepCity_Gym_EventScript_GiveCalmMind:: @ 822095B
giveitem ITEM_TM04
compare VAR_RESULT, 0
goto_if_eq 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
MossdeepCity_Gym_EventScript_TateAndLizaRematch:: @ 822097E
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
MossdeepCity_Gym_EventScript_Switch1:: @ 8220999
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
setmetatile 5, 5, METATILE_RS_MossdeepGym_RedArrow_Right, 0
setmetatile 2, 7, METATILE_RS_MossdeepGym_Switch_Down, 1
goto MossdeepCity_Gym_EventScript_DrawMapAfterSwitchUsed
end
MossdeepCity_Gym_EventScript_DrawMapAfterSwitchUsed:: @ 82209C8
special DrawWholeMapView
playse SE_TK_KASYA
releaseall
end
MossdeepCity_Gym_EventScript_ClearSwitch1:: @ 82209D0
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
setmetatile 5, 5, METATILE_RS_MossdeepGym_RedArrow_Left, 0
setmetatile 2, 7, METATILE_RS_MossdeepGym_Switch_Up, 1
goto MossdeepCity_Gym_EventScript_DrawMapAfterSwitchUsed
end
MossdeepCity_Gym_EventScript_Switch2:: @ 82209F5
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
setmetatile 8, 14, METATILE_RS_MossdeepGym_RedArrow_Right, 0
setmetatile 8, 10, METATILE_RS_MossdeepGym_Switch_Down, 1
goto MossdeepCity_Gym_EventScript_DrawMapAfterSwitchUsed
end
MossdeepCity_Gym_EventScript_ClearSwitch2:: @ 8220A24
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
setmetatile 8, 14, METATILE_RS_MossdeepGym_RedArrow_Down, 0
setmetatile 8, 10, METATILE_RS_MossdeepGym_Switch_Up, 1
goto MossdeepCity_Gym_EventScript_DrawMapAfterSwitchUsed
end
MossdeepCity_Gym_EventScript_Switch3:: @ 8220A49
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
setmetatile 15, 17, METATILE_RS_MossdeepGym_RedArrow_Left, 0
setmetatile 17, 15, METATILE_RS_MossdeepGym_Switch_Down, 1
goto MossdeepCity_Gym_EventScript_DrawMapAfterSwitchUsed
end
MossdeepCity_Gym_EventScript_ClearSwitch3:: @ 8220A78
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
setmetatile 15, 17, METATILE_RS_MossdeepGym_RedArrow_Right, 0
setmetatile 17, 15, METATILE_RS_MossdeepGym_Switch_Up, 1
goto MossdeepCity_Gym_EventScript_DrawMapAfterSwitchUsed
end
MossdeepCity_Gym_EventScript_Switch4:: @ 8220A9D
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
setmetatile 1, 23, METATILE_RS_MossdeepGym_RedArrow_Up, 0
setmetatile 5, 24, METATILE_RS_MossdeepGym_Switch_Down, 1
goto MossdeepCity_Gym_EventScript_DrawMapAfterSwitchUsed
end
MossdeepCity_Gym_EventScript_ClearSwitch4:: @ 8220ACC
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
setmetatile 1, 23, METATILE_RS_MossdeepGym_RedArrow_Right, 0
setmetatile 5, 24, METATILE_RS_MossdeepGym_Switch_Up, 1
goto MossdeepCity_Gym_EventScript_DrawMapAfterSwitchUsed
end
2017-11-10 02:21:31 +01:00
MossdeepCity_Gym_EventScript_WarpToEntrance:: @ 8220AF1
2017-11-10 02:21:31 +01:00
lockall
warpmossdeepgym MAP_MOSSDEEP_CITY_GYM, 255, 7, 30
2017-11-10 02:21:31 +01:00
waitstate
releaseall
end
MossdeepCity_Gym_EventScript_Preston:: @ 8220AFD
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
MossdeepCity_Gym_EventScript_Virgil:: @ 8220B14
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
MossdeepCity_Gym_EventScript_Blake:: @ 8220B2B
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
MossdeepCity_Gym_EventScript_Hannah:: @ 8220B42
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
MossdeepCity_Gym_EventScript_Samantha:: @ 8220B59
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
MossdeepCity_Gym_EventScript_Maura:: @ 8220B70
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
MossdeepCity_Gym_EventScript_Sylvia:: @ 8220B87
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
MossdeepCity_Gym_EventScript_Nate:: @ 8220B9E
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
MossdeepCity_Gym_EventScript_Macey:: @ 8220BB5
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
MossdeepCity_Gym_EventScript_Clifford:: @ 8220BCC
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
MossdeepCity_Gym_EventScript_Nicholas:: @ 8220BE3
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
MossdeepCity_Gym_EventScript_Kathleen:: @ 8220BFA
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
MossdeepCity_Gym_EventScript_GymGuide:: @ 8220C11
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
MossdeepCity_Gym_EventScript_GymGuidePostVictory:: @ 8220C26
msgbox MossdeepCity_Gym_Text_GymGuidePostVictory, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
@ Leftover from RS, functionally unused
MossdeepCity_Gym_Movement_WaitAfterSwitchUse: @ 8220C30
delay_16
delay_16
step_end
2017-11-10 02:21:31 +01:00
MossdeepCity_Gym_EventScript_LeftGymStatue:: @ 8220C33
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
MossdeepCity_Gym_EventScript_RightGymStatue:: @ 8220C43
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
MossdeepCity_Gym_EventScript_GymStatueCertified:: @ 8220C53
msgbox MossdeepCity_Gym_Text_GymStatueCertified, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
releaseall
end
MossdeepCity_Gym_EventScript_GymStatue:: @ 8220C5D
msgbox MossdeepCity_Gym_Text_GymStatue, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
releaseall
end
MossdeepCity_Gym_EventScript_YellowFloorSwitch:: @ 8220C67
2017-11-10 02:21:31 +01:00
playse SE_MU_PACHI
waitse
playse SE_TU_SAA
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
MossdeepCity_Gym_EventScript_BlueFloorSwitch:: @ 8220C7D
2017-11-10 02:21:31 +01:00
playse SE_MU_PACHI
waitse
playse SE_TU_SAA
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
MossdeepCity_Gym_EventScript_GreenFloorSwitch:: @ 8220C93
2017-11-10 02:21:31 +01:00
playse SE_MU_PACHI
waitse
playse SE_TU_SAA
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
MossdeepCity_Gym_EventScript_PurpleFloorSwitch:: @ 8220CA9
2017-11-10 02:21:31 +01:00
playse SE_MU_PACHI
waitse
playse SE_TU_SAA
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
MossdeepCity_Gym_EventScript_RedFloorSwitch:: @ 8220CBF
2017-11-10 02:21:31 +01:00
playse SE_MU_PACHI
waitse
playse SE_TU_SAA
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
MossdeepCity_Gym_Text_GymGuideAdvice: @ 8220CD5
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!$"
MossdeepCity_Gym_Text_GymGuidePostVictory: @ 8220E2A
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
2020-01-08 21:12:10 +01:00
MossdeepCity_Gym_Text_PrestonIntro: @ 8220E5C
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!$"
MossdeepCity_Gym_Text_PrestonDefeat: @ 8220EAC
2017-11-10 02:21:31 +01:00
.string "I lost!\n"
.string "I must temper my spirit again!$"
MossdeepCity_Gym_Text_PrestonPostBattle: @ 8220ED3
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
2020-01-08 21:12:10 +01:00
MossdeepCity_Gym_Text_VirgilIntro: @ 8220F02
2017-11-10 02:21:31 +01:00
.string "Let me see your talent!$"
MossdeepCity_Gym_Text_VirgilDefeat: @ 8220F1A
2017-11-10 02:21:31 +01:00
.string "You possess spectacular talent!$"
MossdeepCity_Gym_Text_VirgilPostBattle: @ 8220F3A
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…$"
2020-01-08 21:12:10 +01:00
MossdeepCity_Gym_Text_BlakeIntro: @ 8220FB0
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
MossdeepCity_Gym_Text_BlakeDefeat: @ 8221024
2017-11-10 02:21:31 +01:00
.string "My POKéMON battling skills are out\n"
.string "of sync, too!$"
MossdeepCity_Gym_Text_BlakePostBattle: @ 8221055
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
2020-01-08 21:12:10 +01:00
MossdeepCity_Gym_Text_HannahIntro: @ 82210EE
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!$"
MossdeepCity_Gym_Text_HannahDefeat: @ 8221152
2018-12-07 16:41:08 +01:00
.string "You're just too strong!$"
2017-11-10 02:21:31 +01:00
MossdeepCity_Gym_Text_HannahPostBattle: @ 822116A
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!$"
2020-01-08 21:12:10 +01:00
MossdeepCity_Gym_Text_SamanthaIntro: @ 82211E2
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!$"
MossdeepCity_Gym_Text_SamanthaDefeat: @ 8221230
2017-11-10 02:21:31 +01:00
.string "I surrender!$"
MossdeepCity_Gym_Text_SamanthaPostBattle: @ 822123D
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
2020-01-08 21:12:10 +01:00
MossdeepCity_Gym_Text_MauraIntro: @ 82212A6
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!$"
MossdeepCity_Gym_Text_MauraDefeat: @ 8221309
2018-12-07 16:41:08 +01:00
.string "You've traveled a path of greatness!$"
2017-11-10 02:21:31 +01:00
MossdeepCity_Gym_Text_MauraPostBattle: @ 822132E
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…$"
2020-01-08 21:12:10 +01:00
MossdeepCity_Gym_Text_SylviaIntro: @ 82213C2
2017-11-10 02:21:31 +01:00
.string "Even at the risk of life, I will win\n"
.string "this battle!$"
MossdeepCity_Gym_Text_SylviaDefeat: @ 82213F4
2017-11-10 02:21:31 +01:00
.string "What you do…\n"
.string "It horrifies me…$"
MossdeepCity_Gym_Text_SylviaPostBattle: @ 8221412
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…$"
2020-01-08 21:12:10 +01:00
MossdeepCity_Gym_Text_NateIntro: @ 8221460
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.$"
MossdeepCity_Gym_Text_NateDefeat: @ 82214A7
2017-11-10 02:21:31 +01:00
.string "Oh! My, my!\n"
.string "Your battle style is fantastic!$"
MossdeepCity_Gym_Text_NatePostBattle: @ 82214D3
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.$"
2020-01-08 21:12:10 +01:00
MossdeepCity_Gym_Text_KathleenIntro: @ 8221507
2017-11-10 02:21:31 +01:00
.string "Let me show you a perfectly awful,\n"
.string "horrifying time!$"
MossdeepCity_Gym_Text_KathleenDefeat: @ 822153B
2017-11-10 02:21:31 +01:00
.string "N-nooooo!$"
MossdeepCity_Gym_Text_KathleenPostBattle: @ 8221545
2017-11-10 02:21:31 +01:00
.string "Your vitality is contagious!\n"
.string "Get away from me quickly!$"
2020-01-08 21:12:10 +01:00
MossdeepCity_Gym_Text_CliffordIntro: @ 822157C
2017-11-10 02:21:31 +01:00
.string "I may be past my prime, but I suggest\n"
.string "you not patronize me.$"
MossdeepCity_Gym_Text_CliffordDefeat: @ 82215B8
2017-11-10 02:21:31 +01:00
.string "Ah, you overflow with the power\n"
.string "of youth!$"
MossdeepCity_Gym_Text_CliffordPostBattle: @ 82215E2
2017-11-10 02:21:31 +01:00
.string "It seems that I could not overcome\n"
.string "your youthful energy.$"
2020-01-08 21:12:10 +01:00
MossdeepCity_Gym_Text_MaceyIntro: @ 822161B
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!$"
MossdeepCity_Gym_Text_MaceyDefeat: @ 8221658
2017-11-10 02:21:31 +01:00
.string "How could you be so ludicrously\n"
.string "strong?$"
MossdeepCity_Gym_Text_MaceyPostBattle: @ 8221680
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!$"
2020-01-08 21:12:10 +01:00
MossdeepCity_Gym_Text_NicholasIntro: @ 82216EE
2017-11-10 02:21:31 +01:00
.string "Wroooar! Have a taste of my super\n"
.string "POKéMON hard-battling power!$"
MossdeepCity_Gym_Text_NicholasDefeat: @ 822172D
2017-11-10 02:21:31 +01:00
.string "Oh!\n"
.string "Done in!$"
MossdeepCity_Gym_Text_NicholasPostBattle: @ 822173A
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.$"
2020-01-08 21:12:10 +01:00
MossdeepCity_Gym_Text_TateAndLizaIntro: @ 8221783
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?$"
MossdeepCity_Gym_Text_TateAndLizaDefeat: @ 82218EC
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.$"
MossdeepCity_Gym_Text_ReceivedMindBadge: @ 822196A
2017-11-10 02:21:31 +01:00
.string "{PLAYER} received the MIND BADGE\n"
.string "from TATE and LIZA.$"
MossdeepCity_Gym_Text_ExplainMindBadgeTakeThis: @ 8221999
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.$"
MossdeepCity_Gym_Text_ExplainCalmMind: @ 8221A40
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 "… … … … … …$"
MossdeepCity_Gym_Text_RegisteredTateAndLiza: @ 8221AEA
2017-11-10 02:21:31 +01:00
.string "Registered GYM LEADERS TATE & LIZA\n"
.string "in the POKéNAV.$"
MossdeepCity_Gym_Text_TateAndLizaPostBattle: @ 8221B1D
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
MossdeepCity_Gym_Text_TateAndLizaNeedTwoMons: @ 8221BCE
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.$"
MossdeepCity_Gym_Text_GymStatue: @ 8221CB0
2017-11-10 02:21:31 +01:00
.string "MOSSDEEP CITY POKéMON GYM$"
MossdeepCity_Gym_Text_GymStatueCertified: @ 8221CCA
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}$"
MossdeepCity_Gym_Text_TateAndLizaPreRematch: @ 8221D0B
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
MossdeepCity_Gym_Text_TateAndLizaRematchDefeat: @ 8221E05
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
MossdeepCity_Gym_Text_TateAndLizaPostRematch: @ 8221E45
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!$"
MossdeepCity_Gym_Text_TateAndLizaRematchNeedTwoMons: @ 8221EB8
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.$"