diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-07-20 15:18:31 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-07-20 15:18:31 -0400 |
commit | 06351bf63c791c3390edb9968effcfbadbd63fbe (patch) | |
tree | 20d294167a8a2e023c8d163e3c66491ed6e717e1 /data/maps/Route121/scripts.inc | |
parent | bea170e8e9555fb6941a952e939277b5bdd3459b (diff) |
Remove address comments
Diffstat (limited to 'data/maps/Route121/scripts.inc')
-rw-r--r-- | data/maps/Route121/scripts.inc | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/data/maps/Route121/scripts.inc b/data/maps/Route121/scripts.inc index 6dc93cf6b..3bd0a42ee 100644 --- a/data/maps/Route121/scripts.inc +++ b/data/maps/Route121/scripts.inc @@ -2,22 +2,22 @@ .set LOCALID_GRUNT_2, 13 .set LOCALID_GRUNT_3, 14 -Route121_MapScripts:: @ 81F5DFC +Route121_MapScripts:: .byte 0 -Route121_EventScript_Woman:: @ 81F5DFD +Route121_EventScript_Woman:: msgbox Route121_Text_AheadLoomsMtPyre, MSGBOX_NPC end -Route121_EventScript_MtPyrePierSign:: @ 81F5E06 +Route121_EventScript_MtPyrePierSign:: msgbox Route121_Text_MtPyrePierSign, MSGBOX_SIGN end -Route121_EventScript_SafariZoneSign:: @ 81F5E0F +Route121_EventScript_SafariZoneSign:: msgbox Route121_Text_SafariZoneSign, MSGBOX_SIGN end -Route121_EventScript_AquaGruntsMoveOut:: @ 81F5E18 +Route121_EventScript_AquaGruntsMoveOut:: lockall playbgm MUS_ENCOUNTER_AQUA, FALSE applymovement LOCALID_GRUNT_2, Common_Movement_WalkInPlaceRight @@ -36,7 +36,7 @@ Route121_EventScript_AquaGruntsMoveOut:: @ 81F5E18 releaseall end -Route121_Movement_Grunt1Exit: @ 81F5E59 +Route121_Movement_Grunt1Exit: walk_down walk_down walk_down @@ -47,7 +47,7 @@ Route121_Movement_Grunt1Exit: @ 81F5E59 walk_down step_end -Route121_Movement_Grunt2Exit: @ 81F5E62 +Route121_Movement_Grunt2Exit: walk_down walk_down walk_down @@ -58,7 +58,7 @@ Route121_Movement_Grunt2Exit: @ 81F5E62 walk_down step_end -Route121_Movement_Grunt3Exit: @ 81F5E6B +Route121_Movement_Grunt3Exit: walk_down walk_down walk_down @@ -69,12 +69,12 @@ Route121_Movement_Grunt3Exit: @ 81F5E6B walk_down step_end -Route121_EventScript_Vanessa:: @ 81F5E74 +Route121_EventScript_Vanessa:: trainerbattle_single TRAINER_VANESSA, Route121_Text_VanessaIntro, Route121_Text_VanessaDefeat msgbox Route121_Text_VanessaPostBattle, MSGBOX_AUTOCLOSE end -Route121_EventScript_Walter:: @ 81F5E8B +Route121_EventScript_Walter:: trainerbattle_single TRAINER_WALTER_1, Route121_Text_WalterIntro, Route121_Text_WalterDefeat, Route121_EventScript_RegisterWalter specialvar VAR_RESULT, ShouldTryRematchBattle compare VAR_RESULT, TRUE @@ -83,7 +83,7 @@ Route121_EventScript_Walter:: @ 81F5E8B release end -Route121_EventScript_RegisterWalter:: @ 81F5EB7 +Route121_EventScript_RegisterWalter:: special PlayerFaceTrainerAfterBattle waitmovement 0 msgbox Route121_Text_WalterRegister, MSGBOX_DEFAULT @@ -91,27 +91,27 @@ Route121_EventScript_RegisterWalter:: @ 81F5EB7 release end -Route121_EventScript_RematchWalter:: @ 81F5ED6 +Route121_EventScript_RematchWalter:: trainerbattle_rematch TRAINER_WALTER_1, Route121_Text_WalterRematchIntro, Route121_Text_WalterRematchDefeat msgbox Route121_Text_WalterPostRematch, MSGBOX_AUTOCLOSE end -Route121_EventScript_Tammy:: @ 81F5EED +Route121_EventScript_Tammy:: trainerbattle_single TRAINER_TAMMY, Route121_Text_TammyIntro, Route121_Text_TammyDefeat msgbox Route121_Text_TammyPostBattle, MSGBOX_AUTOCLOSE end -Route121_EventScript_Kate:: @ 81F5F04 +Route121_EventScript_Kate:: trainerbattle_double TRAINER_KATE_AND_JOY, Route121_Text_KateIntro, Route121_Text_KateDefeat, Route121_Text_KateNotEnoughMons msgbox Route121_Text_KatePostBattle, MSGBOX_AUTOCLOSE end -Route121_EventScript_Joy:: @ 81F5F1F +Route121_EventScript_Joy:: trainerbattle_double TRAINER_KATE_AND_JOY, Route121_Text_JoyIntro, Route121_Text_JoyDefeat, Route121_Text_JoyNotEnoughMons msgbox Route121_Text_JoyPostBattle, MSGBOX_AUTOCLOSE end -Route121_EventScript_Jessica:: @ 81F5F3A +Route121_EventScript_Jessica:: trainerbattle_single TRAINER_JESSICA_1, Route121_Text_JessicaIntro, Route121_Text_JessicaDefeat, Route121_EventScript_RegisterJessica specialvar VAR_RESULT, ShouldTryRematchBattle compare VAR_RESULT, TRUE @@ -120,7 +120,7 @@ Route121_EventScript_Jessica:: @ 81F5F3A release end -Route121_EventScript_RegisterJessica:: @ 81F5F66 +Route121_EventScript_RegisterJessica:: special PlayerFaceTrainerAfterBattle waitmovement 0 msgbox Route121_Text_JessicaRegister, MSGBOX_DEFAULT @@ -128,32 +128,32 @@ Route121_EventScript_RegisterJessica:: @ 81F5F66 release end -Route121_EventScript_RematchJessica:: @ 81F5F85 +Route121_EventScript_RematchJessica:: trainerbattle_rematch TRAINER_JESSICA_1, Route121_Text_JessicaRematchIntro, Route121_Text_JessicaRematchDefeat msgbox Route121_Text_JessicaPostRematch, MSGBOX_AUTOCLOSE end -Route121_EventScript_Cale:: @ 81F5F9C +Route121_EventScript_Cale:: trainerbattle_single TRAINER_CALE, Route121_Text_CaleIntro, Route121_Text_CaleDefeat msgbox Route121_Text_CalePostBattle, MSGBOX_AUTOCLOSE end -Route121_EventScript_Myles:: @ 81F5FB3 +Route121_EventScript_Myles:: trainerbattle_single TRAINER_MYLES, Route121_Text_MylesIntro, Route121_Text_MylesDefeat msgbox Route121_Text_MylesPostBattle, MSGBOX_AUTOCLOSE end -Route121_EventScript_Pat:: @ 81F5FCA +Route121_EventScript_Pat:: trainerbattle_single TRAINER_PAT, Route121_Text_PatIntro, Route121_Text_PatDefeat msgbox Route121_Text_PatPostBattle, MSGBOX_AUTOCLOSE end -Route121_EventScript_Marcel:: @ 81F5FE1 +Route121_EventScript_Marcel:: trainerbattle_single TRAINER_MARCEL, Route121_Text_MarcelIntro, Route121_Text_MarcelDefeat msgbox Route121_Text_MarcelPostBattle, MSGBOX_AUTOCLOSE end -Route121_EventScript_Cristin:: @ 81F5FF8 +Route121_EventScript_Cristin:: trainerbattle_single TRAINER_CRISTIN_1, Route121_Text_CristinIntro, Route121_Text_CristinDefeat, Route121_EventScript_RegisterCristin specialvar VAR_RESULT, ShouldTryRematchBattle compare VAR_RESULT, TRUE @@ -162,7 +162,7 @@ Route121_EventScript_Cristin:: @ 81F5FF8 release end -Route121_EventScript_RegisterCristin:: @ 81F6024 +Route121_EventScript_RegisterCristin:: special PlayerFaceTrainerAfterBattle waitmovement 0 msgbox Route121_Text_CristinRegister, MSGBOX_DEFAULT @@ -170,26 +170,26 @@ Route121_EventScript_RegisterCristin:: @ 81F6024 release end -Route121_EventScript_RematchCristin:: @ 81F6043 +Route121_EventScript_RematchCristin:: trainerbattle_rematch TRAINER_CRISTIN_1, Route121_Text_CristinRematchIntro, Route121_Text_CristinRematchDefeat msgbox Route121_Text_CristinPostRematch, MSGBOX_AUTOCLOSE end -Route121_Text_OkayMoveOutToMtPyre: @ 81F605A +Route121_Text_OkayMoveOutToMtPyre: .string "Okay!\n" .string "We're to move out to MT. PYRE!$" -Route121_Text_AheadLoomsMtPyre: @ 81F607F +Route121_Text_AheadLoomsMtPyre: .string "Ahead looms MT. PYRE…\p" .string "It is a natural monument to the spirits \n" .string "of departed POKéMON…$" -Route121_Text_MtPyrePierSign: @ 81F60D3 +Route121_Text_MtPyrePierSign: .string "MT. PYRE PIER\p" .string "…The sign is old and worn out.\n" .string "The words are barely legible…$" -Route121_Text_SafariZoneSign: @ 81F611E +Route121_Text_SafariZoneSign: .string "“Filled with rare POKéMON!”\n" .string "SAFARI ZONE$" |