From 9047e7bec2c4e623f29d6e2d1f68d895694d7af4 Mon Sep 17 00:00:00 2001 From: OneFourOne <71578430+OneFourOne@users.noreply.github.com> Date: Tue, 22 Dec 2020 16:15:23 -0500 Subject: [PATCH 1/2] [Game] Decrease protocol version --- src/Game/Structs.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Game/Structs.hpp b/src/Game/Structs.hpp index 37a6d3c2..6636d28d 100644 --- a/src/Game/Structs.hpp +++ b/src/Game/Structs.hpp @@ -1,6 +1,6 @@ #pragma once -#define PROTOCOL 0x96 +#define PROTOCOL 0x95 #define NUM_CUSTOM_CLASSES 15 #define SEMANTIC_WATER_MAP 11 #define FX_ELEM_FIELD_COUNT 90 From b09db145be14d41121d65eaa9bede4df3fa181ac Mon Sep 17 00:00:00 2001 From: OneFourOne <71578430+OneFourOne@users.noreply.github.com> Date: Tue, 22 Dec 2020 16:16:14 -0500 Subject: [PATCH 2/2] add contributors to credits --- src/Components/Modules/Localization.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Components/Modules/Localization.cpp b/src/Components/Modules/Localization.cpp index a8fffb2d..bc586f54 100644 --- a/src/Components/Modules/Localization.cpp +++ b/src/Components/Modules/Localization.cpp @@ -188,6 +188,7 @@ namespace Components "Dss0", "H3X1C", "HardNougat", + "Homura", "INeedGames", "Killera", "Lithium",