diff options
| author | hatal175 <hatal175@users.noreply.github.com> | 2024-12-19 22:10:53 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-19 12:10:53 -0800 |
| commit | e0ea8495f78feb83aaba7700f668fc3d52405c1d (patch) | |
| tree | 0a81d88c459899e1babadc6dda02c83f3e30e5b8 /src/d/actor/d_a_npc.cpp | |
| parent | ff5f31b84453722de3d1cc1287725eec06d08c6a (diff) | |
d_a_obj_yel_bag OK (#2267)
* d_a_obj_web0 cleanup
* d_a_obj_yel_bag OK
Diffstat (limited to 'src/d/actor/d_a_npc.cpp')
| -rw-r--r-- | src/d/actor/d_a_npc.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/d/actor/d_a_npc.cpp b/src/d/actor/d_a_npc.cpp index 1a0b583424..413a3bac9b 100644 --- a/src/d/actor/d_a_npc.cpp +++ b/src/d/actor/d_a_npc.cpp @@ -2507,12 +2507,12 @@ extern "C" int func_8014D364(int param_0, int param_1) { /* ############################################################################################## */ /* 80392680-803926B0 01ECE0 0030+00 1/1 0/0 4/4 .rodata mCcDObjData__8daNpcT_c */ -SECTION_RODATA u8 const daNpcT_c::mCcDObjData[48] = { - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x79, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +const dCcD_SrcGObjInf daNpcT_c::mCcDObjData = { + {0, {{0, 0, 0}, {0, 0x00}, {0x79}}}, + {dCcD_SE_NONE, 0, 0, 0, 0}, + {dCcD_SE_NONE, 0, 0, 0, 0}, + {0}, }; -COMPILER_STRIP_GATE(0x80392680, &daNpcT_c::mCcDObjData); /* 8014D3D8-8014D538 147D18 0160+00 0/0 1/0 0/0 .text __sinit_d_a_npc_cpp */ void __sinit_d_a_npc_cpp(){// NONMATCHING |
