diff options
| author | Prakxo <87568477+Prakxo@users.noreply.github.com> | 2023-11-23 18:03:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-23 10:03:30 -0700 |
| commit | e1fcb33cef0b8e58ce3cecc2977921e685f129ba (patch) | |
| tree | 2bdf6a246b02e0863efb24925293d916174e58bc /include/lb_rtc.h | |
| parent | bd8169465a20a324436c4ead9a750d869a17131b (diff) | |
The NPC PR 3/3 OK (#119)
* npc werk
* atleast it builds
* m_npc OK
* forgor format
* review
* format
* fix warns?
Diffstat (limited to 'include/lb_rtc.h')
| -rw-r--r-- | include/lb_rtc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lb_rtc.h b/include/lb_rtc.h index 1394b30..594f979 100644 --- a/include/lb_rtc.h +++ b/include/lb_rtc.h @@ -116,7 +116,7 @@ s32 lbRTC_IsOverTime(const lbRTC_time_c* t0, const lbRTC_time_c* t1); s32 lbRTC_IsJustAtRTC(const lbRTC_time_c* time, s32 flags); s32 lbRTC_IsOverRTC(const lbRTC_time_c* time); s32 lbRTC_IsOverWeekRTC(const lbRTC_time_c* t0, lbRTC_weekday_t week); -void func_800D5480_jp(lbRTC_time_c* t0, lbRTC_time_c* t1); +s32 lbRTC_IntervalTime(lbRTC_time_c* t0, lbRTC_time_c* t1); s32 lbRTC_GetIntervalDays(const lbRTC_time_c* t0, const lbRTC_time_c* t1); void lbRTC_Add_YY(lbRTC_time_c* time, s32 years); void lbRTC_Add_MM(lbRTC_time_c* time, s32 month); |
