Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Functions | |
asm OSTime | OSGetTime (void) |
asm OSTick | OSGetTick (void) |
OSTime | __OSGetSystemTime (void) |
OSTime | __OSTimeToSystemTime (OSTime time) |
static BOOL | IsLeapYear (s32 year) |
static s32 | GetYearDays (s32 year, s32 mon) |
static s32 | GetLeapDays (s32 year) |
static void | GetDates (s32 days, OSCalendarTime *cal) |
void | OSTicksToCalendarTime (OSTime ticks, OSCalendarTime *td) |
Variables | |
static s32 | YearDays [] |
static s32 | LeapYearDays [] |
|
static |
void OSTicksToCalendarTime | ( | OSTime | ticks, |
OSCalendarTime * | td | ||
) |
|
static |
|
static |