diff options
| author | enzofc708 <47937189+enzofc708@users.noreply.github.com> | 2026-04-16 15:38:59 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-16 20:38:59 +0200 |
| commit | ef2caebcefe1a0d370a56340944931f71bcd39a8 (patch) | |
| tree | 7cdd9e0447e418d937effd0c0424c6909913c077 /src/58_Bombchu/Player/EquipBombchu.cpp | |
| parent | 98cc0af690719f10bd7b67c1c11d207bfcdbbfe7 (diff) | |
Decomp sbc.c (100%) (#144)
* start sbc.cpp
* add G3d_SBCRender_007
* match G3d_SBCRender_007
* match G3d_SBCRender_008
* match G3d_SBCRender_SKN
* fix EUR relocs file
* match G3d_SBCRender_00C
* match G3d_SBCRender_00D
* complete sbc.cpp
* fix EUR delinks
Diffstat (limited to 'src/58_Bombchu/Player/EquipBombchu.cpp')
| -rw-r--r-- | src/58_Bombchu/Player/EquipBombchu.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/58_Bombchu/Player/EquipBombchu.cpp b/src/58_Bombchu/Player/EquipBombchu.cpp index d52dc6c7..3850cb61 100644 --- a/src/58_Bombchu/Player/EquipBombchu.cpp +++ b/src/58_Bombchu/Player/EquipBombchu.cpp @@ -87,8 +87,8 @@ static const ItemManager_Unk1 sEquipBombchu_Unk1 = { }; THUMB void EquipBombchu::vfunc_00() { - gModelRenderBombchu.Init_ModelRender_UnkStruct_4(gItemManager->GetItemModel(ItemModelId_Bombchu)); - gModelRenderBombchuPt.Init_ModelRender_UnkStruct_4(gItemManager->GetItemModel(ItemModelId_BombchuPt)); + gModelRenderBombchu.Init_RenderObject(gItemManager->GetItemModel(ItemModelId_Bombchu)); + gModelRenderBombchuPt.Init_RenderObject(gItemManager->GetItemModel(ItemModelId_BombchuPt)); data_ov058_0219b0a0.mUnk_08 = gItemManager->GetItemModel(ItemModelId_BombchuPt); data_ov058_0219b0a0.func_ov000_020c0c44(gItemManager->func_ov00_020ad538(&sEquipBombchu_Unk1)); data_ov058_0219b0a0.func_ov000_020c0e5c(0); |
