diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-12-16 15:45:46 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-16 22:45:46 +0200 |
| commit | 6a02f5b3873fa0602530c3ea40c666071bb39845 (patch) | |
| tree | b175e96225b53efa459222bdbd083174a562afc5 /include | |
| parent | 8185d87f855baff0d55d0e3ffc1a3cbdcfc4b5e2 (diff) | |
d_a_npc_wrestler 100% (#2962)
* Match sumouPunchMiss, improve sumouPunchChaseShock
Removing these consts also matches several functions on debug.
* Match sumouSideStep and sumouPunchChaseShock
Diffstat (limited to 'include')
| -rw-r--r-- | include/d/actor/d_a_npc_wrestler.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/d/actor/d_a_npc_wrestler.h b/include/d/actor/d_a_npc_wrestler.h index 9a34af5e76..2544d53c4a 100644 --- a/include/d/actor/d_a_npc_wrestler.h +++ b/include/d/actor/d_a_npc_wrestler.h @@ -234,8 +234,8 @@ public: private: /* 0xB48 */ Z2Creature mSound; - /* 0xBD8 */ const daNpcWrestler_HIOParam* field_0xbd8; - /* 0xBDC */ const daNpcWrestler_HIOParamSub* field_0xbdc; + /* 0xBD8 */ daNpcWrestler_HIOParam* field_0xbd8; + /* 0xBDC */ daNpcWrestler_HIOParamSub* field_0xbdc; /* 0xBE0 */ daNpcF_MatAnm_c* mpMatAnm; /* 0xBE4 */ daNpcF_Lookat_c mLookAt; /* 0xC80 */ daNpcF_ActorMngr_c mActorMngr[2]; |
