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
This commit is contained in:
Aetias
2026-05-04 22:07:42 +02:00
committed by GitHub
parent fe6681a298
commit b44496319d
51 changed files with 2545 additions and 1055 deletions
+1
View File
@@ -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;
+6 -1
View File
@@ -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: