Quote:
Originally Posted by ProGamer116
Hi, I just started rom hacking and as one of my first hacks I want to remake pokemon fire red on soul silver, with changes and improvements, like gyarados and charizard being dragon types. My main problem so far is starting in pallet town, stopped from entering the grass by oak, and receiving bulbasaur, squirtle, or charmander from oak in the lab. Does anyone know what tools I need and how to do it? I would really appreciate it :) Thanks!
P.S. does anyone know how to change all pokemons IV range from 0-31 to 31-31?
|
You'll need a script editor, but unfortunately the gen IV script editors are kinda buggy. The only choices right now are PPRE 0.14 (or whichever version came before 2.0, which is useless) or SDSME 1.81. There are serious problems with both::
- PPRE will sometimes corrupt wild Pokemon data when using the script editor
- PPRE will also corrupt script data when using the wild Pokemon editor
- SDSME 1.81 saves the edited scripts to the wrong place most of the time, and SDSME 2.0 doesn't save them at all (I'm working on fixing that but it'll be some time before I'm done)
- Both tools have a few commands that don't read/write properly
I'd strongly suggest learning to script in a gen 3 game first, as they're quite similar, and there are guides around that will teach you the basics, which aren't available for the gen IV games.
As for editing Pokemon, your best option is probably
this tool. Just be aware that after editing a Pokemon and saving changes, you need to click the "clear" button by the HM editor before moving to the next Pokemon.
The 100% safe and reliable alternative to all of the above is a hex editor, but that's not really beginner friendly.
Quote:
Originally Posted by struedelmuffin1
Would require a lot of scripting changes just to do that and I don't think anyone knows how to edit scripts in gen 4 games
|
That's not the case at all, gen IV and V scripting has been doable for years. PPRE has been around since 2009, and I'm currently working on rewriting SDSME's old script editor so that it actually works. We even have
this which documents every single scripting command in Platinum (as well as most of the ROM).