Elder01 Posted February 26, 2018 Share Posted February 26, 2018 Greetings, I'd like to ask for help about editing my generation 3 sav files (FRLG and Emerald), I can't seem to modify/change a pokemon ability in generation 3 sav files, but I was able to do it with generation 4 sav files using pokehax. I just want to know what's wrong and why I can't modify pokemon ability in gen 3 sav; I've already tried using other sav editors like a-save, and pokecrafter to no avail. I'd really appreciate if someone can help me solve this since I've been stuck with this problem for more than 2 weeks now. Thanks in advance. Link to comment Share on other sites More sharing options...
theSLAYER Posted February 26, 2018 Share Posted February 26, 2018 @Elder01 PKHeX allows changing of Ability, if that species has more than one ability number, Example: However, if you're referring to changing the ability to an illegal ability, it can't be done. Not because the feature isn't implemented, but rather it is a limitation of the Gen III games. In the Pokemon data structure, the ability is determine by a bitflag: 0 for ability 1, and 1 for ability 2. The game then checks against the game data, to assign the correct ability to it. Look at the data structure here:https://bulbapedia.bulbagarden.net/wiki/Pokémon_data_substructures_in_Generation_III#IVs.2C_Egg.2C_and_Ability 1 Link to comment Share on other sites More sharing options...
Elder01 Posted February 26, 2018 Author Share Posted February 26, 2018 2 minutes ago, theSLAYER said: @Elder01 PKHeX allows changing of Ability, if that species has more than one ability number, Example: However, if you're referring to changing the ability to an illegal ability, it can't be done. Not because the feature isn't implemented, but rather it is a limitation of the Gen III games. In the Pokemon data structure, the ability is determine by a bitflag: 0 for ability 1, and 1 for ability 2. The game then checks against the game data, to assign the correct ability to it. Look at the data structure here:https://bulbapedia.bulbagarden.net/wiki/Pokémon_data_substructures_in_Generation_III#IVs.2C_Egg.2C_and_Ability Thanks for enlightening me. Link to comment Share on other sites More sharing options...
theSLAYER Posted February 26, 2018 Share Posted February 26, 2018 12 minutes ago, Elder01 said: Thanks for enlightening me. No worries, glad I could help Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now