summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_tbox.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-03-18 15:10:32 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2025-03-18 15:10:32 -0400
commit4c3bd2c65111f6520a409f2fe06018b6648ba4fe (patch)
tree3440e2006ea3513aa5d20cdb452217943d5a9f1f /src/d/actor/d_a_tbox.cpp
parent6541fea3e43226df0a6d8b427beabb4e7fe6f53d (diff)
Missed some spots where `cPhs_State` should be used
Diffstat (limited to 'src/d/actor/d_a_tbox.cpp')
-rw-r--r--src/d/actor/d_a_tbox.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/d/actor/d_a_tbox.cpp b/src/d/actor/d_a_tbox.cpp
index c0ab59d6..39b4868d 100644
--- a/src/d/actor/d_a_tbox.cpp
+++ b/src/d/actor/d_a_tbox.cpp
@@ -81,7 +81,7 @@ daTbox_HIO_c::daTbox_HIO_c() {
}
/* 00000124-00000550 .text commonShapeSet__8daTbox_cFv */
-s32 daTbox_c::commonShapeSet() {
+cPhs_State daTbox_c::commonShapeSet() {
modelInfo& mdlInfo = getModelInfo();
// Load model
@@ -165,7 +165,7 @@ s32 daTbox_c::commonShapeSet() {
}
/* 00000598-00000764 .text effectShapeSet__8daTbox_cFv */
-s32 daTbox_c::effectShapeSet() {
+cPhs_State daTbox_c::effectShapeSet() {
J3DModelData* flashModelData = (J3DModelData*)dComIfG_getObjectRes("Dalways", DALWAYS_BDL_IT_TAKARA_FLASH);
JUT_ASSERT(0x117, flashModelData != NULL);
@@ -195,7 +195,7 @@ s32 daTbox_c::effectShapeSet() {
}
/* 00000764-00000928 .text envShapeSet__8daTbox_cFv */
-s32 daTbox_c::envShapeSet() {
+cPhs_State daTbox_c::envShapeSet() {
modelInfo& mdlInfo = getModelInfo();
// Load model
@@ -226,7 +226,7 @@ s32 daTbox_c::envShapeSet() {
}
/* 00000928-00000BB0 .text bgCheckSet__8daTbox_cFv */
-s32 daTbox_c::bgCheckSet() {
+cPhs_State daTbox_c::bgCheckSet() {
modelInfo& mdlInfo = getModelInfo();
cBgD_t* bgd = (cBgD_t*)dComIfG_getObjectRes("Dalways", mdlInfo.closedColId);