diff options
| author | Aetias <144526980+AetiasHax@users.noreply.github.com> | 2025-07-22 17:54:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-22 17:54:33 +0200 |
| commit | d45ea18bf4210b34d747930b5f1c9aa24d1a525a (patch) | |
| tree | fa7218884dd6dd04a387981c277e703f0d82c85d /src/14_Land/Actor/Player/ActorRefill.cpp | |
| parent | cf8f5a80b13c4edd7fd8ebb33ab0de81d64f609b (diff) | |
PlayerBase OK (#126)
* Map symbol in Game
* PlayerBase OK
* Fix ActorRefill
* Fix MapManager
* Mark PlayerBase as complete
* Fix MapManager
Diffstat (limited to 'src/14_Land/Actor/Player/ActorRefill.cpp')
| -rw-r--r-- | src/14_Land/Actor/Player/ActorRefill.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/14_Land/Actor/Player/ActorRefill.cpp b/src/14_Land/Actor/Player/ActorRefill.cpp index 1239e930..426ac8db 100644 --- a/src/14_Land/Actor/Player/ActorRefill.cpp +++ b/src/14_Land/Actor/Player/ActorRefill.cpp @@ -1,5 +1,6 @@ #include "Actor/Player/ActorRefill.hpp" #include "DTCM/UnkStruct_027e0d38.hpp" +#include "DTCM/UnkStruct_027e0e58.hpp" #include "DTCM/UnkStruct_027e103c.hpp" #include "Item/ItemManager.hpp" #include "System/Random.hpp" @@ -212,13 +213,11 @@ ARM void ActorRefill::vfunc_20(bool param1) { } } -extern unk32 *data_027e0e58; -extern "C" void func_ov000_0207c1b0(unk32 *param1, unk32 param2, Vec3p *param3, unk32 param4, unk32 param5, unk32 param6); ARM void ActorRefill::func_ov014_02135474() { s32 iVar1 = mUnk_130; if (iVar1 != 4 && iVar1 != 5) { - func_ov000_0207c1b0(data_027e0e58, 0x241, &mPos, 2, 0, 0); - func_ov000_0207c1b0(data_027e0e58, 0x242, &mPos, 2, 0, 0); + data_027e0e58->func_ov000_0207c1b0(0x241, &mPos, 2, 0, 0); + data_027e0e58->func_ov000_0207c1b0(0x242, &mPos, 2, 0, 0); mAlive = false; } } |
