diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-03-31 18:59:52 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-03-31 18:59:52 -0400 |
commit | ade01833781ee8a8057f2b2945095bababb2e639 (patch) | |
tree | 8c1ad4182225c08ca6c5e063c487fda5193afd4a /src/script_pokemon_util_80F87D8.c | |
parent | 6d70b8adb194b1939f41e0f5cc3d9c480b2ee45b (diff) |
Document mystery_gift
Diffstat (limited to 'src/script_pokemon_util_80F87D8.c')
-rwxr-xr-x | src/script_pokemon_util_80F87D8.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script_pokemon_util_80F87D8.c b/src/script_pokemon_util_80F87D8.c index 7d6020c7a..7e4c14531 100755 --- a/src/script_pokemon_util_80F87D8.c +++ b/src/script_pokemon_util_80F87D8.c @@ -488,7 +488,7 @@ void sub_80F910C(void) if (gIsLinkContest & 2) { if (gReceivedRemoteLinkPlayers) - sub_800E084(); + DestroyWirelessStatusIndicatorSprite(); } } |