diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-11-18 00:32:28 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-11-18 01:47:58 -0500 |
commit | c89dfd9f5618eef74f2d39d7c1ea3a5a5448ed8e (patch) | |
tree | 5143b9ee26928e9a75999cc587c62f8323eb22bf /data/scripts | |
parent | b5b5d95de64a00d3d9dce395100808406f50b0ed (diff) |
Finish updating macro comments
Diffstat (limited to 'data/scripts')
-rw-r--r-- | data/scripts/cable_club.inc | 2 | ||||
-rw-r--r-- | data/scripts/trainer_battle.inc | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/data/scripts/cable_club.inc b/data/scripts/cable_club.inc index 790871d14..fa4d67da7 100644 --- a/data/scripts/cable_club.inc +++ b/data/scripts/cable_club.inc @@ -28,7 +28,7 @@ CableClub_EventScript_MysteryGiftMan:: end CableClub_EventScript_TryWonderCardScript:: - gotowondercardscript + trywondercardscript CableClub_EventScript_MysteryGiftThankYou:: msgbox gText_ThankYouForAccessingMysteryGift, MSGBOX_NPC end diff --git a/data/scripts/trainer_battle.inc b/data/scripts/trainer_battle.inc index 0528c815c..38cf63281 100644 --- a/data/scripts/trainer_battle.inc +++ b/data/scripts/trainer_battle.inc @@ -50,7 +50,7 @@ EventScript_DoNoIntroTrainerBattle:: applymovement VAR_LAST_TALKED, Movement_RevealTrainer waitmovement 0 special PlayTrainerEncounterMusic - trainerbattlebegin + dotrainerbattle gotopostbattlescript EventScript_TryDoRematchBattle:: @@ -117,7 +117,7 @@ EventScript_ShowTrainerIntroMsg:: goto EventScript_DoTrainerBattle EventScript_DoTrainerBattle:: - trainerbattlebegin + dotrainerbattle @ Below battle mode check only needed in FRLG specialvar VAR_RESULT, GetTrainerBattleMode compare VAR_RESULT, TRAINER_BATTLE_SINGLE |