From e03a61e239e69a949bd9c6e844654d32447ae6ae Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Wed, 15 Jan 2020 13:54:06 -0500 Subject: Use librfu consts in link_rfu_*.c --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.c') 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; -- cgit v1.2.3