From ba4847e9cc2514fd722d45e54f7af87ee9de5bbd Mon Sep 17 00:00:00 2001 From: TakaRikka <38417346+TakaRikka@users.noreply.github.com> Date: Thu, 7 Mar 2024 19:23:18 -0800 Subject: d_a_shop_item, d_a_b_go, d_a_b_gos OK (#2085) * d_a_shop_item OK * d_a_b_go OK * d_a_b_gos OK * remove asm * some work on d_a_b_oh / d_a_b_zant_sima * d_a_startAndGoal done --- src/d/d_timer.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/d/d_timer.cpp') diff --git a/src/d/d_timer.cpp b/src/d/d_timer.cpp index 0a0ecf4b44..3e72d130ea 100644 --- a/src/d/d_timer.cpp +++ b/src/d/d_timer.cpp @@ -480,7 +480,7 @@ int dTimer_c::getRestTimeMs() { } /* 8025DB10-8025DB38 258450 0028+00 1/1 0/0 4/4 .text isStart__8dTimer_cFv */ -int dTimer_c::isStart() { +u8 dTimer_c::isStart() { if (field_0x16A != 1 && m_mode == 4) { return 1; } @@ -1618,7 +1618,7 @@ static int dTimer_createStart2D(s32 param_0, u16 param_1) { } /* 802611F0-80261244 25BB30 0054+00 0/0 0/0 5/5 .text dTimer_isStart__Fv */ -int dTimer_isStart() { +u8 dTimer_isStart() { if (dComIfG_getTimerPtr() != NULL) { return dComIfG_getTimerPtr()->isStart(); } @@ -1650,7 +1650,7 @@ void dTimer_hide() { } /* 80261340-80261394 25BC80 0054+00 0/0 0/0 1/1 .text dTimer_isReadyFlag__Fv */ -u32 dTimer_isReadyFlag() { +u8 dTimer_isReadyFlag() { if (dComIfG_getTimerPtr() != NULL) { return dComIfG_getTimerPtr()->isReadyFlag(); } -- cgit v1.2.3