Name remaining symbols in pokemon_summary_screen.c

This commit is contained in:
PikalaxALT
2021-04-13 09:17:12 -04:00
parent 03b4ea32a9
commit 627402560c
8 changed files with 238 additions and 237 deletions
+1 -1
View File
@@ -1709,7 +1709,7 @@ u32 GetLinkRecvQueueLength(void)
return gLink.recvQueue.count;
}
bool32 sub_800B270(void)
bool32 LinkRecvQueueLengthMoreThan2(void)
{
if (GetLinkRecvQueueLength() > 2)
{