Skip to content

Commit

Permalink
Update 22.02.04
Browse files Browse the repository at this point in the history
Co-Authored-By: SciresM <[email protected]>
Co-Authored-By: Lusamine <[email protected]>
Co-Authored-By: Matt <[email protected]>
  • Loading branch information
4 people committed Feb 5, 2022
1 parent cdf41c0 commit d4a6392
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 22 deletions.
6 changes: 3 additions & 3 deletions .github/README-de.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ PKHeX erwartet Spielstände, die mit konsolenspezifischen Schlüsseln entschlüs

## Screenshots

![Main Window](https://i.imgur.com/ApbTkM0.png)
![Main Window](https://i.imgur.com/5421hUR.png)

## Erstellen

PKHeX ist eine Windows Forms Anwendung, die das [.NET Framework v4.6](https://www.microsoft.com/en-us/download/details.aspx?id=48137) benötigt, mit experimenteller Unterstützung für [.NET 5.0](https://dotnet.microsoft.com/download/dotnet/5.0).
PKHeX ist eine Windows Forms Anwendung, die das [.NET Framework v4.6](https://www.microsoft.com/en-us/download/details.aspx?id=48137) benötigt, mit experimenteller Unterstützung für [.NET 6.0](https://dotnet.microsoft.com/download/dotnet/6.0).

Die Anwendung kann mit jedem Kompiler erstellt werde, der C# 8 unterstützt.
Die Anwendung kann mit jedem Kompiler erstellt werde, der C# 10 unterstützt.

### Erstell Konfiguration

Expand Down
6 changes: 3 additions & 3 deletions .github/README-es.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ PKHeX espera archivos de guardado que no estén cifrados con las claves específ

## Capturas de Pantalla

![Pantalla principal](https://i.imgur.com/tw9zZap.png)
![Pantalla principal](https://i.imgur.com/umit9S2.png)

## Building

PKHeX es una aplicación de Windows Forms que requiere [.NET Framework v4.6](https://www.microsoft.com/en-us/download/details.aspx?id=48137), con soporte experimental para [.NET 5.0](https://dotnet.microsoft.com/download/dotnet/5.0).
PKHeX es una aplicación de Windows Forms que requiere [.NET Framework v4.6](https://www.microsoft.com/en-us/download/details.aspx?id=48137), con soporte experimental para [.NET 6.0](https://dotnet.microsoft.com/download/dotnet/6.0).

El archivo ejecutable puede ser construido con cualquier compilador que soporte C# 8.
El archivo ejecutable puede ser construido con cualquier compilador que soporte C# 10.

### Configuraciones del Build

Expand Down
6 changes: 3 additions & 3 deletions .github/README-fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ PKHeX attend des fichiers de sauvegarde qui ne sont pas chiffrés avec des clés

## Captures d'écran

![Main Window](https://i.imgur.com/OqOD05v.png)
![Main Window](https://i.imgur.com/EhtQ14x.png)

## Construction

PKHeX est une application Windows Forms qui nécessite [.NET Framework v4.6](https://www.microsoft.com/en-us/download/details.aspx?id=48137), avec une prise en charge expérimentale de [.NET 5.0.](https://dotnet.microsoft.com/download/dotnet/5.0)
PKHeX est une application Windows Forms qui nécessite [.NET Framework v4.6](https://www.microsoft.com/en-us/download/details.aspx?id=48137), avec une prise en charge expérimentale de [.NET 6.0.](https://dotnet.microsoft.com/download/dotnet/6.0)

L'exécutable peut être construit avec n'importe quel compilateur prenant en charge C# 8.
L'exécutable peut être construit avec n'importe quel compilateur prenant en charge C# 10.

### Construire les configurations

Expand Down
Binary file modified PKHeX.Core/Resources/legality/mgdb/wb8.pkl
Binary file not shown.
Binary file modified PKHeX.Core/Resources/legality/mgdb/wc4.pkl
Binary file not shown.
11 changes: 1 addition & 10 deletions 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>22.01.01</Version>
<Version>22.02.04</Version>
<LangVersion>10</LangVersion>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down Expand Up @@ -42,15 +42,6 @@
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Update="Subforms\Save Editors\Gen8\SAV_PokedexResearchEditorLA.cs">
<SubType>Form</SubType>
</Compile>
<Compile Update="Subforms\Save Editors\Gen8\SAV_PokedexLA.cs">
<SubType>Form</SubType>
</Compile>
<Compile Update="Subforms\Save Editors\Gen8\PokedexResearchTask8aPanel.cs">
<SubType>UserControl</SubType>
</Compile>
</ItemGroup>

<ItemGroup>
Expand Down
27 changes: 26 additions & 1 deletion PKHeX.WinForms/Resources/text/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,32 @@
PKHeX - By Kaphotics
http://projectpokemon.org/pkhex/

22/01/01 - New Update:
22/02/04 - New Update:
- Introducing Pokémon Legends: Arceus support! Thanks @SciresM, @sora10pls, @Lusamine, @architdate, @ReignOfComputer for troubleshooting!
- - Initial Legality Checking is provided. Please refer to the forums when reporting legality issues for PLA parsing.
- - Save Data is similar to SW/SH; a pokedex, trainer, inventory, and block data editor are provided.
- - Encounter legality has been reverse engineered & modeled to pre-compute possible met locations for overworld interactables.
- Added:
- - Gen8 BDSP wild encounters are now generated with RNG patterns matching the game. Thanks @Lusamine !
- - Gen8 BDSP xorshift RNG implemented, now available for PKHeX.Core referencing.
- - Gen8 BDSP zone unlock cheat to fly to all locations. Thanks @sora10pls !
- - Gen8 BDSP named constant for BDSP swarms for the event editor. Thanks @MewTracker !
- Changed:
- - Internal asset loading speed has been improved (more friendly to the runtime's garbage collector).
- - Internal value read/writes now work correctly for Big Endian runtimes.
- - Internal value read/writes are now allocation-free; memory allocation for strings has been reduced drastically too.
- - Clicking stat labels now changes nature amplification. Refer to the shortcut list for more info.
- Fixed:
- - Gen8 BDSP in-game trades are now checked for EC/PID legality.
- - Gen4 DPPt Swarm & Safari seeds now read/write correctly. Thanks @edo9300 !
- - Gen4 feeding a single low-quality poffin no longer indicates invalid sheen. Thanks Jollygator !
- - Gen3 Item quantity reads now behave correctly. Thanks @MichiS97 (dev build bug)!
- - Gen3 Shadow Monitor now reads all species correctly. Thanks @Mutty99 !
- - Gen2 Odd Eggs and E-Speed Dratini now recognize correctly prior to transfer. Thanks @N-Harmonik !
- - Gen1/2 Evolution chains now return a more accurate min/max level for each stage. Thanks @Ninjistix !
- - Handled more oddball encounters. Thanks @Skadiv & @Ninjistix !

22/01/01 - New Update: (114030) [4461382]
- Legality:
- - Added: Hatch Counter legality checking.
- - Added: Contest Stat Sheen legality checking (roughly compared to amount of other contest stats gained).
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ PKHeX expects save files that are not encrypted with console-specific keys. Use

## Screenshots

![Main Window](https://i.imgur.com/WDm7lwt.png)
![Main Window](https://i.imgur.com/RBcUanJ.png)

## Building

PKHeX is a Windows Forms application which requires [.NET Framework v4.6](https://www.microsoft.com/en-us/download/details.aspx?id=48137), with experimental support for [.NET 5.0](https://dotnet.microsoft.com/download/dotnet/5.0).
PKHeX is a Windows Forms application which requires [.NET Framework v4.6](https://www.microsoft.com/en-us/download/details.aspx?id=48137), with experimental support for [.NET 6.0](https://dotnet.microsoft.com/download/dotnet/6.0).

The executable can be built with any compiler that supports C# 10.

Expand Down

0 comments on commit d4a6392

Please sign in to comment.