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/04_Load/Save/AdventureFlags.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/04_Load/Save/AdventureFlags.cpp')
| -rw-r--r-- | src/04_Load/Save/AdventureFlags.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/04_Load/Save/AdventureFlags.cpp b/src/04_Load/Save/AdventureFlags.cpp index 8588afef..be12c0cc 100644 --- a/src/04_Load/Save/AdventureFlags.cpp +++ b/src/04_Load/Save/AdventureFlags.cpp @@ -8,4 +8,4 @@ void AdventureFlags::func_ov004_021044f8(s32 param1) {} void AdventureFlags::func_ov004_0210453c() {} bool AdventureFlags::func_ov004_0210455c(s32 param1) {} void AdventureFlags::func_ov004_021046c8(unk32 param1) {} -void AdventureFlags::func_ov004_021046d4() {} +void AdventureFlags::func_ov004_021046d4(s32 param1) {} |
