summaryrefslogtreecommitdiff
path: root/src/31_Shop
AgeCommit message (Collapse)Author
2026-05-12ActorItemSeller OK (#164)Aetias
2026-05-11ActorItemSellerBase OK (#163)Aetias
* ActorItemSellerBase OK * Fix broken matches
2026-05-09Delink character actor base classes and shop keeper actors (#152)Aetias
* Delink .text for ActorItemSeller, ActorBeedle, ActorTetra * Delink .text for ActorCharacterBase, ActorCharacter, ActorGenericCharacter * Define classes ActorCharacterBase, ActorCharacter, ActorGenericCharacter * Don't define `override` macro during intellisense/clangd * Define symbols for ActorCharacter, ActorCharacterBase, ActorGenericCharacter * Define classes and symbols for ActorItemSeller, ActorBeedle, ActorTetra * Fix duplicate symbol
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
2026-04-16Delink ActorShopItem.cpp (#147)Aetias
* Make types compatible with dsd-ghidra typesync * Update actors.md * Update docs * Delink ActorShopItem.cpp