summaryrefslogtreecommitdiff
path: root/include/Save/AdventureFlags.hpp
AgeCommit message (Collapse)Author
2026-05-11ActorCharacter OK (#162)Aetias
* ActorCharacter 93% * ActorCharacter 98% * ActorCharacter OK * Fix broken matches
2026-05-04ActorShopItem 98% (#151)Aetias
* ActorShopItem 93% * Fix build * Add missing symbols to usa * Document BMG message ID functions * Create bmg.py for inspecting BMG files * ActorShopItem 98% * Match func_ov031_0217dfec * Port reloc changes to usa * Make `ModelRender::GetLcdcAddress` non-const
2025-07-24Decomp `src/00_Core/Map/MapManager.cpp` (56%) (#101)SammygoodTunes
* Fix * Fix * stupid typo * Another dumb typo * Fix * Fix declaration * Fix declaration * Fix * Fix symbols * Corrections * Fix regression in GetEntrancePos --------- Co-authored-by: Aetias <aetias@outlook.com>
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-05remove useless struct usageYanis002
2025-07-05UnkStruct_02082348 -> FlagsUnk2Yanis002
2025-05-30Add adventure and item flagsAetias
2025-04-28Decomp a bunch of `AdventureFlags::Get_Flags*`mike8699
2025-04-28AdventureFlags: update all `int` to `s32`mike8699
2025-04-28Decomp `AdventureFlags::Get_FlagsUnk_48`mike8699
2025-04-28Decomp `AdventureFlags::Get_FlagsUnk_49`mike8699
2025-01-25Move ov004 documentation from GhidraAetias
2025-01-20Move ov000 documentation from GhidraAetias
2024-12-31Start decompiling `LinkStateItem`mike8699
2024-10-12Add `.clang-format`Aetias
2024-04-18Decomp `ItemManager::GiveItem`Aetias
2024-04-18Add item/adventure flags + item IDsAetias
2024-04-16Add extern `gAdventureFlags`Aetias
2024-04-16Finish `AdventureFlags`Aetias
2024-04-15Mangle `AdventureFlags`Aetias