From b44496319d3027a625fcf876cf22e467720355df Mon Sep 17 00:00:00 2001 From: Aetias <144526980+AetiasHax@users.noreply.github.com> Date: Mon, 4 May 2026 22:07:42 +0200 Subject: ActorShopItem 98% (#151) * 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 --- include/Unknown/UnkStruct_027e0dbc.hpp | 1 + include/Unknown/UnkStruct_ov000_020c0c08.hpp | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'include/Unknown') diff --git a/include/Unknown/UnkStruct_027e0dbc.hpp b/include/Unknown/UnkStruct_027e0dbc.hpp index 0c816fd7..a5697c80 100644 --- a/include/Unknown/UnkStruct_027e0dbc.hpp +++ b/include/Unknown/UnkStruct_027e0dbc.hpp @@ -28,6 +28,7 @@ public: void func_ov000_0207b988(GameModeId modeId); unk32 func_ov003_020f3d5c(unk32 param1); + void func_ov003_020f3d74(unk32 param1); }; extern UnkStruct_027e0dbc data_027e0dbc; diff --git a/include/Unknown/UnkStruct_ov000_020c0c08.hpp b/include/Unknown/UnkStruct_ov000_020c0c08.hpp index 2e16bed3..ed19553c 100644 --- a/include/Unknown/UnkStruct_ov000_020c0c08.hpp +++ b/include/Unknown/UnkStruct_ov000_020c0c08.hpp @@ -19,7 +19,12 @@ struct UnkStruct_ov000_020c0c08_04 { /* 20 */ }; -class ItemModel; +class ItemModel { + /* 00 */ unk32 mUnk_00; + /* 04 */ unk32 mUnk_04; + /* 08 */ unk32 mUnk_08; + /* 0c */ +}; class UnkStruct_ov000_020c0c08 : public SysObject { public: -- cgit v1.2.3