summaryrefslogtreecommitdiff
path: root/include/Item/Item.hpp
AgeCommit message (Collapse)Author
2025-07-22Decompile more of `AdventureFlags.cpp` (#118)Yanis
* 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>
2025-07-13Decompile overlay 8 (95%) (#115)Yanis
* 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>
2025-05-30Add adventure and item flagsAetias
2025-01-19Move ov000 documentation from GhidraAetias
2024-10-19Merge branch 'main' into match_actor_rupeeAetias
2024-10-12Add `.clang-format`Aetias
2024-05-03Merge branch 'main' into match_actor_rupeeAetias
2024-04-30Decomp `ItemManager::PlayItemFanfareSfx`Aetias
2024-04-18Decomp `ItemManager::GiveItem`Aetias
2024-04-18Add item/adventure flags + item IDsAetias
2024-04-15initial workYanis42
2024-04-08Add item IDsAetias
2024-03-19Add `Item.cpp` stubAetias
2024-03-02Organize source code structureAetias