mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
Extract Mtx definitions to headers (#68)
This commit is contained in:
@@ -249,8 +249,8 @@ static DrawItemTableEntry sDrawItemTable[] = {
|
||||
// GID_MASK_BLAST, OBJECT_GI_MASK21
|
||||
{ GetItem_DrawOpa0Xlu1, { gGiBlastMaskEmptyDL, gGiBlastMaskDL } },
|
||||
// GID_FAIRY, OBJECT_GI_BOTTLE_04
|
||||
{ GetItem_DrawFairyContainer, // BENTODO
|
||||
{ gGiFairyBottleEmptyDL, gGiFairyBottleGlassCorkDL, gGiFairyBottleContentsDL, NULL } },
|
||||
{ GetItem_DrawFairyContainer,
|
||||
{ gGiFairyBottleEmptyDL, gGiFairyBottleGlassCorkDL, gGiFairyBottleContentsDL, &gGiFairyBottleBillboardRotMtx } },
|
||||
// GID_MASK_SCENTS, OBJECT_GI_MASK22
|
||||
{ GetItem_DrawOpa01, { gGiMaskOfScentsFaceDL, gGiMaskOfScentsTeethDL } },
|
||||
// GID_MASK_CAPTAIN, OBJECT_GI_MASK18
|
||||
@@ -332,8 +332,7 @@ static DrawItemTableEntry sDrawItemTable[] = {
|
||||
// GID_HYLIAN_LOACH, OBJECT_GI_LOACH
|
||||
{ GetItem_DrawOpa0Xlu1, { gGiHylianLoachEmptyDL, gGiHylianLoachDL } },
|
||||
// GID_SEAHORSE_CAUGHT, OBJECT_GI_SEAHORSE
|
||||
// BENTODO
|
||||
{ GetItem_DrawSeahorse, { gGiSeahorseEmptyDL, gGiSeahorseBodyDL, gGiSeahorseGlowDL, NULL } },
|
||||
{ GetItem_DrawSeahorse, { gGiSeahorseEmptyDL, gGiSeahorseBodyDL, gGiSeahorseGlowDL, &gGiSeahorseBillboardRotMtx } },
|
||||
// GID_REMAINS_GOHT, OBJECT_BSMASK
|
||||
{ GetItem_DrawRemains, { gRemainsGohtDL, gRemainsGohtDL } },
|
||||
// GID_REMAINS_GYORG, OBJECT_BSMASK
|
||||
|
||||
Reference in New Issue
Block a user