Merge pull request #1314 from GriffinRichards/doc-controllers

Document battle controllers, misc other battle
This commit is contained in:
GriffinR
2021-02-02 00:24:16 -05:00
committed by GitHub
56 changed files with 1676 additions and 1605 deletions

View File

@@ -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();