fix: update opcode to 5.3 hotfix 1

This commit is contained in:
Anna 2020-08-25 07:48:47 -04:00
parent 16a0c1ae88
commit eefb85787b
1 changed files with 1 additions and 1 deletions

View File

@ -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<uint, uint> _mapToRow;