Skip to content

Commit 4c5efe5

Browse files
committed
Update 25.12.12
Initial partial support for DLC. Encounters and other various QoL features to follow in future commits.
1 parent 34f3624 commit 4c5efe5

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>25.12.02</Version>
3+
<Version>25.12.12</Version>
44
<LangVersion>13</LangVersion>
55
<Nullable>enable</Nullable>
66
<NeutralLanguage>en</NeutralLanguage>

PKHeX.WinForms/Resources/text/changelog.txt

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,22 @@
11
PKHeX - By Kaphotics
22
http://projectpokemon.org/pkhex/
33

4-
25/12/02 - New Update:
4+
25/12/12 - New Update:
5+
- Added: Support for Legends: Z-A (Mega Dimension) DLC, 2.0.0
6+
- Legality:
7+
- - New encounters not yet added to the database. Any currently present in this release may not be accurate.
8+
- - Please do not report issues/fixes with this release's handling with legality or encounters. We are aware of what still needs work.
9+
- Notes, same reminder as the initial Z-A release:
10+
- - All encounters can be traced back to an RNG seed.
11+
- - With multiple shiny rolls (wild only) or shinies, this calculation is not instant (>15 seconds), so it is only done for non-shiny 1-rolls.
12+
- - Do not be lulled into a false sense of safety that PKHeX does not flag your modified Pokémon's PID/IVs.
13+
- - Cheat codes that modify the RNG generation routine is detectable in the resulting Pokémon, as previously mentioned in Discord.
14+
- - Ability editing via the GUI has been forced into All-Abilities mode due to GameFreak not updating a Pokémon's ability on evolution.
15+
- Added: Gen9a: Pokédex editor updated to handle new species with multiple mega forms.
16+
- Added: Gen9a: Trainer editor can now collect all field TMs.
17+
- Fixed: Gen9a: Handling/generating/verification for Charizard WA9 event gift now behaves as expected.
18+
19+
25/12/02 - New Update: (96381) [11722798]
520
- Added Mewtwonite X/Y as released items, and Mewtwo encounter data.
621
- Legality:
722
- - Fixed: Gen9a Plus moves from level-up learnset now allow Seed of Mastery to mark as Plus, without the Plus level threshold.

0 commit comments

Comments
 (0)