From 843c7016bbfe4c3a0d93a74b17ec43da98f49b2d Mon Sep 17 00:00:00 2001 From: camthesaxman Date: Tue, 6 Feb 2018 22:41:43 -0600 Subject: decompile debug code in reset_rtc_screen.c --- include/rtc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/rtc.h') diff --git a/include/rtc.h b/include/rtc.h index fdc5ad709..e117cf753 100644 --- a/include/rtc.h +++ b/include/rtc.h @@ -44,5 +44,6 @@ void RtcInitLocalTimeOffset(s32 hour, s32 minute); void RtcCalcLocalTimeOffset(s32 days, s32 hours, s32 minutes, s32 seconds); void CalcTimeDifference(struct Time *result, struct Time *t1, struct Time *t2); u32 RtcGetMinuteCount(void); +void debug_sub_8009894(u8 *); #endif // GUARD_RTC_UTIL_H -- cgit v1.2.3