A Pokémon Ruby/Sapphire save editor library in Perl.
Go to file
2023-11-14 18:14:46 +01:00
examples Adding finished salamence. 2023-11-14 18:14:46 +01:00
firered event mons
lib
Build.PL
celebi.gba
celebi.sav
claydol.gba Tyranitar to level 100. 2023-11-04 17:15:58 +01:00
claydol.sav Tyranitar to level 100. 2023-11-04 17:15:58 +01:00
findShinyJirachi.pl Tyranitar to level 100. 2023-11-04 17:15:58 +01:00
firered.gba
firered.sav
hadlerleafgreen.gba
hadlerleafgreen.sav
hadlerleafgreenrestos.gba
hadlerleafgreenrestos.sav
hadlerliga.sav Tyranitar to level 100. 2023-11-04 17:15:58 +01:00
jirachi.gba
jirachi.sav
jolteon.gba
jolteon.sav
jorgeTeamLevel100.gba Improving the Jorge's team. 2023-11-11 16:54:32 +01:00
jorgeTeamLevel100.sav Improving the Jorge's team. 2023-11-11 16:54:32 +01:00
larvitar.gba
larvitar.sav
leafgreen.gba
leafgreen.sav
LICENSE
milotic.gba Tyranitar to level 100. 2023-11-04 17:15:58 +01:00
milotic.sav Tyranitar to level 100. 2023-11-04 17:15:58 +01:00
moltres.gba
moltres.sav
mudkip.gba
mudkip.sav
Pokemon Rojo Fuego (S)(Rising Sun).gba
Pokemon Rojo Fuego (S)(Rising Sun).sav
populate_moves.pl
README.md
ruby.gba
ruby.sav Tyranitar to level 100. 2023-11-04 17:15:58 +01:00
sergioTeam2Base.gba Adding base for the new team. 2023-11-12 02:34:27 +01:00
sergioTeam2Base.sav Adding base for the new team. 2023-11-12 02:34:27 +01:00
sergioTeam2Salamence.gba Adding finished salamence. 2023-11-14 18:14:46 +01:00
sergioTeam2Salamence.sav Adding finished salamence. 2023-11-14 18:14:46 +01:00
skarmory.gba
skarmory.sav
skarmorySergio.gba
skarmorySergio.sav
starmie.gba
starmie.sav
start_sergio.gba
start_sergio.sav
tyranitar.gba Tyranitar to level 100. 2023-11-04 17:15:58 +01:00
tyranitar.sav Tyranitar to level 100. 2023-11-04 17:15:58 +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.