Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.
There are tools for GBA games like Gen 3 Hacking Suite and Advanced Map that simplifies the process. What do these tools do behind the scenes? I know it involves expanding the pokedex. Mikelan has a post on WaH forums explaining this(page is in spanish, but google translate does a pretty good job)
There are tools for GBA games like Gen 3 Hacking Suite and Advanced Map that simplifies the process. What do these tools do behind the scenes? I know it involves expanding the pokedex. Mikelan has a post on WaH forums explaining this(page is in spanish, but google translate does a pretty good job)
For the expansion of pokemon, moves, items and other simple things like that, the same principle applies: moving the tables/data to free space and making them larger to fit in your additions. There will be some limiters, basically things saying that there are this fixed amount of pokemon/moves/items that you need to change.
Abilities are a bit more complicated in that you basically need to code how the new abilities will work and they will work, with some tinkering. Pokedex expansion is also a bit complicated due to how the game handles recording seen and caught pokemon so you need to recode all of that. Thankfully, tools simplify this, but doing it yourself isn't that hard; you just need to paste in the new code.