pokeemerald/data/maps/DewfordTown_Gym/scripts.inc

475 lines
16 KiB
PHP
Raw Normal View History

2017-11-10 02:21:31 +01:00
DewfordTown_Gym_MapScripts:: @ 81FC63C
map_script MAP_SCRIPT_ON_TRANSITION, DewfordTown_Gym_OnTransition
2017-11-10 02:21:31 +01:00
.byte 0
DewfordTown_Gym_OnTransition: @ 81FC642
2019-10-11 23:25:07 +02:00
call DewfordTown_Gym_EventScript_SetFlashRadius
2017-11-10 02:21:31 +01:00
end
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_EventScript_SetFlashRadius:: @ 81FC648
goto_if_defeated TRAINER_BRAWLY_1, DewfordTown_Gym_EventScript_SetLightsOn
2019-10-11 23:25:07 +02:00
call DewfordTown_Gym_EventScript_CountTrainersDefeated
2017-11-10 02:21:31 +01:00
copyvar VAR_0x8001, VAR_0x8000
compare VAR_0x8000, 0
2019-10-11 23:25:07 +02:00
goto_if_eq DewfordTown_Gym_EventScript_SetFlashRadius7
compare VAR_0x8000, 1
2019-10-11 23:25:07 +02:00
goto_if_eq DewfordTown_Gym_EventScript_SetFlashRadius6
compare VAR_0x8000, 2
2019-10-11 23:25:07 +02:00
goto_if_eq DewfordTown_Gym_EventScript_SetFlashRadius5
compare VAR_0x8000, 3
2019-10-11 23:25:07 +02:00
goto_if_eq DewfordTown_Gym_EventScript_SetFlashRadius4
compare VAR_0x8000, 4
2019-10-11 23:25:07 +02:00
goto_if_eq DewfordTown_Gym_EventScript_SetFlashRadius3
compare VAR_0x8000, 5
2019-10-11 23:25:07 +02:00
goto_if_eq DewfordTown_Gym_EventScript_SetFlashRadius2
goto DewfordTown_Gym_EventScript_SetFlashRadius1
2017-11-10 02:21:31 +01:00
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_EventScript_SetLightsOn:: @ 81FC6A2
2017-11-10 02:21:31 +01:00
setflashradius 0
return
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_EventScript_SetFlashRadius1:: @ 81FC6A6
2017-11-10 02:21:31 +01:00
setflashradius 1
return
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_EventScript_SetFlashRadius2:: @ 81FC6AA
2017-11-10 02:21:31 +01:00
setflashradius 2
return
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_EventScript_SetFlashRadius3:: @ 81FC6AE
2017-11-10 02:21:31 +01:00
setflashradius 3
return
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_EventScript_SetFlashRadius4:: @ 81FC6B2
2017-11-10 02:21:31 +01:00
setflashradius 4
return
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_EventScript_SetFlashRadius5:: @ 81FC6B6
2017-11-10 02:21:31 +01:00
setflashradius 5
return
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_EventScript_SetFlashRadius6:: @ 81FC6BA
2017-11-10 02:21:31 +01:00
setflashradius 6
return
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_EventScript_SetFlashRadius7:: @ 81FC6BE
2017-11-10 02:21:31 +01:00
setflashradius 7
return
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_EventScript_BrightenRoom:: @ 81FC6C2
call DewfordTown_Gym_EventScript_CountTrainersDefeated
2017-11-10 02:21:31 +01:00
nop1
compare VAR_0x8000, VAR_0x8001
2019-10-11 23:25:07 +02:00
goto_if_eq DewfordTown_Gym_EventScript_NoLightChange
2017-11-10 02:21:31 +01:00
copyvar VAR_0x8001, VAR_0x8000
compare VAR_0x8000, 1
2019-10-11 23:25:07 +02:00
goto_if_eq DewfordTown_Gym_EventScript_AnimateFlash1Trainer
compare VAR_0x8000, 2
2019-10-11 23:25:07 +02:00
goto_if_eq DewfordTown_Gym_EventScript_AnimateFlash2Trainers
compare VAR_0x8000, 3
2019-10-11 23:25:07 +02:00
goto_if_eq DewfordTown_Gym_EventScript_AnimateFlash3Trainers
compare VAR_0x8000, 4
2019-10-11 23:25:07 +02:00
goto_if_eq DewfordTown_Gym_EventScript_AnimateFlash4Trainers
compare VAR_0x8000, 5
2019-10-11 23:25:07 +02:00
goto_if_eq DewfordTown_Gym_EventScript_AnimateFlash5Trainers
compare VAR_0x8000, 6
2019-10-11 23:25:07 +02:00
goto_if_eq DewfordTown_Gym_EventScript_AnimateFlash6Trainers
2017-11-10 02:21:31 +01:00
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_EventScript_NoLightChange:: @ 81FC71A
2017-11-10 02:21:31 +01:00
return
2019-10-11 23:25:07 +02:00
@ NOTE: A little confusingly, a larger animateflash param value is a smaller flash radius
DewfordTown_Gym_EventScript_AnimateFlash1Trainer:: @ 81FC71B
2017-11-10 02:21:31 +01:00
playse SE_MU_PACHI
animateflash 6
2019-10-11 23:25:07 +02:00
call DewfordTown_Gym_EventScript_SetFlashRadius
2017-11-10 02:21:31 +01:00
return
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_EventScript_AnimateFlash2Trainers:: @ 81FC726
2017-11-10 02:21:31 +01:00
playse SE_MU_PACHI
animateflash 5
2019-10-11 23:25:07 +02:00
call DewfordTown_Gym_EventScript_SetFlashRadius
2017-11-10 02:21:31 +01:00
return
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_EventScript_AnimateFlash3Trainers:: @ 81FC731
2017-11-10 02:21:31 +01:00
playse SE_MU_PACHI
animateflash 4
2019-10-11 23:25:07 +02:00
call DewfordTown_Gym_EventScript_SetFlashRadius
2017-11-10 02:21:31 +01:00
return
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_EventScript_AnimateFlash4Trainers:: @ 81FC73C
2017-11-10 02:21:31 +01:00
playse SE_MU_PACHI
animateflash 3
2019-10-11 23:25:07 +02:00
call DewfordTown_Gym_EventScript_SetFlashRadius
2017-11-10 02:21:31 +01:00
return
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_EventScript_AnimateFlash5Trainers:: @ 81FC747
2017-11-10 02:21:31 +01:00
playse SE_MU_PACHI
animateflash 2
2019-10-11 23:25:07 +02:00
call DewfordTown_Gym_EventScript_SetFlashRadius
2017-11-10 02:21:31 +01:00
return
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_EventScript_AnimateFlash6Trainers:: @ 81FC752
2017-11-10 02:21:31 +01:00
playse SE_MU_PACHI
animateflash 1
2019-10-11 23:25:07 +02:00
call DewfordTown_Gym_EventScript_SetFlashRadius
2017-11-10 02:21:31 +01:00
return
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_EventScript_AnimateFlashFullBrightness:: @ 81FC75D
2017-11-10 02:21:31 +01:00
playse SE_MU_PACHI
animateflash 0
2019-10-11 23:25:07 +02:00
call DewfordTown_Gym_EventScript_SetFlashRadius
2017-11-10 02:21:31 +01:00
return
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_EventScript_CountTrainersDefeated:: @ 81FC768
2017-11-10 02:21:31 +01:00
setvar VAR_0x8000, 0
goto_if_undefeated TRAINER_TAKAO, DewfordTown_Gym_EventScript_CheckJocelyn
2017-11-10 02:21:31 +01:00
addvar VAR_0x8000, 1
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_EventScript_CheckJocelyn:: @ 81FC77B
goto_if_undefeated TRAINER_JOCELYN, DewfordTown_Gym_EventScript_CheckLaura
2017-11-10 02:21:31 +01:00
addvar VAR_0x8000, 1
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_EventScript_CheckLaura:: @ 81FC789
goto_if_undefeated TRAINER_LAURA, DewfordTown_Gym_EventScript_CheckBrenden
2017-11-10 02:21:31 +01:00
addvar VAR_0x8000, 1
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_EventScript_CheckBrenden:: @ 81FC797
goto_if_undefeated TRAINER_BRENDEN, DewfordTown_Gym_EventScript_CheckCristian
2017-11-10 02:21:31 +01:00
addvar VAR_0x8000, 1
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_EventScript_CheckCristian:: @ 81FC7A5
goto_if_undefeated TRAINER_CRISTIAN, DewfordTown_Gym_EventScript_CheckLilith
2017-11-10 02:21:31 +01:00
addvar VAR_0x8000, 1
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_EventScript_CheckLilith:: @ 81FC7B3
goto_if_undefeated TRAINER_LILITH, DewfordTown_Gym_EventScript_StopCountingTrainers
2017-11-10 02:21:31 +01:00
addvar VAR_0x8000, 1
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_EventScript_StopCountingTrainers:: @ 81FC7C1
2017-11-10 02:21:31 +01:00
return
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_EventScript_Brawly:: @ 81FC7C2
trainerbattle_single TRAINER_BRAWLY_1, DewfordTown_Gym_Text_BrawlyPreBattle, DewfordTown_Gym_Text_BrawlyDefeat, DewfordTown_Gym_EventScript_BrawlyDefeated, NO_MUSIC
2017-12-01 21:25:13 +01:00
specialvar VAR_RESULT, ShouldTryRematchBattle
2019-10-11 23:25:07 +02:00
compare VAR_RESULT, TRUE
goto_if_eq DewfordTown_Gym_EventScript_BrawlyRematch
goto_if_unset FLAG_RECEIVED_TM08, DewfordTown_Gym_EventScript_GiveBulkUp2
msgbox DewfordTown_Gym_Text_BrawlyPostBattle, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_EventScript_BrawlyDefeated:: @ 81FC7F7
call DewfordTown_Gym_EventScript_AnimateFlashFullBrightness
message DewfordTown_Gym_Text_ReceivedKnuckleBadge
2017-11-10 02:21:31 +01:00
waitmessage
call Common_EventScript_PlayGymBadgeFanfare
2019-10-11 23:25:07 +02:00
msgbox DewfordTown_Gym_Text_KnuckleBadgeInfoTakeThis, MSGBOX_DEFAULT
2019-01-02 22:12:43 +01:00
setflag FLAG_DEFEATED_DEWFORD_GYM
2017-11-10 02:21:31 +01:00
setflag FLAG_BADGE02_GET
addvar VAR_PETALBURG_GYM_STATE, 1
compare VAR_PETALBURG_GYM_STATE, 6
2019-10-11 23:25:07 +02:00
call_if_eq Common_EventScript_ReadyPetalburgGymForBattle
2017-11-10 02:21:31 +01:00
setvar VAR_0x8008, 2
2019-08-15 05:38:42 +02:00
call Common_EventScript_SetGymTrainers
2019-10-11 23:25:07 +02:00
call DewfordTown_Gym_EventScript_GiveBulkUp
2017-11-10 02:21:31 +01:00
closemessage
delay 30
2017-12-22 08:46:19 +01:00
playfanfare MUS_ME_TORE_EYE
2019-10-11 23:25:07 +02:00
msgbox DewfordTown_Gym_Text_RegisteredBrawly, 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_BRAWLY_MATCH_CALL
2019-02-28 05:54:51 +01:00
setvar VAR_ROXANNE_CALL_STEP_COUNTER, 0
2019-01-02 22:12:43 +01:00
setflag FLAG_ENABLE_ROXANNE_FIRST_CALL
2017-11-10 02:21:31 +01:00
release
end
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_EventScript_GiveBulkUp:: @ 81FC855
giveitem ITEM_TM08
compare VAR_RESULT, 0
goto_if_eq Common_EventScript_BagIsFull
2019-10-11 23:25:07 +02:00
msgbox DewfordTown_Gym_Text_ExplainBulkUp, MSGBOX_DEFAULT
2019-01-02 22:12:43 +01:00
setflag FLAG_RECEIVED_TM08
2017-11-10 02:21:31 +01:00
return
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_EventScript_GiveBulkUp2: @ 81FC878
giveitem ITEM_TM08
compare VAR_RESULT, 0
goto_if_eq Common_EventScript_ShowBagIsFull
2019-10-11 23:25:07 +02:00
msgbox DewfordTown_Gym_Text_ExplainBulkUp, MSGBOX_DEFAULT
2019-01-02 22:12:43 +01:00
setflag FLAG_RECEIVED_TM08
2017-11-10 02:21:31 +01:00
release
end
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_EventScript_BrawlyRematch:: @ 81FC89C
trainerbattle_rematch_double TRAINER_BRAWLY_1, DewfordTown_Gym_Text_BrawlyPreRematch, DewfordTown_Gym_Text_BrawlyRematchDefeat, DewfordTown_Gym_Text_BrawlyRematchNeedTwoMons
msgbox DewfordTown_Gym_Text_BrawlyPostRematch, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_EventScript_Takao:: @ 81FC8B7
trainerbattle_single TRAINER_TAKAO, DewfordTown_Gym_Text_TakaoPreBattle, DewfordTown_Gym_Text_TakaoDefeat, DewfordTown_Gym_EventScript_TakaoBrightenRoom
msgbox DewfordTown_Gym_Text_TakaoPostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_EventScript_TakaoBrightenRoom:: @ 81FC8D2
call DewfordTown_Gym_EventScript_BrightenRoom
2017-11-10 02:21:31 +01:00
release
end
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_EventScript_Jocelyn:: @ 81FC8D9
trainerbattle_single TRAINER_JOCELYN, DewfordTown_Gym_Text_JocelynPreBattle, DewfordTown_Gym_Text_JocelynDefeat, DewfordTown_Gym_EventScript_JocelynBrightenRoom
msgbox DewfordTown_Gym_Text_JocelynPostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_EventScript_JocelynBrightenRoom:: @ 81FC8F4
call DewfordTown_Gym_EventScript_BrightenRoom
2017-11-10 02:21:31 +01:00
release
end
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_EventScript_Laura:: @ 81FC8FB
trainerbattle_single TRAINER_LAURA, DewfordTown_Gym_Text_LauraPreBattle, DewfordTown_Gym_Text_LauraDefeat, DewfordTown_Gym_EventScript_LauraBrightenRoom
msgbox DewfordTown_Gym_Text_LauraPostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_EventScript_LauraBrightenRoom:: @ 81FC916
call DewfordTown_Gym_EventScript_BrightenRoom
2017-11-10 02:21:31 +01:00
release
end
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_EventScript_Brenden:: @ 81FC91D
trainerbattle_single TRAINER_BRENDEN, DewfordTown_Gym_Text_BrendenPreBattle, DewfordTown_Gym_Text_BrendenDefeat, DewfordTown_Gym_EventScript_BrendenBrightenRoom
msgbox DewfordTown_Gym_Text_BrendenPostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_EventScript_BrendenBrightenRoom:: @ 81FC938
call DewfordTown_Gym_EventScript_BrightenRoom
2017-11-10 02:21:31 +01:00
release
end
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_EventScript_Cristian:: @ 81FC93F
trainerbattle_single TRAINER_CRISTIAN, DewfordTown_Gym_Text_CristianPreBattle, DewfordTown_Gym_Text_CristianDefeat, DewfordTown_Gym_EventScript_CristianBrightenRoom
msgbox DewfordTown_Gym_Text_CristianPostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_EventScript_CristianBrightenRoom:: @ 81FC95A
call DewfordTown_Gym_EventScript_BrightenRoom
2017-11-10 02:21:31 +01:00
release
end
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_EventScript_Lilith:: @ 81FC961
trainerbattle_single TRAINER_LILITH, DewfordTown_Gym_Text_LilithPreBattle, DewfordTown_Gym_Text_LilithDefeat, DewfordTown_Gym_EventScript_LilithBrightenRoom
msgbox DewfordTown_Gym_Text_LilithPostBattle, MSGBOX_AUTOCLOSE
2017-11-10 02:21:31 +01:00
end
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_EventScript_LilithBrightenRoom:: @ 81FC97C
call DewfordTown_Gym_EventScript_BrightenRoom
2017-11-10 02:21:31 +01:00
release
end
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_EventScript_GymGuide:: @ 81FC983
2017-11-10 02:21:31 +01:00
lock
faceplayer
2019-10-11 23:25:07 +02:00
goto_if_set FLAG_DEFEATED_DEWFORD_GYM, DewfordTown_Gym_EventScript_GymGuidePostVictory
msgbox DewfordTown_Gym_Text_GymGuideAdvice, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_EventScript_GymGuidePostVictory:: @ 81FC998
msgbox DewfordTown_Gym_Text_GymGuidePostVictory, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_EventScript_LeftGymStatue:: @ 81FC9A2
2017-11-10 02:21:31 +01:00
lockall
2019-10-11 23:25:07 +02:00
goto_if_set FLAG_BADGE02_GET, DewfordTown_Gym_EventScript_GymStatueCertified
goto DewfordTown_Gym_EventScript_GymStatue
2017-11-10 02:21:31 +01:00
end
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_EventScript_RightGymStatue:: @ 81FC9B2
2017-11-10 02:21:31 +01:00
lockall
2019-10-11 23:25:07 +02:00
goto_if_set FLAG_BADGE02_GET, DewfordTown_Gym_EventScript_GymStatueCertified
goto DewfordTown_Gym_EventScript_GymStatue
2017-11-10 02:21:31 +01:00
end
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_EventScript_GymStatueCertified:: @ 81FC9C2
msgbox DewfordTown_Gym_Text_GymStatueCertified, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
releaseall
end
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_EventScript_GymStatue:: @ 81FC9CC
msgbox DewfordTown_Gym_Text_GymStatue, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
releaseall
end
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_Text_GymGuideAdvice: @ 81FC9D6
2018-12-07 16:41:08 +01:00
.string "Hey, how's it going, CHAMPION-\n"
2017-11-10 02:21:31 +01:00
.string "bound {PLAYER}?\p"
2018-12-07 16:41:08 +01:00
.string "DEWFORD's GYM LEADER BRAWLY commands\n"
2017-11-10 02:21:31 +01:00
.string "FIGHTING-type POKéMON.\p"
.string "Going against him with NORMAL-type\n"
.string "POKéMON is asking for trouble.\p"
.string "FIGHTING POKéMON will lay a serious\n"
.string "smack down on NORMAL POKéMON,\l"
.string "so be careful!\p"
2018-12-07 16:41:08 +01:00
.string "What's worse, the GYM is as dark as\n"
2017-11-10 02:21:31 +01:00
.string "the ocean floor.\p"
.string "But it will get brighter after defeating\n"
.string "the TRAINERS in your way.\p"
.string "Hey, okay, go for it!$"
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_Text_GymGuidePostVictory: @ 81FCB5C
2018-12-07 16:41:08 +01:00
.string "Whoah! It's turned too bright in here!\p"
2017-11-10 02:21:31 +01:00
.string "Your future is bright, too!$"
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_Text_TakaoPreBattle: @ 81FCB9F
2017-11-10 02:21:31 +01:00
.string "Might is right!\n"
.string "Come on!$"
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_Text_TakaoDefeat: @ 81FCBB8
2017-11-10 02:21:31 +01:00
.string "Not enough power…$"
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_Text_TakaoPostBattle: @ 81FCBCA
2017-11-10 02:21:31 +01:00
.string "Your skill overcame my strength!\n"
.string "Your technique is commendable!$"
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_Text_JocelynPreBattle: @ 81FCC0A
2018-12-07 16:41:08 +01:00
.string "There's no need for BRAWLY to be\n"
2017-11-10 02:21:31 +01:00
.string "involved!\p"
2018-12-07 16:41:08 +01:00
.string "I'll crush you!$"
2017-11-10 02:21:31 +01:00
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_Text_JocelynDefeat: @ 81FCC45
2017-11-10 02:21:31 +01:00
.string "But… How?\n"
.string "How could I lose so easily?$"
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_Text_JocelynPostBattle: @ 81FCC6B
2018-12-07 16:41:08 +01:00
.string "I'm not going to waste this loss.\n"
.string "I'll use it to motivate me to train!\p"
.string "One day I'll become a GYM LEADER…\p"
.string "No, I'll become the POKéMON LEAGUE\n"
2017-11-10 02:21:31 +01:00
.string "CHAMPION!$"
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_Text_LauraPreBattle: @ 81FCD01
2018-12-07 16:41:08 +01:00
.string "Don't you dare brush me off!\n"
.string "It's not my fault if you cry!$"
2017-11-10 02:21:31 +01:00
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_Text_LauraDefeat: @ 81FCD3C
2017-11-10 02:21:31 +01:00
.string "Waaaaaaah!\n"
.string "I lost!$"
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_Text_LauraPostBattle: @ 81FCD4F
2017-11-10 02:21:31 +01:00
.string "I battle in the dark to make my heart\n"
.string "stronger.\p"
2018-12-07 16:41:08 +01:00
.string "But because it's so dark, I can never\n"
.string "see BRAWLY's face…$"
2017-11-10 02:21:31 +01:00
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_Text_LilithPreBattle: @ 81FCDB8
2017-11-10 02:21:31 +01:00
.string "Ufufu…\n"
.string "Are you stumbling around in the dark?$"
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_Text_LilithDefeat: @ 81FCDE5
2017-11-10 02:21:31 +01:00
.string "Oh, you…\n"
2018-12-07 16:41:08 +01:00
.string "I don't want to know you!$"
2017-11-10 02:21:31 +01:00
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_Text_LilithPostBattle: @ 81FCE08
2017-11-10 02:21:31 +01:00
.string "You deserve to stay lost and end up\n"
.string "back at the entrance again!$"
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_Text_BrendenPreBattle: @ 81FCE48
2018-12-07 16:41:08 +01:00
.string "I'll show you the gumption of\n"
2017-11-10 02:21:31 +01:00
.string "a sailing man!$"
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_Text_BrendenDefeat: @ 81FCE75
2018-12-07 16:41:08 +01:00
.string "How'd this happen?\n"
.string "It's not like me to lose this way!$"
2017-11-10 02:21:31 +01:00
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_Text_BrendenPostBattle: @ 81FCEAB
2018-12-07 16:41:08 +01:00
.string "Oh, aye! You're worthy of seeing\n"
2017-11-10 02:21:31 +01:00
.string "our GYM LEADER.$"
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_Text_CristianPreBattle: @ 81FCEDC
2017-11-10 02:21:31 +01:00
.string "If you mean to pass, it has to be\n"
.string "through me!$"
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_Text_CristianDefeat: @ 81FCF0A
2017-11-10 02:21:31 +01:00
.string "Grrrrr!\n"
.string "Vastly overpowered!$"
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_Text_CristianPostBattle: @ 81FCF26
2017-11-10 02:21:31 +01:00
.string "You win!\n"
.string "Go after that BADGE!$"
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_Text_BrawlyPreBattle: @ 81FCF44
2018-12-07 16:41:08 +01:00
.string "I'm BRAWLY!\n"
.string "DEWFORD's GYM LEADER!\p"
.string "I've been churned in the rough waves\n"
.string "of these parts, and I've grown tough\l"
2017-11-10 02:21:31 +01:00
.string "in the pitch-black cave!\p"
.string "So you wanted to challenge me?\n"
2018-12-07 16:41:08 +01:00
.string "Let me see what you're made of!$"
2017-11-10 02:21:31 +01:00
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_Text_BrawlyDefeat: @ 81FD008
2017-11-10 02:21:31 +01:00
.string "Whoah, wow! You made a much bigger\n"
.string "splash than I expected!\p"
.string "You swamped me!\p"
2018-12-07 16:41:08 +01:00
.string "Okay, you've got me.\n"
2017-11-10 02:21:31 +01:00
.string "Take this GYM BADGE!$"
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_Text_ReceivedKnuckleBadge: @ 81FD07D
2017-11-10 02:21:31 +01:00
.string "{PLAYER} received the KNUCKLE BADGE\n"
.string "from BRAWLY.$"
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_Text_KnuckleBadgeInfoTakeThis: @ 81FD0A8
2017-11-10 02:21:31 +01:00
.string "The KNUCKLE BADGE makes all POKéMON\n"
.string "up to Level 30, even those you get in\l"
.string "trades, obey without question.\p"
2018-12-07 16:41:08 +01:00
.string "And, you'll be able to use the HM move\n"
2017-11-10 02:21:31 +01:00
.string "FLASH outside of battle.\p"
2018-12-07 16:41:08 +01:00
.string "If you'd like, use this TECHNICAL\n"
2017-11-10 02:21:31 +01:00
.string "MACHINE, too.$"
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_Text_ExplainBulkUp: @ 81FD181
2017-11-10 02:21:31 +01:00
.string "That TM08 contains BULK UP.\p"
2018-12-07 16:41:08 +01:00
.string "It's a move that raises both ATTACK\n"
2017-11-10 02:21:31 +01:00
.string "and DEFENSE stats.\p"
.string "… … … … … …$"
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_Text_RegisteredBrawly: @ 81FD1E0
2017-11-10 02:21:31 +01:00
.string "Registered GYM LEADER BRAWLY\n"
.string "in the POKéNAV.$"
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_Text_BrawlyPostBattle: @ 81FD20D
2017-11-10 02:21:31 +01:00
.string "I can see your talent becoming a giant\n"
.string "wave to cause a storm of astonishment\l"
.string "among TRAINERS one day!$"
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_Text_GymStatue: @ 81FD272
2017-11-10 02:21:31 +01:00
.string "DEWFORD TOWN POKéMON GYM$"
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_Text_GymStatueCertified: @ 81FD28B
2017-11-10 02:21:31 +01:00
.string "DEWFORD TOWN POKéMON GYM\p"
2018-12-07 16:41:08 +01:00
.string "BRAWLY'S CERTIFIED TRAINERS:\n"
2017-11-10 02:21:31 +01:00
.string "{PLAYER}$"
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_Text_BrawlyPreRematch: @ 81FD2C4
2017-11-10 02:21:31 +01:00
.string "BRAWLY: A wave may draw back, but it\n"
.string "always returns to the shore.\p"
.string "A giant wave of a talent like you…\n"
.string "I knew you would return!\p"
.string "Show me how much higher\n"
2018-12-07 16:41:08 +01:00
.string "you've gone!$"
2017-11-10 02:21:31 +01:00
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_Text_BrawlyRematchDefeat: @ 81FD367
2017-11-10 02:21:31 +01:00
.string "Wow!\n"
.string "Swamped again!$"
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_Text_BrawlyPostRematch: @ 81FD37B
2018-12-07 16:41:08 +01:00
.string "BRAWLY: Battling is vast and it's deep.\n"
.string "You can't see the bottom.\l"
.string "It's just like the sea of HOENN!$"
2017-11-10 02:21:31 +01:00
2019-10-11 23:25:07 +02:00
DewfordTown_Gym_Text_BrawlyRematchNeedTwoMons: @ 81FD3DE
2017-11-10 02:21:31 +01:00
.string "BRAWLY: A wave may draw back, but it\n"
.string "always returns to the shore.\p"
.string "A giant wave of a talent like you…\n"
.string "I knew you would return!\p"
.string "Oh? You only have one POKéMON\n"
.string "that can battle.\p"
2018-12-07 16:41:08 +01:00
.string "I'm sorry, but I'd like you to come back\n"
2017-11-10 02:21:31 +01:00
.string "with at least two POKéMON.$"