From c974e75926edbb8998132758df13b0c4f3e05711 Mon Sep 17 00:00:00 2001 From: Aetias Date: Mon, 25 Mar 2024 19:30:39 +0100 Subject: [PATCH] Fix duplicate field names in `LinkState4` --- include/Player/LinkState4.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/Player/LinkState4.hpp b/include/Player/LinkState4.hpp index de7346ca..c8d9b42f 100644 --- a/include/Player/LinkState4.hpp +++ b/include/Player/LinkState4.hpp @@ -20,10 +20,10 @@ public: /* 20 */ unk32 mUnk_20; /* 24 */ unk8 mUnk_24[2]; /* 26 */ unk16 mUnk_26; - /* 28 */ unk8 mUnk_24[4]; + /* 28 */ unk8 mUnk_28[4]; /* 2c */ unk32 mUnk_2c[5]; /* 40 */ unk32 mUnk_40; - /* 44 */ unk32 mUnk_2c[0x10]; + /* 44 */ unk32 mUnk_44[0x10]; /* 84 */ void *mUnk_84; /* 88 */ unk32 mUnk_88; /* 8c */ unk8 mUnk_8c[0xc];