diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-01-15 13:54:06 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-01-15 13:54:06 -0500 |
commit | e03a61e239e69a949bd9c6e844654d32447ae6ae (patch) | |
tree | 1cab3cd42ce6914132f1f44c2f350ad7c8db19ea /src/main.c | |
parent | 3170b753442da34dbdff6f141f0d2223973c0e83 (diff) |
Use librfu consts in 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; |