diff options
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; |