diff options
| author | Yanis <35189056+Yanis002@users.noreply.github.com> | 2025-07-13 15:11:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-13 15:11:50 +0200 |
| commit | 0421d36979794e73793e40a92c55365e69f6944e (patch) | |
| tree | 9d02cf2999dfcfc6fbf1a7badee74d266002a221 /include/System | |
| parent | 91e4cafc1906577aa792de2f072259e953ab60bf (diff) | |
Decompile overlay 8 (95%) (#115)
* started overlay 8
* progress
* progress
* progress
* more headers
* progress
* more progress
* symbols
* fix splits + new headers
* more progress
* func_ov008_02112ee0 & func_ov008_02112f28
* document fish in save item manager and unrelated things because precommit is mad
* SaveItemManager ctor
* progress?
* fix build issues
* split files to match data
* format
* format
* cleanup and match vfunc_08
* add reloc for overlay 0
* fix vtable symbol
* improve non-matching functions
---------
Co-authored-by: Aetias <144526980+AetiasHax@users.noreply.github.com>
Diffstat (limited to 'include/System')
| -rw-r--r-- | include/System/SysNew.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/System/SysNew.hpp b/include/System/SysNew.hpp index df660a1b..5b3089ed 100644 --- a/include/System/SysNew.hpp +++ b/include/System/SysNew.hpp @@ -25,4 +25,5 @@ public: static void operator delete[](void *ptr);
};
+extern u32 *data_027e0ce0[];
extern UnkStruct_0202e894 *data_027e0ce4;
|
