diff options
author | YamaArashi <shadow962@live.com> | 2016-09-20 20:18:00 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-09-20 20:18:00 -0700 |
commit | 8805b045034d9dcc687a178881b94bc6d87f035d (patch) | |
tree | 82d8f5bbf5e0c37292263b29ec99d596e980f06c /src/rtc.c | |
parent | 0b2a61e5d84e8a9950004c8d76ad8556e334f6c4 (diff) |
decompile more script functions
Diffstat (limited to 'src/rtc.c')
-rw-r--r-- | src/rtc.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -9,9 +9,6 @@ static struct SiiRtcInfo sRtc; static u8 sProbeResult; static u16 sSavedIme; -// TODO: Define this in C. Gas prevents it from working at the moment. -extern struct Time gLocalTime; - static const struct SiiRtcInfo sRtcDummy = {0, MONTH_JAN, 1}; // 2000 Jan 1 static const s32 sNumDaysInMonths[12] = |