From fc678172685705dfbbd6ce264331a14bd0b4ba9c Mon Sep 17 00:00:00 2001 From: Yanis002 <35189056+Yanis002@users.noreply.github.com> Date: Tue, 1 Jul 2025 02:18:29 +0200 Subject: add other sections + usa delink --- src/59_Hammer/Player/EquipHammer.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/59_Hammer/Player/EquipHammer.cpp') diff --git a/src/59_Hammer/Player/EquipHammer.cpp b/src/59_Hammer/Player/EquipHammer.cpp index a369aaa0..f9edd1e4 100644 --- a/src/59_Hammer/Player/EquipHammer.cpp +++ b/src/59_Hammer/Player/EquipHammer.cpp @@ -8,6 +8,8 @@ #include "Player/PlayerControl.hpp" #include "Player/PlayerLink.hpp" +char *gShipParts[8] = {"anc", "bow", "hul", "can", "dco", "pdl", "fnl", "brg"}; + extern "C" void ApproachAngle_thunk(s16 *src, s16 dst, u32 param3); struct EquipHammer_UnkStruct { -- cgit v1.2.3