blob: 57b09ac09259a1ab818bac809eef931b030a41ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
|
# Pokemon Sav Editor (PSE)
## Mionathraìm SAV
This is a command-line, GNU/Linux supported Pokemon SAV editor.
It currently only supports Pokemon Red and Blue.
I was going to go with my normal naming theme, but thought "Mionathraìm SAV"
might be too hard to type/pronounce.. So, it'll be "Pokemon Sav Editor (PSE)"
and in the sub-title we'll call it "Mionathraìm SAV".
## Why a pokemon sav editor?
PKHeX doesn't work on Linux. This does.
## Release
I did compile it using `g++ (Gentoo 12.2.1_p20230304 p13) 12.2.1 20230304`
so if that will work fine for you, go for it.
## What about other generations?
This is just a starting point. Feel free to help though.
## What about [thing you want]
Request it, give me the offset addr, or add it in yourself. This is just
something I'm doing.
## What actually works?
You can change your name, your rival's name, and the amount of pokedollars you
have.
Right now I'm working on getting the data for editing items in the player's
pocket and I have plans to make an edit subroutine for the actual pokemon
themselves. Once the editor subroutine is finished, I will simply need to setup
the offsets per party, then per box. I'll worry about pokemon editing later
though.
## How to run
```
$ sh compile.sh
$ ./SE.o [FILENAME].sav
```
## Contribute
Make a PR.
## Goal
The goal of this project is to basically create a PKHeX replacement for Linux.
I want to go all the way up to modern generations, if possible.
## Nice idea
Language support for: ie_gle, ja_jp
|