diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-01-22 02:48:22 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-01-22 02:48:22 -0500 |
commit | 4eca05ccf5cce480e8018527798d3632ee43e551 (patch) | |
tree | 3b509e73a5f17f9169c372f6ce74bf96724f6758 /src/main.c | |
parent | 8fe4d004e369ee8378f4295b0e3926fbe9df7627 (diff) |
Document remainder of battle_controllers.c
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index f0ad4ce94..854100a78 100644 --- a/src/main.c +++ b/src/main.c @@ -350,7 +350,7 @@ static void VBlankIntr(void) gPcmDmaCounter = gSoundInfo.pcmDmaCounter; m4aSoundMain(); - sub_8033648(); + TryReceiveLinkBattleData(); if (!gMain.inBattle || !(gBattleTypeFlags & (BATTLE_TYPE_LINK | BATTLE_TYPE_FRONTIER | BATTLE_TYPE_RECORDED))) Random(); |