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/Main/Unknown/UnkStruct_020397f8.cpp | |
| parent | 573b696ff8d3e83765d4483e5a31e0ec5676044d (diff) | |
Game 73% (#122)
* Game 73%
* Fix build
Diffstat (limited to 'src/Main/Unknown/UnkStruct_020397f8.cpp')
| -rw-r--r-- | src/Main/Unknown/UnkStruct_020397f8.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Main/Unknown/UnkStruct_020397f8.cpp b/src/Main/Unknown/UnkStruct_020397f8.cpp index 03011bfe..ef07a377 100644 --- a/src/Main/Unknown/UnkStruct_020397f8.cpp +++ b/src/Main/Unknown/UnkStruct_020397f8.cpp @@ -1,4 +1,6 @@ #include "Unknown/UnkStruct_020397f8.hpp" +#include "DTCM/UnkStruct_027e0c38.hpp" +#include "DTCM/UnkStruct_027e0c54.hpp" #include "DTCM/UnkStruct_027e103c.hpp" #include "Game/Game.hpp" #include "Message/MessageManager.hpp" @@ -262,7 +264,7 @@ ARM void UnkStruct_020397f8::vfunc_40(s32 param1, s32 param2) { local_9c += param1 + local_8c + iVar6; local_a0 += param2 + local_90 + iVar7; - if (data_027e0c38[5] == 1) { + if (data_027e0c38.mUnk_14 == 1) { iVar8 = func_0202ab48(); if (iVar8 == 0) { @@ -516,7 +518,7 @@ ARM void UnkStruct_020397f8::vfunc_50(EntryINF1 *param1, unk32 param2, s32 *para iVar6 = param3[0]; - if (data_027e0c54 != 0) { + if (data_027e0c54.mUnk_0) { UnkStruct_020397f8 *pVar4 = gMessageManager.func_02036700(); if (pVar4 != NULL && pVar4->mUnk_15c > 0) { |
