years100 Posted February 7, 2011 Posted February 7, 2011 Hey, so I'm trying to modify the following IV Modifier code: 1206e012 0000201f 1206e028 0000201f 1206e03e 0000201e 1206e054 0000201e 1206e06a 0000201e 1206e080 0000201e I'm trying to make a Porygon that has 22 HP, 22 Att, 28 Def, 26 Sp A, 22 Sp D, and 26 Spd. The reason is I already have a Porygon with slightly more than these stats, but I want it to have Hidden Power Fighting. I've tried modifying the code in order to produce these IVs, but I keep getting odd values instead. If anyone would be willing to help me, I'd be very appreciative. Thanks!
Delta Blast Burn Posted February 8, 2011 Posted February 8, 2011 Here Use this code (HGSS) 1206ee52 000002d6 1206f11e 000046c0 1206f126 000046c0 1206f12c 000046c0 1206f13a 000046c0 1206f140 000046c0 1206f14e 000046c0 1206f154 000046c0 1206f162 000046c0 1206f168 000046c0 1206f176 000046c0 1206f11a 00002116 1206f130 00002016 1206f144 0000201c 1206f158 0000201a 1206f16c 0000201a 1206f180 00002016 open up bill's pc move pokemon tap porygon select mark choose any marks tap ok done.
years100 Posted February 8, 2011 Author Posted February 8, 2011 That's awesome, thanks! Just curious though, if I wanted to modify it in order to produce different values, how would I do that?
Delta Blast Burn Posted February 9, 2011 Posted February 9, 2011 1206ee52 000002d6 1206f11e 000046c0 1206f126 000046c0 1206f12c 000046c0 1206f13a 000046c0 1206f140 000046c0 1206f14e 000046c0 1206f154 000046c0 1206f162 000046c0 1206f168 000046c0 1206f176 000046c0 1206f11a 000021xx - Hp 1206f130 000020xx - Atk 1206f144 000020xx - Def 1206f158 000020xx - Spe 1206f16c 000020xx - Sp.a 1206f180 000020xx - Sp.d Edit the "xx" with 00 - 1f HexDec 00 00 01 01 02 02 03 03 04 04 05 05 06 06 07 07 08 08 09 09 0a 10 0b 11 0c 12 0d 13 0e 14 0f 15 10 16 11 17 12 18 13 19 14 20 15 21 16 22 17 23 18 24 19 25 1a 26 1b 27 1c 28 1d 29 1e 30 1f 31
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now