A Pokémon Ruby/Sapphire save editor library in Perl.
Go to file
sergiotarxz 710178b9cf Removing Inline::C dependency. 2023-02-09 16:04:04 +01:00
examples Adding enable deoxys. 2023-02-01 01:09:36 +01:00
firered event mons Adding initial commit. 2023-01-29 20:59:55 +01:00
lib Removing Inline::C dependency. 2023-02-09 16:04:04 +01:00
Build.PL Removing Inline::C dependency. 2023-02-09 16:04:04 +01:00
LICENSE Initial commit 2023-01-29 21:01:38 +01:00
README.md Solving readme typo. 2023-02-01 01:10:41 +01:00
leafgreen.gba Adding again roms. 2023-02-02 18:34:12 +01:00
leafgreen.sav Adding enable deoxys. 2023-02-01 01:09:36 +01:00
ruby.gba Adding again roms. 2023-02-02 18:34:12 +01:00
ruby.sav Adding initial commit. 2023-01-29 20:59:55 +01:00

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.