mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-10 19:20:13 +00:00
Changed gLinkChildSlinghotStringDL to gLinkChildSlingshotStringDL (#1576)
This commit is contained in:
parent
836adb83ea
commit
dc323052c3
2 changed files with 3 additions and 3 deletions
|
@ -105,7 +105,7 @@
|
||||||
<DList Name="gLinkChildBottleDL" Offset="0x18478"/>
|
<DList Name="gLinkChildBottleDL" Offset="0x18478"/>
|
||||||
<DList Name="gLinkChildDL_18580" Offset="0x18580"/>
|
<DList Name="gLinkChildDL_18580" Offset="0x18580"/>
|
||||||
<DList Name="gLinkChildBottle2DL" Offset="0x18648"/>
|
<DList Name="gLinkChildBottle2DL" Offset="0x18648"/>
|
||||||
<DList Name="gLinkChildSlinghotStringDL" Offset="0x221A8"/>
|
<DList Name="gLinkChildSlingshotStringDL" Offset="0x221A8"/>
|
||||||
<DList Name="gLinkChildDekuShieldDL" Offset="0x224F8"/>
|
<DList Name="gLinkChildDekuShieldDL" Offset="0x224F8"/>
|
||||||
<Mtx Name="gLinkChildDekuShieldMtx" Offset="0x22648"/>
|
<Mtx Name="gLinkChildDekuShieldMtx" Offset="0x22648"/>
|
||||||
<DList Name="gLinkChildDekuShieldWithMatrixDL" Offset="0x22688"/>
|
<DList Name="gLinkChildDekuShieldWithMatrixDL" Offset="0x22688"/>
|
||||||
|
|
|
@ -1411,7 +1411,7 @@ Vec3f D_80126128 = { 398.0f, 1419.0f, 244.0f };
|
||||||
|
|
||||||
BowSlingshotStringData sBowSlingshotStringData[] = {
|
BowSlingshotStringData sBowSlingshotStringData[] = {
|
||||||
{ gLinkAdultBowStringDL, { 0.0f, -360.4f, 0.0f } }, // Bow
|
{ gLinkAdultBowStringDL, { 0.0f, -360.4f, 0.0f } }, // Bow
|
||||||
{ gLinkChildSlinghotStringDL, { 606.0f, 236.0f, 0.0f } }, // Slingshot
|
{ gLinkChildSlingshotStringDL, { 606.0f, 236.0f, 0.0f } }, // Slingshot
|
||||||
};
|
};
|
||||||
|
|
||||||
// Coordinates of the shield quad collider vertices, in the right hand limb's own model space.
|
// Coordinates of the shield quad collider vertices, in the right hand limb's own model space.
|
||||||
|
|
Loading…
Reference in a new issue