mirror of
https://github.com/zeldaret/ph
synced 2026-07-04 20:45:40 -04:00
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:
@@ -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;
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user