A program that reports RNG advances that yield Pokemon compatible with the Japanese variant of the FRLG mail glitch. This should give PIDs that can be used with this tool by デテロニー to transform a Pokemon into a grab ACE Pokemon.
- .NET 8.0
- Your favourite terminal
- Git
- Launch your favourite terminal
git clone https://github.com/kaitouctr/JPNGrabACEHelper.git
cd JPNGrabACEHelper
dotnet build JPNGrabACEHelper.sln
dotnet
should tell you where the built application is but if not, checkJPNGrabACEHelper/JPNGrabACEHelper/bin/Debug/net8.0
Make sure that .NET 8.0 is installed.
- Launch your favourite terminal in the directory where you unzipped the archive
.\JPNACEHelper.exe
chmod +x JPNACEHelper
./JPNACEHelper
- Slashmolder's RNGReporter for inspiration on the implementation of LCRNG32 in C#
- Lincoln-LM's JS-Finder for inspiration on implementing wild encounter RNG.
© 2024 Luong Truong
This program is licensed under the terms of the MIT license, see LICENSE
for more information.