summaryrefslogtreecommitdiff
path: root/include/d/d_timer.h
diff options
context:
space:
mode:
authorPheenoh <pheenoh@gmail.com>2022-12-22 01:25:35 -0700
committerPheenoh <pheenoh@gmail.com>2022-12-22 01:25:35 -0700
commit8518811226ff79bf31d8a9df446854bb53ef1614 (patch)
treecb1c826e461ae75b4f3d694e2b88b9fa85700a05 /include/d/d_timer.h
parent09cf836d6ef392356efc3c1e87e254900d7bdc28 (diff)
dTimer_c::isStart
Diffstat (limited to 'include/d/d_timer.h')
-rw-r--r--include/d/d_timer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/d/d_timer.h b/include/d/d_timer.h
index 720297f2c5..69f7499c9e 100644
--- a/include/d/d_timer.h
+++ b/include/d/d_timer.h
@@ -20,7 +20,7 @@ private:
/* 0x120 */ u8 field_0x120[16];
/* 0x130 */ OSTime mTime3;
/* 0x138 */ OSTime mTime5;
- /* 0x140 */ OSTime mTime4;
+ /* 0x140 */ OSTime mLimitTime;
/* 0x148 */ u8 field_0x148[12];
/* 0x154 */ int mTimerMode;
/* 0x158 */ u8 field_0x158[12];
@@ -47,8 +47,8 @@ public:
/* 8025D9E0 */ int deleteRequest();
/* 8025D9F0 */ int getTimeMs();
/* 8025DA54 */ int getLimitTimeMs();
- /* 8025DA9C */ void getRestTimeMs();
- /* 8025DB10 */ void isStart();
+ /* 8025DA9C */ int getRestTimeMs();
+ /* 8025DB10 */ int isStart();
/* 802613DC */ void createGetIn(cXyz);
};