diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-01-16 09:19:09 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-16 09:19:09 -0500 |
commit | 0bc479db34154988c6322bf5f2bb6d48556f62c3 (patch) | |
tree | bf67a4d816f6e6cf7d862cdc67c92f183be0a70f /src/main.c | |
parent | 3170b753442da34dbdff6f141f0d2223973c0e83 (diff) | |
parent | 0727b0ffd3f1854e1cc64d59a304d8c33cbbccb7 (diff) |
Merge pull request #224 from PikalaxALT/doc_link_rfu
Document link_rfu_*.c
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index 5d2db95be..336584ab3 100644 --- a/src/main.c +++ b/src/main.c @@ -352,7 +352,7 @@ static void VBlankIntr(void) sub_800DD28(); Random(); - sub_80FCF34(); + UpdateWirelessStatusIndicatorSprite(); INTR_CHECK |= INTR_FLAG_VBLANK; gMain.intrCheck |= INTR_FLAG_VBLANK; |