mirror of
https://github.com/kwsch/PKHeX
synced 2025-02-17 05:48:44 +00:00
Added one more Max Lair Block (#3055)
So I said that 0xF26B9151 was the first Max Lair Pokemon entry saved in my previous commit which turned out to be wrong and was in fact the Pokemon that is to be hinted by Peonia. Apologies for that mess up.
This commit is contained in:
parent
cce6402608
commit
e22be71a26
1 changed files with 1 additions and 0 deletions
|
@ -431,6 +431,7 @@ namespace PKHeX.Core
|
|||
public const uint KMaxLairSpeciesID3Noted = 0x6F6696CF; // U32 Max Lair Species 3 Noted
|
||||
public const uint KMaxLairEndlessStreak = 0x7F4B4B10; // U32 Endless Dynamax Adventure Best Streak
|
||||
public const uint KMaxLairDisconnectStreak = 0x8EAEB8FF; // U32 Value of 3 will have you pay a Dynite Ore fee upon entry
|
||||
public const uint KMaxLairPeoniaSpeciesHint = 0xF26B9151; // U32 Species ID for Peonia to hint
|
||||
}
|
||||
}
|
||||
#pragma warning restore IDE0051 // Remove unused private members
|
||||
|
|
Loading…
Add table
Reference in a new issue