- 6
- Posts
- 2
- Years
- Seen Jan 26, 2024
Hey guys I just went through a lot of the instructions to find these values so figured I'd share. This is for Pokemon Emerald (US) BPEE. I'd like to give credit to Zeturic, who in this thread explained how to do this for FireRed: https://www.pokecommunity.com/threads/409670
So to change the Shiny Rate, goto these offsets in w.e hex editor and overwrite (only the BOLD values) with the following:
06E76C: 07 28 This is the main Shiny comparison line. Increasing 07 increases odds. Change to w.e you like. FE is max.
06E7E2: 07 28 This line does same thing but is for Sprite on the summary screen. Change this to same as above.
06EBE4: 07 2A Same as above but gives you the shiny star and/or background and font on the summary screen. Change this to same as above
0C0EE0: 08 21 This one makes sure the pokedex sprites are NOT shiny. Change this value 1 higher than the rest. Ex: FF if you changed aboves to FE
172F46: 07 28 This gives you the shiny sparkle animation in battle. Set to same as first address.
031910: 08 21 This is the Lotad that Professor Birch shows you on intro. Set to 1 above again, same as C0EE0
1346AC: 08 21 This is the Starter Pokemon Selection Sprites. Again, 1 above the first so they wont be shiny.
I think this is all the important offsets. Might be missing some but i think this is complete. To find out what odds you want, take the first value, default is 07, add 1 to it, then divide by 65536. So if you change to FE like i did, (FE+1)/65535 = FF/6535 = 255/65535 = about 1/255.
Just make sure you change all the 07 values to same value (x), and the 08 value must be changed to (x+1).
Any questions post em, enjoy guys !
So to change the Shiny Rate, goto these offsets in w.e hex editor and overwrite (only the BOLD values) with the following:
06E76C: 07 28 This is the main Shiny comparison line. Increasing 07 increases odds. Change to w.e you like. FE is max.
06E7E2: 07 28 This line does same thing but is for Sprite on the summary screen. Change this to same as above.
06EBE4: 07 2A Same as above but gives you the shiny star and/or background and font on the summary screen. Change this to same as above
0C0EE0: 08 21 This one makes sure the pokedex sprites are NOT shiny. Change this value 1 higher than the rest. Ex: FF if you changed aboves to FE
172F46: 07 28 This gives you the shiny sparkle animation in battle. Set to same as first address.
031910: 08 21 This is the Lotad that Professor Birch shows you on intro. Set to 1 above again, same as C0EE0
1346AC: 08 21 This is the Starter Pokemon Selection Sprites. Again, 1 above the first so they wont be shiny.
I think this is all the important offsets. Might be missing some but i think this is complete. To find out what odds you want, take the first value, default is 07, add 1 to it, then divide by 65536. So if you change to FE like i did, (FE+1)/65535 = FF/6535 = 255/65535 = about 1/255.
Just make sure you change all the 07 values to same value (x), and the 08 value must be changed to (x+1).
Any questions post em, enjoy guys !
Last edited: