summaryrefslogtreecommitdiff
path: root/include/event_scripts.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-03-03 14:47:14 -0500
committerGriffinR <griffin.g.richards@gmail.com>2020-03-03 14:47:14 -0500
commitb6c9ad505ddac0936aa3365dfdd2f834b7aeda51 (patch)
treeabb1db3ebe216e2bcfbc4687f082ae3d316f9024 /include/event_scripts.h
parent07da4225c3b911c511d055ac1c14feee995eda26 (diff)
Minor fixes in trainer_battle.inc
Diffstat (limited to 'include/event_scripts.h')
-rw-r--r--include/event_scripts.h2
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[];