clecavs2 Posted November 7, 2020 Share Posted November 7, 2020 The below Action Replay code is for Pokemon Fire Red. It gets you a Suicune in box 1 slot 1 of your PC with a Hardy nature, 31 IV in every stat, and 252 EVs in every stat. 1. Does anyone know how I can change the nature on this Suicune to Bold? 2.Also does anyone know how can I extract the part of the code that gets you 252 EVs in every stat (not sure which one it is) and use it on other PKM as well? Pokemon: Suicune Suicune Box:1 Spot:1 A0EA4A79 09CB8287 1F513C83 C6737191 2E95EF3E 9A3ADA9C DA6CDF8C D992FC55 F161D5A4 48F9A2DB 789003AC AD65A597 D9942118 228420E7 BD22D6A3 54A95B67 1D8E5B32 6C526D54 F4CE0B7F A0195C17 5BCB1A1E A443F090 7CD61567 C2A4BCE1 FEC57C55 FC5E7061 18E59658 CB80F40C BC160D41 9675355E 6C08030D 66C8D23F 7A1B98BF 86D51A8B 972DC8C8 436CD531 3EEC79F0 046CEFAF 7E34180D 1D386F68 Link to comment Share on other sites More sharing options...
Delta Blast Burn Posted November 7, 2020 Share Posted November 7, 2020 (edited) I tried doing what you asked, but honestly you're better off making your own. The Suicune in that code is super illegal. I've attached a program with which you can do so. Supports Code generation for Gen 3 and 4. Pick a gen 3 game at the top. Choose Gameshark Raw from the combobox near the bottom. Then copy the created codeto clipboard and paste into AR crypt. At the bottom middle of AR crypt click the dot for Raw on the left and ARv3 on the right then click proceed. Now you have a way to create legal pokemon for Gen 3 games. PokeGen_old.7z AR Crypt v3.12beta.7z Edited November 7, 2020 by Delta Blast Burn It's more better now :) Link to comment Share on other sites More sharing options...
clecavs2 Posted November 7, 2020 Author Share Posted November 7, 2020 (edited) My Mac computer doesn't seem to recognize either of those attachments/programs you posted, they might be just for Windows users? I have tried analyzing the code using the https://gamehacking.org/?sys=gba code converter to play around with the code but couldn't find the line of code that controls the nature. The closest I got was the code line "789003AC AD65A597" can actually change the PKM's location in the trainer memo where you found it. I was actually able to apply it on other PKM by putting them in box 1 slot 1 then turning this part of the original code on. Is there a code where you can edit/modify EVs? Edited November 7, 2020 by clecavs2 Link to comment Share on other sites More sharing options...
Delta Blast Burn Posted November 7, 2020 Share Posted November 7, 2020 Yeah, they're windows programs. You might be able to get them to work with wine. The nature is determined by the PID; something like PID modulo 25, and the result indicates the nature. There's no easy way to modify EV's because the pokemon data itself is encrypted. Check this out for more info. Link to comment Share on other sites More sharing options...
clecavs2 Posted November 8, 2020 Author Share Posted November 8, 2020 (edited) I don't know what "wine" is? But I also found this below Jirachi code that got me one with a Timid nature in Box 12. It's Shiny, has 31 IV in all stats, 252 EVs in all stats as well. It looks like a very similar code setup to the Suicine one I posted. These type of PKM creation codes always seem to have a Hardy nature, but this is different as it was able to get a different nature. Is there anyway you can tell which line of code controls the nature in this one or the Suicine one, or is it just not possible to tell? I don't even know if it would help knowing which line of code the nature is, if you weren't able to do any edits with those programs you have access to. Box:1 Spot:17CF11568 A4556E9D4B929AED 77AB98BB531AB93A 7FC76D19661CC711 AAE95A412A911BB7 E5F518FA9CDBFFF2 040A74E8DF676D71 AE692E9287626471 17B6248E0860C216 0722DCCBB2C67E39 5ED38FA7772E54B5 97D8B62087BCE853 0A120A7211AAC534 93CCF4D778954F35 FA03E3E8DCA16451 CAF36F62A14E26A5 49F501945439212A 32BB3712D61CDE8C C3C2EF5974E09D3D 7898CFE7A9683455 478F1CF1 Edited November 8, 2020 by clecavs2 Link to comment Share on other sites More sharing options...
Delta Blast Burn Posted November 8, 2020 Share Posted November 8, 2020 (edited) As I said in a previous post the PID controls nature. If you change even a single bit of the PID(to change the nature) the pokemon you're trying to edit becomes a bad egg. The page I linked previously explains why and how. Wine lets you run windows programs on mac, linux and others. It's much easier to make your own codes than try to bodge together parts of different codes if you don't know exactly what your doing. Edited November 8, 2020 by Delta Blast Burn more info Link to comment Share on other sites More sharing options...
clecavs2 Posted November 8, 2020 Author Share Posted November 8, 2020 So I got Wine and then the Pokemon Generator program (version 1.22). Both of your attachments came up as documents, so I had to get both programs as .exe files elsewhere. I found https://gamehacking.org/?sys=gba much easier for translating codes into Gameshark than AR Crypt, so I used that instead. I'm currently having trouble getting 31 IV in every stat except HP on the Suicine I'm trying to make. Everything else seems to be coming through except having 31 IV in Attack,Defense,Special Atk,Special Defense and Speed. Not sure what's happening. I even had the program generate it's own shiny ID to create a Trainer/Secret ID but the IVs were still off. But then I'm not even sure how tied this program is to Trainer/Secret ID. The AR code I found below for viewing your Secret ID is not coming up on my trainer card like it says its supposed to. I've used DMA/Master codes, flipped both on and off etc but still can't seem to view it. 45AC29B6 9CE3235F C797E8CE A9A713E4 4A9798E5 A6B8D9AE 75CE63AC 35BA83C8 Link to comment Share on other sites More sharing options...
clecavs2 Posted November 13, 2020 Author Share Posted November 13, 2020 (edited) In using the PokeGen program (vs 1.22) it seems as if there is an issue with the Attack,Defense,Special Atk,Special Defense and Speed IVs - they don't carry over into the Gameshark raw code. This is after I selected a PID that gives me 31 IV in all stats. Even when I change the IV number individually - i notice the gameshark raw code doesn't change at all. Don't know if anyone else is having this issue that has tried this. Edited November 13, 2020 by clecavs2 Link to comment Share on other sites More sharing options...
Delta Blast Burn Posted November 13, 2020 Share Posted November 13, 2020 3 hours ago, clecavs2 said: In using the PokeGen program (vs 1.22) it seems as if there is an issue with the Attack,Defense,Special Atk,Special Defense and Speed IVs - they don't carry over into the Gameshark raw code. This is after I selected a PID that gives me 31 IV in all stats. Even when I change the IV number individually - i notice the gameshark raw code doesn't change at all. Don't know if anyone else is having this issue that has tried this. If you want, you can just post a pk3 of the suicune you want and i'll recreate it and post the code for you. Just @ me so i can be notified. Link to comment Share on other sites More sharing options...
clecavs2 Posted November 13, 2020 Author Share Posted November 13, 2020 (edited) 9 hours ago, Delta Blast Burn said: If you want, you can just post a pk3 of the suicune you want and i'll recreate it and post the code for you. Just @ me so i can be notified. I attached a screen shot (showing below in my post) of the Suicune I'm trying to create in the program. Posted the gameshark raw code below just incase. But I mean, i want to create other ones as well. I want to know why everything else is working but the 5 IVs outside of HP. How/where are you going to be recreating it? 22029318 FFFF3886 2202931C 56EF85C7 22029320 BDC3CFCD 22029324 FFBFC8CF 22029328 0202FFFF 2202932C CECEBBC7 22029330 00FFFFFF 22029334 00006803 22029338 A1A2DB41 2202933C A96E26DE 22029340 A910BD41 22029344 55EC41BD 22029348 A91041BD 2202934C A910BD41 22029350 A996BDB4 22029354 A912DF1B 22029358 A91042BE 2202935C A92ABC1A 22029360 A98CBD78 22029364 A910BD41 Edited November 13, 2020 by clecavs2 Link to comment Share on other sites More sharing options...
Delta Blast Burn Posted November 14, 2020 Share Posted November 14, 2020 (edited) I have another program you can try it's a super strange layout but was the goto utility for a few years. You can even use it to extract pokemon from codes(Which is super tempermental btw.). You should have no trouble using it because it runs in your browser. Here's your suicune: Spoiler Pokemon: Suicune SUICUNE Box:1 Spot:1 65764869 23C5D950 FA8826D8 4D6873E5 95F62ECA 5D5C0B81 138EE5E7 99012B47 F161D5A4 48F9A2DB D1D733F0 32C58179 D9942118 228420E7 E7E055BF 450DD262 4E9C84FE BD247EAF 3116BB01 E8A7EC67 D2C77197 3A3B86A6 7D474D75 94D47A00 42E6C471 0259E978 6737B203 1B2000A2 7542A52D 5EEB09AA 9464569A F911F235 B0550679 F09774E1 23BBEADA 5121E27F 555E971F 843070E8 9DDED384 95D2B073 PokemonMaker v4.23 (CodeSave feature).hta Edited November 14, 2020 by Delta Blast Burn Link to comment Share on other sites More sharing options...
clecavs2 Posted November 14, 2020 Author Share Posted November 14, 2020 13 hours ago, Delta Blast Burn said: I have another program you can try it's a super strange layout but was the goto utility for a few years. You can even use it to extract pokemon from codes(Which is super tempermental btw.). You should have no trouble using it because it runs in your browser. Here's your suicune: Reveal hidden contents Pokemon: Suicune SUICUNE Box:1 Spot:1 65764869 23C5D950 FA8826D8 4D6873E5 95F62ECA 5D5C0B81 138EE5E7 99012B47 F161D5A4 48F9A2DB D1D733F0 32C58179 D9942118 228420E7 E7E055BF 450DD262 4E9C84FE BD247EAF 3116BB01 E8A7EC67 D2C77197 3A3B86A6 7D474D75 94D47A00 42E6C471 0259E978 6737B203 1B2000A2 7542A52D 5EEB09AA 9464569A F911F235 B0550679 F09774E1 23BBEADA 5121E27F 555E971F 843070E8 9DDED384 95D2B073 PokemonMaker v4.23 (CodeSave feature).hta 412.73 kB · 1 download The code worked thanks. I couldn't download your attachment because it shows as a document on my MAC. Could you send it as an .exe direct program/file if its for Windows? I tried changing the file extension to .exe but it didn't work. I saw you had posted the PokeGen 1.22 program on another thread on this website as an .exe file and I was able to get it. Link to comment Share on other sites More sharing options...
Delta Blast Burn Posted November 15, 2020 Share Posted November 15, 2020 (edited) 7 hours ago, clecavs2 said: The code worked thanks. I couldn't download your attachment because it shows as a document on my MAC. Could you send it as an .exe direct program/file if its for Windows? I tried changing the file extension to .exe but it didn't work. I saw you had posted the PokeGen 1.22 program on another thread on this website as an .exe file and I was able to get it. It's an hta file (HTml Application) so you could try to open it with safari on a mac(make sure you allow scripts to run). I did some checking and it appears you were about the issues with IV's, I have the same problem. Edited November 15, 2020 by Delta Blast Burn more info Link to comment Share on other sites More sharing options...
clecavs2 Posted November 15, 2020 Author Share Posted November 15, 2020 11 hours ago, Delta Blast Burn said: It's an hta file (HTml Application) so you could try to open it with safari on a mac(make sure you allow scripts to run). I did some checking and it appears you were about the issues with IV's, I have the same problem. It doesn't give me the option to open it with either Safari or Google Chrome. However, i did find the program on this website. It 100% works. http://www.westfalen-challenge.de/playground/pokemonmaker/PokemonMakerV4x.html I still can't get the code I posted earlier in this thread to be able to view my secret ID - says it should be viewable on my trainer card. But nothing changes when I flip it on. Have you ever used this type of code successfully? Link to comment Share on other sites More sharing options...
Delta Blast Burn Posted November 15, 2020 Share Posted November 15, 2020 Glad you got it to work. In regards to the SID code I had issues with it too. you might want to contact DeadSkullzJr or Blackshark. they might be able to hepl you trobleshoot. Link to comment Share on other sites More sharing options...
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