From 67565aa71dfa33e304e6ee06a1f5f25b668d145a Mon Sep 17 00:00:00 2001 From: Kurt Date: Sat, 23 Nov 2019 07:12:20 -0800 Subject: [PATCH] Update structure note comment --- PKHeX.Core/Saves/Substructures/PokeDex/Zukan8.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKHeX.Core/Saves/Substructures/PokeDex/Zukan8.cs b/PKHeX.Core/Saves/Substructures/PokeDex/Zukan8.cs index 43b39b14b..ecf9ee8e8 100644 --- a/PKHeX.Core/Saves/Substructures/PokeDex/Zukan8.cs +++ b/PKHeX.Core/Saves/Substructures/PokeDex/Zukan8.cs @@ -67,8 +67,8 @@ public static IList GetEntryNames(IReadOnlyList Species) // Next 4 bytes are for obtained info (u32) private const int OFS_CAUGHT = 0x20; - // Caught:1 - // Unknown:1 + // Owned:1 (posessed by player) + // OwnedGigantamax:1 (Gigantamaxed by player in battle) // LanguagesObtained:2-14 (flags) // DisplayFormID:15-27 (value) // DisplayGigantamaxInstead:28 (flag)