From dc323052c36959e7221a927c094053e279334f41 Mon Sep 17 00:00:00 2001 From: Javarooster Date: Sat, 11 Nov 2023 17:01:55 -0600 Subject: [PATCH] Changed gLinkChildSlinghotStringDL to gLinkChildSlingshotStringDL (#1576) --- assets/xml/objects/object_link_child.xml | 2 +- src/code/z_player_lib.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/xml/objects/object_link_child.xml b/assets/xml/objects/object_link_child.xml index fcb630e179..23a07b3855 100644 --- a/assets/xml/objects/object_link_child.xml +++ b/assets/xml/objects/object_link_child.xml @@ -105,7 +105,7 @@ - + diff --git a/src/code/z_player_lib.c b/src/code/z_player_lib.c index baea71b966..39a56c5456 100644 --- a/src/code/z_player_lib.c +++ b/src/code/z_player_lib.c @@ -1410,8 +1410,8 @@ Color_RGB8 sBottleColors[] = { Vec3f D_80126128 = { 398.0f, 1419.0f, 244.0f }; BowSlingshotStringData sBowSlingshotStringData[] = { - { gLinkAdultBowStringDL, { 0.0f, -360.4f, 0.0f } }, // Bow - { gLinkChildSlinghotStringDL, { 606.0f, 236.0f, 0.0f } }, // Slingshot + { gLinkAdultBowStringDL, { 0.0f, -360.4f, 0.0f } }, // Bow + { gLinkChildSlingshotStringDL, { 606.0f, 236.0f, 0.0f } }, // Slingshot }; // Coordinates of the shield quad collider vertices, in the right hand limb's own model space.