diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-04-13 09:17:12 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-04-13 09:17:12 -0400 |
commit | 627402560c9445e55d8cf29a0fa5c8879fd8b7e0 (patch) | |
tree | 0aa81c04c36420104b474897ff1de76b2b8ef38c /src/menu_helpers.c | |
parent | 03b4ea32a9af67e6afb954cc44ff0c2768b86091 (diff) |
Name remaining symbols in pokemon_summary_screen.c
Diffstat (limited to 'src/menu_helpers.c')
-rw-r--r-- | src/menu_helpers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/menu_helpers.c b/src/menu_helpers.c index 01ea44ae5..a64a4a0cd 100644 --- a/src/menu_helpers.c +++ b/src/menu_helpers.c @@ -132,7 +132,7 @@ bool8 sub_80BF748(void) { if (MenuHelpers_CallLinkSomething() == TRUE) return TRUE; - else if (sub_800B270() != TRUE) + else if (LinkRecvQueueLengthMoreThan2() != TRUE) return FALSE; else return TRUE; |