Minor fixes in trainer_battle.inc

This commit is contained in:
GriffinR
2020-03-03 14:47:14 -05:00
parent 07da4225c3
commit b6c9ad505d
3 changed files with 6 additions and 7 deletions

View File

@@ -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[];