You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 months ago | |
---|---|---|
examples | 2 months ago | |
firered event mons | 8 months ago | |
lib | 8 months ago | |
Build.PL | 8 months ago | |
LICENSE | 8 months ago | |
README.md | 8 months ago | |
leafgreen.gba | 8 months ago | |
leafgreen.sav | 8 months ago | |
ruby.gba | 8 months ago | |
ruby.sav | 8 months ago |
README.md
Rsaves
Work in progress Pokémon Ruby/Sapphire sav editing Perl library
TODO: Documentation.
The save attached is my own save and it is there so you can try the example easily.
Installation
Linux
You will need the build-essentials equivalent for your distribution and Perl 5.34.1 or higher.
cpan .
And restart the shell.
Trying the examples
perl Build.PL
./Build installdeps
perl -Ilib examples/all_pokemon_shiny.pl
If you want to try them without installing or
perl examples/all_pokemon_shiny.pl
If you have already installed the library.
Contributing
You are welcome to contribute whatever you think it is missing.