PKHeX/PKHeX.Core/Saves
abcboy101 b0da14b71e
Add Geonet/Unity Tower editor (#3909)
Adds a basic editor for recorded Geonet/Unity Tower locations for the Gen 4/5 games, building on this [post by Danius88](https://projectpokemon.org/home/forums/topic/62055-bw-b2w2-unity-tower-geonet-and-passerby-research/).
So far, I've implemented buttons that set all locations (including unused ones), set all legal locations, and clear all recorded locations; and checkboxes to toggle whether the whole globe is visible (used in Japanese games) and whether the ferry to Unity Tower is unlocked.

Haven't implemented any UI for editing the status of individual locations, since I'm not sure how to lay it out.
Also haven't implemented anything related to how the data of the other players in Unity Tower is stored.
2023-06-11 09:38:24 -07:00
..
Access Add Geonet/Unity Tower editor (#3909) 2023-06-11 09:38:24 -07:00
Blocks Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
Encryption Add more overload methods 2023-04-10 00:49:39 -07:00
Storage Misc tweaks 2023-04-10 01:26:54 -07:00
Substructures Add Geonet/Unity Tower editor (#3909) 2023-06-11 09:38:24 -07:00
Util Add MemoryCard detection as latest sav, pkmdb 2023-05-01 16:51:17 -07:00
SAV1.cs Encapsulate item pouch arrays/etc for finer control (#3860) 2023-04-16 12:58:07 -07:00
SAV1Stadium.cs Privatize some static fields, more robust legal helper classes. (#3865) 2023-04-20 21:23:15 -07:00
SAV1StadiumJ.cs Privatize some static fields, more robust legal helper classes. (#3865) 2023-04-20 21:23:15 -07:00
SAV2.cs Privatize some static fields, more robust legal helper classes. (#3865) 2023-04-20 21:23:15 -07:00
SAV2Stadium.cs Use span for savefile slot API 2023-03-25 23:14:50 -07:00
SAV3.cs Minor tweaks 2023-04-22 17:51:32 -07:00
SAV3Colosseum.cs Encapsulate item pouch arrays/etc for finer control (#3860) 2023-04-16 12:58:07 -07:00
SAV3E.cs Encapsulate item pouch arrays/etc for finer control (#3860) 2023-04-16 12:58:07 -07:00
SAV3FRLG.cs Encapsulate item pouch arrays/etc for finer control (#3860) 2023-04-16 12:58:07 -07:00
SAV3GCMemoryCard.cs Add MemoryCard detection as latest sav, pkmdb 2023-05-01 16:51:17 -07:00
SAV3RS.cs Encapsulate item pouch arrays/etc for finer control (#3860) 2023-04-16 12:58:07 -07:00
SAV3RSBox.cs Use span for savefile slot API 2023-03-25 23:14:50 -07:00
SAV3XD.cs XK3: Load Purified state from savefile 2023-05-01 17:09:45 -07:00
SAV4.cs Add Geonet/Unity Tower editor (#3909) 2023-06-11 09:38:24 -07:00
SAV4BR.cs Use span for savefile slot API 2023-03-25 23:14:50 -07:00
SAV4DP.cs Add Geonet/Unity Tower editor (#3909) 2023-06-11 09:38:24 -07:00
SAV4HGSS.cs Add Geonet/Unity Tower editor (#3909) 2023-06-11 09:38:24 -07:00
SAV4Pt.cs Add Geonet/Unity Tower editor (#3909) 2023-06-11 09:38:24 -07:00
SAV4Sinnoh.cs Use Memory<byte> for Gen4 saves 2023-03-26 15:16:12 -07:00
SAV5.cs Add Geonet/Unity Tower editor (#3909) 2023-06-11 09:38:24 -07:00
SAV5B2W2.cs Add Geonet/Unity Tower editor (#3909) 2023-06-11 09:38:24 -07:00
SAV5BW.cs Add Geonet/Unity Tower editor (#3909) 2023-06-11 09:38:24 -07:00
SAV6.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
SAV6AO.cs Fix ORAS Held Items Using XY Held Items By Mistake (#3866) 2023-04-23 01:35:26 -07:00
SAV6AODemo.cs Fix ORAS Held Items Using XY Held Items By Mistake (#3866) 2023-04-23 01:35:26 -07:00
SAV6XY.cs Fix ORAS Held Items Using XY Held Items By Mistake (#3866) 2023-04-23 01:35:26 -07:00
SAV7.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
SAV7b.cs Skip initial cctor alloc on non-byte primitives (#3850) 2023-03-25 17:55:55 -07:00
SAV7SM.cs Skip initial cctor alloc on non-byte primitives (#3850) 2023-03-25 17:55:55 -07:00
SAV7USUM.cs Skip initial cctor alloc on non-byte primitives (#3850) 2023-03-25 17:55:55 -07:00
SAV8BS.cs Initial support for Pokémon HOME 3.0.0 (#3899) 2023-06-03 18:19:16 -07:00
SAV8LA.cs Initial support for Pokémon HOME 3.0.0 (#3899) 2023-06-03 18:19:16 -07:00
SAV8SWSH.cs Expose FashionUnlock8 From SAV8SWSH (#3859) 2023-04-16 12:32:25 -07:00
SAV9SV.cs Initial support for Pokémon HOME 3.0.0 (#3899) 2023-06-03 18:19:16 -07:00
SAV_BEEF.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
SAV_STADIUM.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
SaveFile.cs Minor tweaks 2023-03-28 11:29:29 -07:00
SaveFileMetadata.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
SaveFileState.cs Minor clean 2022-04-11 11:56:56 -07:00