diff options
| author | Aetias <144526980+AetiasHax@users.noreply.github.com> | 2026-05-12 20:50:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-12 20:50:44 +0200 |
| commit | 0bb7400136dd84c00abdaf96c5dbdb63c02f836f (patch) | |
| tree | 17421cfcfc42800ba7668e966234e2448ff226ed /src/14_Land/Actor/Character | |
| parent | 1570b7d2d63aed0a77fc2077618b766eebaba56e (diff) | |
ActorItemSeller OK (#164)
Diffstat (limited to 'src/14_Land/Actor/Character')
| -rw-r--r-- | src/14_Land/Actor/Character/ActorCharacter.cpp | 4 | ||||
| -rw-r--r-- | src/14_Land/Actor/Character/ActorGenericCharacter.cpp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/14_Land/Actor/Character/ActorCharacter.cpp b/src/14_Land/Actor/Character/ActorCharacter.cpp index 1b679778..d3755391 100644 --- a/src/14_Land/Actor/Character/ActorCharacter.cpp +++ b/src/14_Land/Actor/Character/ActorCharacter.cpp @@ -102,7 +102,7 @@ ARM void ActorCharacter::func_ov014_02145178() { func_ov005_021082e4(data_027e0ff8, &mRef, &mPos, &mPrevPos, &unk, mUnk_448, -1); } -ARM void ActorCharacter::func_ov014_021451f0(unk32 *param1) { +ARM void ActorCharacter::func_ov014_021451f0(const unk32 *param1) { unk32 iVar1 = param1[0]; mHitbox.pos.x = 0; mHitbox.pos.y = iVar1; @@ -373,7 +373,7 @@ ARM void ActorCharacter::vfunc_ec(unk32 param1) { } } -ARM void ActorCharacter::vfunc_f0(unk32 param1, unk32 param2) { +ARM void ActorCharacter::vfunc_f0(bool param1, unk32 param2) { mUnk_1d8.func_ov014_02145f0c(param1 ? 2 : 0); } diff --git a/src/14_Land/Actor/Character/ActorGenericCharacter.cpp b/src/14_Land/Actor/Character/ActorGenericCharacter.cpp index a378ed48..98498916 100644 --- a/src/14_Land/Actor/Character/ActorGenericCharacter.cpp +++ b/src/14_Land/Actor/Character/ActorGenericCharacter.cpp @@ -4,7 +4,7 @@ ActorGenericCharacter::ActorGenericCharacter() {} bool ActorGenericCharacter::Init() {} -void ActorGenericCharacter::vfunc_68() {} +void ActorGenericCharacter::vfunc_68(unk32 param1, UnkStruct_020397f8 *param2) {} bool ActorGenericCharacter::vfunc_c0() {} void ActorGenericCharacter::vfunc_c4() {} void ActorGenericCharacter::func_ov014_02147940() {} |
