Sync link_rfu_2.c

This commit is contained in:
GriffinR
2020-06-06 16:46:19 -04:00
parent 3f97763181
commit e6f5c4f264
18 changed files with 1296 additions and 1238 deletions

View File

@@ -2913,7 +2913,7 @@ bool32 sub_808766C(void)
static u32 GetLinkSendQueueLength(void)
{
if (gWirelessCommType != 0)
return Rfu.unk_9e8.unk_232;
return Rfu.sendQueue.count;
else
return gLink.sendQueue.count;
}