• 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.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Scottie, Todd, Serena, Kris - which Pokémon protagonist is your favorite? Let us know by voting in our poll!
  • 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.

[Other] Changing Pokemon IV range Fire Red

  • 232
    Posts
    14
    Years
    • Seen Sep 10, 2019
    Is there a way to edit the IV range in Fire Red? I want to change the range from 0~31 to 31-31 so that I don't have to worry about dealing with IVs.
     
    Code:
    1F 21 00 00 00 00
    at 0x04087E, 0x040892, 0x0408AC, 0x0408DC, 0x0408F4

    and
    Code:
    1F 22 00 00 00 00
    at 0x0408C2 (I think) should do the trick. This specifically will only work for newly created Pokemon.
    What do you mean by newly created Pokemon? Like custom-made Pokemon?
     
    What do you mean by newly created Pokemon? Like custom-made Pokemon?
    I was referring to in game Pokemon; that Pokemon on your team in your save file will not have perfect IVs. But every wild Pokemon, every Pokemon you capture, every Pokemon you are given, every trainer team, will have perfect IVs. It was a very minor "issue." Those changes make all future Pokemon have perfect IVs, but those that you've already captured have already had their IVs set.
     
    I was referring to in game Pokemon; that Pokemon on your team in your save file will not have perfect IVs. But every wild Pokemon, every Pokemon you capture, every Pokemon you are given, every trainer team, will have perfect IVs. It was a very minor "issue." Those changes make all future Pokemon have perfect IVs, but those that you've already captured have already had their IVs set.
    Oh okay, that's perfect. Thanks!
     
    Code:
    1F 21 00 00 00 00
    at 0x04087E, 0x040892, 0x0408AC, 0x0408DC, 0x0408F4

    and
    Code:
    1F 22 00 00 00 00
    at 0x0408C2 (I think) should do the trick. This specifically will only work for newly created Pokemon.
    Edit: nevermind, it works perfectly. Thanks again!
     
    Last edited:
    I got 0 ~ 1

    Offset=0x04087E
    Original=21 78 1F 20 01 40
    Modified=21 78 01 20 01 40
    Offset=0x040892
    Original=21 78 1F 20 01 40
    Modified=21 78 01 20 01 40
    Offset=0x0408AC
    Original=21 78 1F 20 01 40
    Modified=21 78 01 20 01 40
    Offset=0x0408DC
    Original=21 78 1F 20 01 40
    Modified=21 78 01 20 01 40
    Offset=0x0408F4
    Original=21 78 1F 20 01 40
    Modified=21 78 01 20 01 40
    Offset=0x0408C2
    Original=22 78 1F 20 02 40
    Modified=22 78 01 20 02 40
     
    Back
    Top