2023-01-29 20:59:55 +01:00
|
|
|
# Rsaves
|
|
|
|
|
2023-01-29 21:03:36 +01:00
|
|
|
## Work in progress Pokémon Ruby/Sapphire sav editing Perl library
|
2023-01-29 20:59:55 +01:00
|
|
|
|
|
|
|
TODO: Documentation.
|
|
|
|
|
2023-01-30 22:41:07 +01:00
|
|
|
The save attached is my own save and it is there so you can try the example easily.
|
2023-01-29 20:59:55 +01:00
|
|
|
|
2023-01-30 22:41:07 +01:00
|
|
|
## 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
|
|
|
|
|
2023-02-01 01:10:41 +01:00
|
|
|
You are welcome to contribute whatever you think it is missing.
|