A Pokémon Ruby/Sapphire save editor library in Perl.
Go to file
2023-11-02 20:06:00 +01:00
examples Adding starmie. 2023-11-02 20:06:00 +01:00
firered event mons
lib Fixing Kumena name. 2023-11-01 20:52:28 +01:00
Build.PL Removing Inline::C dependency. 2023-02-09 16:04:04 +01:00
firered.gba Adding Jorge saves. 2023-11-01 13:25:03 +01:00
firered.sav Adding Jorge saves. 2023-11-01 13:25:03 +01:00
jolteon.gba Adding Jolteon. 2023-11-01 16:08:40 +01:00
jolteon.sav Adding leftovers to the team of Jorge. 2023-11-01 16:28:17 +01:00
larvitar.gba Adding larvitar. 2023-11-01 16:41:59 +01:00
larvitar.sav Adding larvitar. 2023-11-01 16:41:59 +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
LICENSE
moltres.gba Adding moltres. 2023-11-01 17:02:34 +01:00
moltres.sav Adding moltres. 2023-11-01 17:02:34 +01:00
mudkip.gba Adding Mudkip, fixing bug with pp. 2023-11-01 20:29:46 +01:00
mudkip.sav Fixing Kumena name. 2023-11-01 20:52:28 +01:00
Pokemon Rojo Fuego (S)(Rising Sun).gba Adding Jorge saves. 2023-11-01 13:25:03 +01:00
Pokemon Rojo Fuego (S)(Rising Sun).sav Adding Jorge saves. 2023-11-01 13:25:03 +01:00
populate_moves.pl Adding Mudkip, fixing bug with pp. 2023-11-01 20:29:46 +01:00
README.md Solving readme typo. 2023-02-01 01:10:41 +01:00
ruby.gba Adding again roms. 2023-02-02 18:34:12 +01:00
ruby.sav
skarmory.gba Better skarmory. 2023-11-01 17:33:22 +01:00
skarmory.sav Better skarmory. 2023-11-01 17:33:22 +01:00
starmie.gba Adding starmie. 2023-11-02 20:06:00 +01:00
starmie.sav Adding starmie. 2023-11-02 20:06:00 +01:00

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.