diff options
| author | Yanis <35189056+Yanis002@users.noreply.github.com> | 2025-07-22 16:17:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-22 16:17:02 +0200 |
| commit | cf8f5a80b13c4edd7fd8ebb33ab0de81d64f609b (patch) | |
| tree | a9ec152f01d7fa0760aa26a69dec69b4c77dce86 /src/00_Core/Save/FlagsUnk.cpp | |
| parent | 383ca6aaa2b322869fe304eb5c277150859bfcc0 (diff) | |
Decompile more of `AdventureFlags.cpp` (#118)
* fix flags getters and associated relocs
* explicit ARM and improve existing matches
* match CopyTo
* document a bit the flag system and progress on unmatched functions
* remaining bottom functions
* func_ov00_02097810 params and name fix
* fix build issues
* move flag base definition to its own file
* document item flags
---------
Co-authored-by: Yanis002 <Yanis002@users.noreply.github.com>
Co-authored-by: Aetias <aetias@outlook.com>
Diffstat (limited to 'src/00_Core/Save/FlagsUnk.cpp')
| -rw-r--r-- | src/00_Core/Save/FlagsUnk.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/00_Core/Save/FlagsUnk.cpp b/src/00_Core/Save/FlagsUnk.cpp index 11d43a92..0557c293 100644 --- a/src/00_Core/Save/FlagsUnk.cpp +++ b/src/00_Core/Save/FlagsUnk.cpp @@ -2,4 +2,3 @@ FlagsUnk::~FlagsUnk() {} FlagsUnk2::~FlagsUnk2() {} -void FlagsUnk::func_ov000_020980f8() {} |
