summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_yougan.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2026-05-29 15:45:57 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2026-05-29 16:34:55 -0400
commitbae595b973fd48b2c6606371ac577cbbccb7a9fb (patch)
tree939f388f0dbd380db1045a7a4d8954cf43db2c33 /src/d/actor/d_a_yougan.cpp
parent5ac87a68855cbb4c9f5c3ab0095b2d969e4cd5de (diff)
Update all code to use the new enum formats
Diffstat (limited to 'src/d/actor/d_a_yougan.cpp')
-rw-r--r--src/d/actor/d_a_yougan.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/d/actor/d_a_yougan.cpp b/src/d/actor/d_a_yougan.cpp
index 76f69396..439ef53b 100644
--- a/src/d/actor/d_a_yougan.cpp
+++ b/src/d/actor/d_a_yougan.cpp
@@ -5,7 +5,7 @@
#include "d/dolzel_rel.h" // IWYU pragma: keep
#include "d/actor/d_a_yougan.h"
-#include "d/res/res_yougan.h"
+#include "res/Object/Yougan.h"
#include "m_Do/m_Do_lib.h"
class daYOUGAN_HIO_c : public JORReflexible {
@@ -172,11 +172,11 @@ BOOL daYougan_c::_daYougan_delete() {
/* 00000600-00000884 .text useHeapInit__10daYougan_cFv */
BOOL daYougan_c::useHeapInit() {
- J3DModelData* modelData = (J3DModelData*) dComIfG_getObjectRes(m_arcname, YOUGAN_BMD_YOUGAN_AWA);
+ J3DModelData* modelData = (J3DModelData*) dComIfG_getObjectRes(m_arcname, dRes_INDEX_YOUGAN_BMD_YOUGAN_AWA_e);
JUT_ASSERT(DEMO_SELECT(462, 464), modelData != NULL);
- J3DAnmTransform* anmKey = (J3DAnmTransform*) dComIfG_getObjectRes(m_arcname, YOUGAN_BCK_YOUGAN_AWA);
+ J3DAnmTransform* anmKey = (J3DAnmTransform*) dComIfG_getObjectRes(m_arcname, dRes_INDEX_YOUGAN_BCK_YOUGAN_AWA_e);
JUT_ASSERT(DEMO_SELECT(467,469), anmKey != NULL);
- J3DAnmTextureSRTKey* srtKey = (J3DAnmTextureSRTKey*) dComIfG_getObjectRes(m_arcname, YOUGAN_BTK_YOUGAN_AWA);
+ J3DAnmTextureSRTKey* srtKey = (J3DAnmTextureSRTKey*) dComIfG_getObjectRes(m_arcname, dRes_INDEX_YOUGAN_BTK_YOUGAN_AWA_e);
JUT_ASSERT(DEMO_SELECT(472, 474), srtKey != NULL);
yg_awa_num = l_HIO.field_0x06;