diff options
| author | Aetias <144526980+AetiasHax@users.noreply.github.com> | 2025-07-19 18:51:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-19 18:51:07 +0200 |
| commit | 32cc123547fef2ff4aa170ef27ee0a825957a859 (patch) | |
| tree | 291fbb077310d0b515f022cdd46c166e08e4d456 /src/00_Core/Actor/Actor.cpp | |
| parent | 573b696ff8d3e83765d4483e5a31e0ec5676044d (diff) | |
Game 73% (#122)
* Game 73%
* Fix build
Diffstat (limited to 'src/00_Core/Actor/Actor.cpp')
| -rw-r--r-- | src/00_Core/Actor/Actor.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/00_Core/Actor/Actor.cpp b/src/00_Core/Actor/Actor.cpp index 3c981075..7b15d166 100644 --- a/src/00_Core/Actor/Actor.cpp +++ b/src/00_Core/Actor/Actor.cpp @@ -6,6 +6,7 @@ extern "C" { #include "Actor/ActorManager.hpp" #include "Actor/ActorPlayerDummy.hpp" #include "DTCM/UnkStruct_027e077c.hpp" +#include "DTCM/UnkStruct_027e0c54.hpp" #include "DTCM/UnkStruct_027e103c.hpp" #include "Item/ItemManager.hpp" #include "Map/MapManager.hpp" @@ -946,9 +947,8 @@ ARM bool Actor::func_ov00_020c3118(unk16 param1) { return func_ov00_020c5924(&mPos, param1, &mRef, 2, NULL); } -extern u8 data_027e0c54; ARM bool Actor::func_ov00_020c313c(u32 param1) { - return param1 == data_027e0c54; + return param1 == data_027e0c54.mUnk_0; } ARM void Actor::func_ov00_020c3158() { |
