summaryrefslogtreecommitdiff
path: root/src/d/d_com_static.cpp
diff options
context:
space:
mode:
authorTakaRikka <38417346+TakaRikka@users.noreply.github.com>2025-05-17 09:56:20 -0700
committerGitHub <noreply@github.com>2025-05-17 19:56:20 +0300
commitd1a5f8d71c6660b3f06781ef56f7f0cdec663cba (patch)
treec87f8998e3aa956f6dba040cea296bf812af720c /src/d/d_com_static.cpp
parent165095b3d9cbb89b5a2e40a67b1f3c5c223ba763 (diff)
cleanup d_msg_flow (#2447)
Diffstat (limited to 'src/d/d_com_static.cpp')
-rw-r--r--src/d/d_com_static.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/d_com_static.cpp b/src/d/d_com_static.cpp
index edd5f15746..a8a9f4e810 100644
--- a/src/d/d_com_static.cpp
+++ b/src/d/d_com_static.cpp
@@ -260,8 +260,8 @@ void daNpcKakashi_setSwdTutorialResult(bool param_0) {
}
/* 800317A4-800317DC 02C0E4 0038+00 0/0 1/1 1/1 .text daNpcKakashi_getSuccessCount__Fv */
-int daNpcKakashi_getSuccessCount() {
- return dComIfGs_getTmpReg(0xFEFF);
+u8 daNpcKakashi_getSuccessCount() {
+ return dComIfGs_getTmpReg(0xFEFF) & 0xFF;
}
/* 800317DC-80031838 02C11C 005C+00 0/0 0/0 1/1 .text daNpcKakashi_incSuccessCount__Fv */