summaryrefslogtreecommitdiff
path: root/include/d/d_timer.h
diff options
context:
space:
mode:
authorPheenoh <pheenoh@gmail.com>2022-12-22 00:03:31 -0700
committerPheenoh <pheenoh@gmail.com>2022-12-22 00:03:31 -0700
commitc4ed589f23cc04582596132bcbce2bfabdfee3cd (patch)
treec2058386fe8ac63a68f828832ddc08a3af80ebe3 /include/d/d_timer.h
parent5e997de2c1e7b6e841ccaf7d39e70f30f3eb5f67 (diff)
dTimer_c::stock_start
Diffstat (limited to 'include/d/d_timer.h')
-rw-r--r--include/d/d_timer.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/include/d/d_timer.h b/include/d/d_timer.h
index a70cac2145..83e18046d5 100644
--- a/include/d/d_timer.h
+++ b/include/d/d_timer.h
@@ -23,7 +23,9 @@ private:
/* 0x154 */ int mTimerMode;
/* 0x158 */ u8 field_0x158[12];
/* 0x164 */ u8 mSeIdx;
- /* 0x165 */ u8 field_0x165[7];
+ /* 0x165 */ u8 field_0x165[3];
+ /* 0x168 */ s16 field_0x168;
+ /* 0x16A */ u8 field_0x16A[2];
/* 0x16C */ u8 mDeleteCheck;
public:
@@ -34,8 +36,8 @@ public:
/* 8025D524 */ int deleteCheck();
/* 8025D618 */ void start(int, s16);
/* 8025D538 */ void start(int);
- /* 8025D7C0 */ void stock_start(s16);
- /* 8025D708 */ void stock_start();
+ /* 8025D7C0 */ int stock_start(s16);
+ /* 8025D708 */ bool stock_start();
/* 8025D7E8 */ void stop(u8);
/* 8025D86C */ void restart(u8);
/* 8025D920 */ void end(int);