diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-02-02 00:24:16 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-02 00:24:16 -0500 |
commit | 64460e01aede2bbcaa8d1dd18dd3fab590fa4a6e (patch) | |
tree | 58be3a15322f5c0972b71525f5cd22149bb67696 /src/main.c | |
parent | 7e26aa3d21f55e1375bfde6ffbc70210170fdc37 (diff) | |
parent | 3fd5e143a986334985c2c786c324663dbba2db9b (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.c | 2 |
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(); |