From eefb85787bc13508cdbd5da760389e875040a91b Mon Sep 17 00:00:00 2001 From: Anna Date: Tue, 25 Aug 2020 07:48:47 -0400 Subject: [PATCH] fix: update opcode to 5.3 hotfix 1 --- Globetrotter/TreasureMaps.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Globetrotter/TreasureMaps.cs b/Globetrotter/TreasureMaps.cs index da77912..b657e1f 100644 --- a/Globetrotter/TreasureMaps.cs +++ b/Globetrotter/TreasureMaps.cs @@ -8,7 +8,7 @@ using System.Runtime.InteropServices; namespace Globetrotter { class TreasureMaps { - private const ushort ACTOR_CONTROL = 0x212; // updated 5.3 + private const ushort ACTOR_CONTROL = 0x2b3; // updated 5.3 (hotfix 1) private const uint TREASURE_MAPS = 0x54; private static Dictionary _mapToRow;