From 0de74b44baa1507f3f86fd9ef6a4f580f4f89329 Mon Sep 17 00:00:00 2001 From: Lusamine <30205550+Lusamine@users.noreply.github.com> Date: Sat, 7 Jun 2025 11:19:31 -0500 Subject: [PATCH] Add LA block for in-game time in minutes --- PKHeX.Core/Saves/Access/SaveBlockAccessor8LA.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PKHeX.Core/Saves/Access/SaveBlockAccessor8LA.cs b/PKHeX.Core/Saves/Access/SaveBlockAccessor8LA.cs index c2a5870ae..83f545ecd 100644 --- a/PKHeX.Core/Saves/Access/SaveBlockAccessor8LA.cs +++ b/PKHeX.Core/Saves/Access/SaveBlockAccessor8LA.cs @@ -100,6 +100,8 @@ public sealed class SaveBlockAccessor8LA(SAV8LA sav) : SCBlockAccessor, ISaveBlo private const uint KRecordEternalBattleReverie = 0xEB550C12; // U32 Highest streak for Eternal Battle Reverie + private const uint KInGameMinutes = 0x203A7F34; // Double for current in-game time, stored as minutes + // Flags private const uint KEnableSpawnerSpiritomb = 0x2DC7E4CC; // FSYS_MKRG_100_SPAWN private const uint KEnableSpawnerUxie = 0x9EC1F2C4; // FEVE_YUKUSII_ENCOUNT_ENABLE