Jump to content

Kaphotics

Helpful Member
  • Posts

    8126
  • Joined

  • Last visited

  • Days Won

    504

Everything posted by Kaphotics

  1. I went and got the Darmanitan. They are already cured of default Pokerus, bred ingame (presumably on the cart distributing) and EV'd in 2 stats to the max (255*2). I didn't get confirmation that they all were cloned (there were hesitant when I asked how they got so many, lol). Pokecheck Link of Darmanitan Darmanitan..pkm
  2. http://secondcitygym.com/premiereevents/fully-ev-trained-pkmn-giveaway Ninjask Shedinja Medicham Salamence Metagross Darmanitan Chandelure Zoroark Archeops Since they only distributed 1 per person via ingame trade, these are kind of like the JEREMY Pokemon back from Gen 3. This is a distribution at an official VGC event given from the people hosting the event, so I'd assume these are classified as an event (but unofficial since there's no nintendo posting). They did IR trade and stamped your hand after you picked a random card corresponding to what Pokemon you got.
  3. Nobody's done anything with the roamers.
  4. Egg received Day-Care Couple Date Jan 31, 2012 Hatched/Met PokéTransfer Date Jan 21, 2012 hatched date before egg received is why it's a warning. it's not red so it's not illegal, it's just a mistake hackers would sometimes make. (date)changing DSes is the cause in your case, so don't worry about it. If you really care about having it all green, just download the pkm, change it so both dates match, and then reupload the pkm.
  5. There wasn't an announcement for regionals, so the same larvitar will probably be distributed at the national VGC.
  6. A PGF file is technically a mold for a Pokemon, you have to let the game generate the PKM for you instead or get a pkm elsewhere from the net. I believe Pokecheck has multiple instances of public event pokemon; just download the PKM from there and it won't have any drawback.
  7. ability and nature must match the PID for gen IV pokemon. also - http://projectpokemon.org/forums/showthread.php?15393-Project-Pok%E9mon-does-NOT-support-CHEATING-(PLEASE-READ)
  8. 0x20D5E's checksum is for the region 0x20A00-0x205DB I included the leading zeroes; it wouldn't matter because they dont influence the checksum. Maybe Codr knows about that other region.
  9. Pretty sure there's no information on the battle box sav structure. From our experience with vsplayer data, you might not even be inserting standard pkms by the way All of the checksums I've seen (entralink storage, etc) are all the standard CRC-16 ccitt style
  10. ShinyDTS (if I recall correctly) can distribute to both games. You can't give Pokemon from Black/White to the kids without it, naturally. The DTS will give gen5 pkms to gen5 games, and gen4 pkms to gen4 games. Just be sure you can actually run the DNS server on your network before hand (test it out a bunch). However, there's no way to stop someone from entering the private GTS multiple times to receive clones, or someone else's prize. If you'd rather not run a DNS service (or can't), you can use Pokecheck to distribute to your IP (granted you have them connect to the same router your computer is connected to in the library). Select the Pokemon, then tell the person to go into the GTS and they'll receive the Pokemon you selected for them. However, they'll have a ribbon tacked on (might be a plus) and they can't be traded on the GTS or used at competitions.
  11. load in emu, search for 4 bit values with the # of link trades. edit each one to find the mem loc. then just make an AR code to mod that in game.
  12. It's orange because it's classified as a warning -- only something to consider. It's not hacked / false positive.
  13. I won't tell you why, but I'll tell you it's not a false positive. You edited/hacked this Pokemon, hence why is why it's getting flagged as illegal.
  14. No you didn't. Not a false positive -- it's just not a legitimate Pokemon.
  15. (related) Those are just battle video instructions, not the online battle stuff. Unfortunately, I don't think it is possible to change how you'd battle online with random WiFi. If you catch me on IRC tonight/tomorrow I can explain a bit. synirc network #smogonwifi
  16. Mess with the flags the game uses, you mess with how the game runs. Solution(s): Restart the game reroll to a previous save find what those values once were before you changed them and then change them back with another code If I had to blindly guess, I'd try this code before anything (flip the flags) 94000130 FCFF0000 B21C4D28 00000000 B0000004 00000000 20001273 00000001 20001293 00000001 D2000000 00000000
  17. It doesn't help if you delete them. You nicknamed over previous characters, that's why trash exists after the terminators. It cannot recognize where the x4D01 came from, you might have nicknamed it multiple times. As for the happiness, 70 is the base happiness for a newly received (from trade / GTS) Pokemon, in gen 4 at the least.
  18. As you said, you are having a problem with event .pkm files. .PGT/.PCD files, are they .*PKMs? No. Send .PKM or .3GPKM Only those 2 extentions.
  19. XDC-Legal Checks the GC method Pokemon. Essentially it's every Pokemon that fits into the Unknown GBA type, except Channel. Every Pokemon that is given out through a GameCube interface that isn't BACD should be checkable.
  20. After a bunch of time spent with Dolphin and collaborating with OmegaDonut, here's the call structure of and the PRNG it uses. 0 Initial 1 Opponent TID 2 Opponent SID 3 1st ??? 4 2nd ??? 5 IV Block 1 (Def/Atk/HP) 6 IV Block 2 (SpD/SpA/SpE) 7 3rd ??? 8 Upper Half of PID 9 Lower Half of PID note that the upper is generated before the lower, a common trait of non-GBA originated Pokemon like the BACD Restricted Pokemon that are generated from a header on the save file 0x000343FD*seed+0x00269EC3 ===== To check the PID/IV legality of an (and possibly Colosseum) originated Pokemon, you can't use the current version of Legal.exe. For Pokemon, it is a reverse BADE (call it DEBA) but with a different Linear Congruential Random Number Generator. 1 IV Block 1 (Def/Atk/HP) 2 IV Block 2 (SpD/SpA/SpE) 3 3rd ??? 4 Upper Half of PID 5 Lower Half of PID Here's an example: Frame RNG Value 1 171EA3F5 171E in binary: 0|00101|11000|11110 (Defense 5, Attack 24, HP 30) 2 CA36C6E4 CA36 in binary: 1|10010|10001|10110 (SpDef 18, SpAtk 17, Speed 22) 3 8302DA17 ignored 4 C7512C7E C751 forms the upper half of the PID 5 BF7E9149 BF7E forms the lower half of the PID We are then left with the following Pokemon: C751BF7E 30/24/5/17/18/22 Common GC (DEBA)
  21. Don't use the PID finder for Gen 5 Pokemon. The PID is calculated differently for them. As we've said many times around the forums, leave the PID field blank for gen 5 Pokemon if you need a valid PID.
  22. You have to set the Pokemon back into the Box/Party after you edit it, or else your changes will not be saved.
  23. Wrong PID type, so it's not even legal.
×
×
  • Create New...