summaryrefslogtreecommitdiff
path: root/src/battle_controllers.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/battle_controllers.c')
-rw-r--r--src/battle_controllers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_controllers.c b/src/battle_controllers.c
index 9b8ed77e8..a0495ac15 100644
--- a/src/battle_controllers.c
+++ b/src/battle_controllers.c
@@ -45,7 +45,7 @@ void SetUpBattleVars(void)
{
s32 i;
- gBattleMainFunc = nullsub_12;
+ gBattleMainFunc = BattleDummy;
for (i = 0; i < MAX_BATTLERS_COUNT; ++i)
{
gBattlerControllerFuncs[i] = PlayerDummy;