diff options
| author | SammygoodTunes <56520787+SammygoodTunes@users.noreply.github.com> | 2025-09-21 14:21:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-21 14:21:31 +0200 |
| commit | 5b15874c4d2d7c185c98f2791cf8fa6a9d86a440 (patch) | |
| tree | 65907fc6750e076a3d354e577f2281eef0841b5a /include/Unknown | |
| parent | cb52c8c23f5de5ba8509f9471025b4fa995e3b65 (diff) | |
Decomp `src/00_Core/Map/MapBase.cpp` (57%) (#129)
* Comments
* Lay out theoretical code
* Externalise func_020196bc & func_020196fc
* Pull merge
* Pull merge
* Decomp MapBase::func_ov00_02080edc
* Fix MapManager TilePos params
* Decomp progress
* Fix MapManager param issue
* Decomp progress
* Update MapManager var pointer type
* Fix function defs
* Update symbols
* Update
* Match MapBase_Unk2::func_ov00_02080ad0 (thx 2 dt mow & yanis)
* Update
* Decomp progress 26%
* Decomp progress 28%
* Fix struct overlap
* Fix unknown members
* Uncomment and fix rest of methods (most still non-matching)
* Decomp progress
* Corrections
Diffstat (limited to 'include/Unknown')
| -rw-r--r-- | include/Unknown/UnkStruct_020ee0a0.hpp | 4 | ||||
| -rw-r--r-- | include/Unknown/UnkStruct_027e0f88.hpp | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/include/Unknown/UnkStruct_020ee0a0.hpp b/include/Unknown/UnkStruct_020ee0a0.hpp index b6ecf3da..d955f8b3 100644 --- a/include/Unknown/UnkStruct_020ee0a0.hpp +++ b/include/Unknown/UnkStruct_020ee0a0.hpp @@ -25,6 +25,10 @@ public: UnkStruct_020ee0a0(); void func_ov008_021135b8(); + void func_ov000_0209cd80(unk16 param_2); + void func_ov000_0209cd9c(unk16 param_2, unk32 param_3); + void func_ov000_0209cddc(unk32 param_2); + void func_ov000_0209cdf8(unk32 param_2); }; extern UnkStruct_020ee0a0 data_ov000_020ee0a0; diff --git a/include/Unknown/UnkStruct_027e0f88.hpp b/include/Unknown/UnkStruct_027e0f88.hpp index 4ad6294b..674e95a2 100644 --- a/include/Unknown/UnkStruct_027e0f88.hpp +++ b/include/Unknown/UnkStruct_027e0f88.hpp @@ -39,6 +39,7 @@ public: static void func_ov008_02113678(u32 *param_1); void func_ov008_021136c0(); + void func_ov000_020a1a0c(unk32 param_1, unk16 param_2); }; extern UnkStruct_027e0f88 *data_027e0f88; |
