Port librfu from firered

This commit is contained in:
PikalaxALT
2020-02-16 13:49:36 -05:00
parent ac1738e11d
commit 91dd7f5cc3
32 changed files with 7005 additions and 6967 deletions
+1 -1
View File
@@ -2913,7 +2913,7 @@ bool32 sub_808766C(void)
static u32 GetLinkSendQueueLength(void)
{
if (gWirelessCommType != 0)
return gUnknown_03005000.unk_9e8.unk_232;
return Rfu.unk_9e8.unk_232;
else
return gLink.sendQueue.count;
}