summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-02-02 00:24:16 -0500
committerGitHub <noreply@github.com>2021-02-02 00:24:16 -0500
commit64460e01aede2bbcaa8d1dd18dd3fab590fa4a6e (patch)
tree58be3a15322f5c0972b71525f5cd22149bb67696 /src/main.c
parent7e26aa3d21f55e1375bfde6ffbc70210170fdc37 (diff)
parent3fd5e143a986334985c2c786c324663dbba2db9b (diff)
Merge pull request #1314 from GriffinRichards/doc-controllers
Document battle controllers, misc other battle
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 992d23ead..8d6bd94fa 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();