Skip to content

Commit

Permalink
Update CActorParam.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
CelestialAmber committed Oct 29, 2024
1 parent d418f74 commit f891fe0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/kyoshin/appgame/cf/object/CActorParam.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ namespace cf {
//size: 0x3384
class CActorParam : public CActorState, public CBattleState, public CDebugState {
public:
CActorParam(UNKTYPE* r4, UNKTYPE* r5);
#pragma region vtable
virtual void CActorParam_vtableFunc1(); //0x98
virtual void CActorParam_vtableFunc2(); //0x9C
Expand Down Expand Up @@ -369,8 +370,6 @@ namespace cf {
virtual void CActorParam_vtableFunc181(); //0x368
#pragma endregion

CActorParam(UNKTYPE* r4, UNKTYPE* r5);

UNKTYPE* unk15DC;
UNKTYPE* unk15E0;
u32 unk15E4;
Expand Down

0 comments on commit f891fe0

Please sign in to comment.