A Pokémon Ruby/Sapphire save editor library in Perl.
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.
sergiotarxz cfe1497fbd Correcting save size. 2 months ago
examples Correcting save size. 2 months ago
firered event mons Adding initial commit. 8 months ago
lib Removing Inline::C dependency. 8 months ago
Build.PL Removing Inline::C dependency. 8 months ago
LICENSE Initial commit 8 months ago
README.md Solving readme typo. 8 months ago
leafgreen.gba Adding again roms. 8 months ago
leafgreen.sav Adding enable deoxys. 8 months ago
ruby.gba Adding again roms. 8 months ago
ruby.sav Adding initial commit. 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.