pkNX/pkNX.Structures
TalonSabre 7a762da8fd
Fixed compatible TRs reading incorrectly. (#328)
* Fixed SWSH not gathering TR learnsets correctly

TR compatibility for each pokemon had been saving to the same list as TM compatibility, and for some reason it was not working as intended.
After finishing, and seeing that it built and ran, I tested the impacted features, and confirmed it is working.

* Remove Commented/Unused Section

PersonalDumperSWSH was previously commented, and is now entirely removed from PersonalDumper.cs

* Add case for TRs to SetIMovesInfo function

Changed IMovesInfo.cs
Added extra if for SWSH to account for TRs.

* Add case for SWSH to SetPersonalInfo function

new if statement in SetPersonalInfo from IPersonalInfo.cs that allows setting TRs.
2023-04-21 22:21:58 +02:00
..
Converters Update dependencies, nullable all csproj 2022-10-25 17:05:12 -07:00
Dumpers Fixed compatible TRs reading incorrectly. (#328) 2023-04-21 22:21:58 +02:00
EggMove Refactoring 2022-10-01 17:08:17 -07:00
Encounter Update dependencies, nullable all csproj 2022-10-25 17:05:12 -07:00
Evolution Add handling for S/V load and data ripping 2022-11-24 15:30:03 -08:00
Havok Flatsharp codegen (#326) 2023-04-06 18:00:19 -07:00
Item Minor tweaks 2022-10-27 11:59:42 -07:00
Learnset Minor tweaks 2022-10-27 11:59:42 -07:00
Legality Fixed compatible TRs reading incorrectly. (#328) 2023-04-21 22:21:58 +02:00
Maison Update dependencies, nullable all csproj 2022-10-25 17:05:12 -07:00
MegaEvolution Refactoring 2022-10-01 17:08:17 -07:00
Misc Add handling for S/V load and data ripping 2022-11-24 15:30:03 -08:00
Move Update dependencies, nullable all csproj 2022-10-25 17:05:12 -07:00
Personal Fixed compatible TRs reading incorrectly. (#328) 2023-04-21 22:21:58 +02:00
Resources Refactoring 2022-10-01 17:08:17 -07:00
Text Add ruby text support (#327) 2023-04-16 12:35:06 -07:00
VsTrainer Update dependencies, nullable all csproj 2022-10-25 17:05:12 -07:00
ArrayUtil.cs Fix TypeTutor write 2022-10-07 10:07:42 -07:00
CodePattern.cs Refactoring 2022-10-01 17:08:17 -07:00
GameUtil.cs Add handling for S/V load and data ripping 2022-11-24 15:30:03 -08:00
GameVersion.cs Add handling for S/V load and data ripping 2022-11-24 15:30:03 -08:00
pkNX.Structures.csproj Update to net7, c#11 2023-01-14 15:34:27 -08:00
StructConverter.cs Minor clean 2022-10-01 17:46:11 -07:00
TableUtil.cs Flatsharp codegen (#326) 2023-04-06 18:00:19 -07:00
Util.cs Update dependencies, nullable all csproj 2022-10-25 17:05:12 -07:00