diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-03-03 15:56:28 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-03 15:56:28 -0500 |
commit | 0eae6d0d07997b8a3f7c8b68ddc4077534a814a6 (patch) | |
tree | abb1db3ebe216e2bcfbc4687f082ae3d316f9024 /include/event_scripts.h | |
parent | 07da4225c3b911c511d055ac1c14feee995eda26 (diff) | |
parent | b6c9ad505ddac0936aa3365dfdd2f834b7aeda51 (diff) |
Merge pull request #992 from GriffinRichards/fix-trainerbattle
Minor fixes in trainer_battle.inc
Diffstat (limited to 'include/event_scripts.h')
-rw-r--r-- | include/event_scripts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/event_scripts.h b/include/event_scripts.h index a56ab89e0..d147dd4f1 100644 --- a/include/event_scripts.h +++ b/include/event_scripts.h @@ -4,7 +4,7 @@ extern const u8 EventScript_TestSignpostMsg[]; extern const u8 EventScript_TryGetTrainerScript[]; extern const u8 EventScript_271354[]; -extern const u8 EventScript_DoTainerBattle[]; +extern const u8 EventScript_DoNoIntroTrainerBattle[]; extern const u8 EventScript_TryDoDoubleTrainerBattle[]; extern const u8 EventScript_TryDoNormalTrainerBattle[]; extern const u8 EventScript_TryDoDoubleRematchBattle[]; |