• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • 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
13
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.
     
    417
    Posts
    9
    Years
    • Seen Nov 20, 2016
    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.
     
    232
    Posts
    13
    Years
    • Seen Sep 10, 2019
    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?
     
    417
    Posts
    9
    Years
    • Seen Nov 20, 2016
    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.
     
    232
    Posts
    13
    Years
    • Seen Sep 10, 2019
    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!
     
    232
    Posts
    13
    Years
    • Seen Sep 10, 2019
    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:

    Dreamaker

    Banned
    97
    Posts
    14
    Years
  • 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