diff options
| author | Yanis002 <35189056+Yanis002@users.noreply.github.com> | 2025-07-01 02:18:29 +0200 |
|---|---|---|
| committer | Yanis002 <35189056+Yanis002@users.noreply.github.com> | 2025-07-01 02:18:29 +0200 |
| commit | fc678172685705dfbbd6ce264331a14bd0b4ba9c (patch) | |
| tree | fb82f78cfd7d38c1ba86adb48f9721930bfec401 /src | |
| parent | 57595b1cd2843a09bf1911aee5d7db70a39b1f94 (diff) | |
add other sections + usa delink
Diffstat (limited to 'src')
| -rw-r--r-- | src/59_Hammer/Player/EquipHammer.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |
