Skip to content

Commit

Permalink
Update 21.11.21
Browse files Browse the repository at this point in the history
Things are stable enough, and I'm not passing up that palindrome date version ;)
still 11/21 where it matters!
  • Loading branch information
kwsch committed Nov 22, 2021
1 parent cd5c220 commit 37e2804
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PKHeX.WinForms/PKHeX.WinForms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<ApplicationIcon>Resources\Icon.ico</ApplicationIcon>
<StartupObject>PKHeX.WinForms.Program</StartupObject>
<AssemblyName>PKHeX</AssemblyName>
<Version>21.11.19</Version>
<Version>21.11.21</Version>
<LangVersion>9</LangVersion>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down
26 changes: 25 additions & 1 deletion PKHeX.WinForms/Resources/text/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,31 @@
PKHeX - By Kaphotics
http://projectpokemon.org/pkhex/

21/11/19 - New Update
21/11/21 - New Update:
- Legality:
- - Fixed: TM learn permissions now reference the correct move IDs.
- - Fixed: Elemental Beam type tutors now permitted for PB8 formats.
- - Fixed: Revised roamer met location list to match dumped roam locations.
- - Fixed: Feebas and Burmy encounter matching now behaves as intended.
- - Fixed: Ball legality for bred Fossil species restricted to only Poké Balls.
- - Added: Affixed Ribbon value is now checked for PB8 format.
- - Added: Minimum hatch counter values are now checked for all formats.
- Added: Clicking the Hatch Counter label now toggles min/max suggested values, similar to clicking the Friendship label shortcut.
- Added: BDSP saves now indicate the (computer local time) saved time from the save file. Backups are now saved with this detail.
- Added: BDSP Underground player inventory editor. Statues, goods, items, etc.
- Added: BDSP Specialized Trainer Info editor is now used for BD/SP instead of the old generic form.
- Added: BDSP Fashion unlock flags are now in the Event Flag editor.
- Added: BDSP PB8<->PK8 Incompatible conversion path is now available if opted in via program settings.
- Added: BDSP Daycare details including the RNG seed are now shown, similar to prior games.
- Fixed: BDSP poffin ingredient berries are now able to be edited via the player Inventory Editor.
- Fixed: BDSP inventory editor now deletes item slots that have been deleted via the GUI editor.
- Fixed: BDSP Blank PB8 files (encounter templates) are created with AffixedRibbon=-1, along with the met locations.
- Fixed: BDSP Batch editor now works for the PB8 format.
- Fixed: BDSP encounter database now yields Shining Pearl egg encounters.
- Fixed: Toggling egg state in the PKM Editor GUI now sets the correct met location values.
- Changed: Editing the HT_Friendship value for eggs in the Memories editor is now possible if it is a HT-handled egg, rather than being greyed out.

21/11/19 - New Update: (41229) [4140044]
- Introducing Brilliant Diamond & Shining Pearl Support! Thanks @SciresM, @sora10pls, @Lusamine, @architdate, @ReignOfComputer for troubleshooting!
- - Initial Legality Checking is provided. Please refer to the forums when reporting legality issues for BDSP parsing.
- - Bag editing, Pokédex, and Event Flags, Trainer Info editing is provided. More editable values can be found in the Block Data editor.
Expand Down

0 comments on commit 37e2804

Please sign in to comment.