Jump to content

Search the Community

Showing results for tags 'generator'.

  • Search By Tags

    • generator ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 14 results

  1. Version 1.1.6

    2772 downloads

    This application can generate TID/SID pairs that can be used with the Cute Charm Glitch in Gen 4, and even outputs an Action Replay Code. You can: Choose the Cute Charm Lead, Shiny Group, and even specify a Trainer ID Even let the program choose the Shiny Group for you (if you wan...
  2. I just want to make a legit shiny 10 Aniv Suicune,'coz the one that is on the event download is too bad (IVs/nature). It's PID is type 4. Is there a way to generate a legit type 4 shiny PID,corresponding to IVs I choose?
  3. I think it would be cool to create (or port) PokeGen to the Android platform! I have many of the plans to do so already in my head, so mainly, the only things needed to do is just the time intensive coding portions. Of course, I would really like to get the approval of the PokeGen creator (since m...
  4. The Normal PRNG: class pkmgen4prng(object): def __init__(self,seed): self.seed =(seed * 0x41C64E6D + 0x6073) if self._bitLen(self.seed)>32: self.seed = self.seed>>self._bitLen(self.seed)-32 object.__init__(self) def prngenerate16(self): seed = self.seed...
  5. ive recently strated using pokegen for white and it has been working perfectly as i wanted and as it should. ive done basically everything in the game, short of playing online since the pokegen pokemon dont tend to work. im not worried about all that i just want to know if i can restart the game and...
  6. PokeGen is now maintained by Mat. Current version: 3.1.13 <-- THIS IS A LINK, SINCE PEOPLE DON'T GET IT Be sure to always keep backups of your save files prior to editing. I'm not perfect, mistakes can exist in the program still. This program can be used for Diamond, Pearl, Plat...
  7. Why does my PID/IV Generator look like this? Is this normal?
  8. This may sound noob-ish, but I was wondering if anyone could explain what "Type 1, Type 2, etc." mean when using the built-in PID generator. I know they have something to do with what type the PID is (Normal NDS or GBA, Very Rare GBA, Common GBA Event (Unrestricted), etc.), but I was hoping to find...
  9. I remember there was one somewhere, where you put in the ID and SID, and it returned a list of IV/nature/gender combos that would be valid shinies with that ID and SID, anyone have a link?
  10. I used the PID/IV generator to make a legit max 31 IV, shiny hasty Palkia. So I tried the PID Generator with option number 4 and answering all the questions correctly. And after about 10 min for the results to be made. It always says it could not be made or something along those lines. I tried it ag...
  11. Hi as far as I can remember I was using a cheat code generator for Pokemon Ruby/Sapphire/Emerald to do something like Pokesav but you have to input in in Codebreaker/VGA or blah blah blah.... Anyone remembers?
  12. Theres a question thats been bothering me for a while now and I thought I'd ask it here. Does the Pokemon ID generator in Pokesav actually generate legal Pokemon IDs based on IVs, the location obtained etc. or does it just generate random Pokemon IDs? If it does generate random Pokemon IDs, is there...
  13. EDIT: I think this is the most popular hit when people Google me and / or PKMDS. Just as an FYI to all those out there, this project is long dead. You can see my new stuff here: http://projectpokemon.org/forums/showthread.php?20984-PKMDS-Code-Library-Gen-V Hello all. Using my awesome PKMDS code li...
  14. Well I was trying to create a team of Pokemon and I just wasn't getting what I wanted from Pokesav PID Generator or the other command line one that has been recommended. So I wrote one of my own in C#. I find it easier to use then the others. I made it so you can set a max gender value (just in c...
×
×
  • Create New...