diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-03-03 14:47:14 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-03-03 14:47:14 -0500 |
commit | b6c9ad505ddac0936aa3365dfdd2f834b7aeda51 (patch) | |
tree | abb1db3ebe216e2bcfbc4687f082ae3d316f9024 /include/event_scripts.h | |
parent | 07da4225c3b911c511d055ac1c14feee995eda26 (diff) |
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[]; |