diff options
author | camthesaxman <cameronghall@cox.net> | 2018-02-06 22:41:43 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2018-02-06 22:41:43 -0600 |
commit | 843c7016bbfe4c3a0d93a74b17ec43da98f49b2d (patch) | |
tree | 9b8683ac8e6748ae048823a662c4683784431e54 /include/rtc.h | |
parent | 4ddd59b4cae97d152b08c49516641fb176095882 (diff) |
decompile debug code in reset_rtc_screen.c
Diffstat (limited to 'include/rtc.h')
-rw-r--r-- | include/rtc.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |