Jump to content

Kaphotics

Helpful Member
  • Posts

    6905
  • Joined

  • Last visited

  • Days Won

    326

Everything posted by Kaphotics

  1. PID and the flags, there's a couple threads regarding 5th gen PIDs on the forums.
  2. There were female vulpixes obtainable from the Japanese Dream World, which could pass abilities upon breeding. There are no female eeveelutions.
  3. Got Umbreon, saw its ability (inner focus), decided to go for Espeon. Espeon is saved to my account.
  4. English ones aren't out yet, and you can't breed the abilities because they are male only.
  5. Alter the Bits 8 7 x x 4 3 x x The x's determine something else, so you can't really tamper with them. The way the calc works is that the values are somewhat linearly scaling. 2^4 is 16, but you also have the doublet (11) female (and male 00?) gender, so there should be enough variance to get every combo possible for each nature.
  6. 151's implication contradicts 250's result. 250 would then yield the same as 255, so it's a wee bit more complex than I initially thought 255 = 31/31/31/31/31/31 -- [u]11111[/u]111 or 1[u]11111[/u]11 250 = 30/30/30/30/30/30 -- 1[u]11110[/u]10 151 = 18/18/18/18/18/18 -- [u]10010[/u]111 0 = 0/ 0/ 0/ 0/ 0/ 0 -- 0[u]00000[/u]00 -- Assuming this is the case. 5 bits for IVs 31 -- 11111 30 -- 11110 18 -- 10010 0 -- 00000 The first bit could be a pad? If 0 use 76543, if 1 use 87654. Idk lol it's the only explanation I currently have. == So bits 3 and 4 help define nature... but there's only 4 possible combos with just them! Must be more to it, gonna try to make this work... 7 and 8 probably help as well. What I'm thinking: 62*25 = 1550 = [0011000001110] 0011000001110 >> (8 bits) = 00110 = 6 (Docile). This is a calc used in this gen's RNG for a wild Pokemon's nature. It returns a 0-24 value (nature!) Might be the calc?
  7. Yeah, it definitely controls IVs. Looks like it can't define each one individually. (You'd need 5 bits per IV lol, which is 30 and we have 8!) 255 = 31/31/31/31/31/31 -- 1[u]11111[/u]11 250 = 30/30/30/30/30/30 -- 1[u]11110[/u]10 0 = 0/ 0/ 0/ 0/ 0/ 0 -- 0[u]00000[/u]00 -- Assuming this is the case. 5 bits for IVs (76543) 31 -- 11111 30 -- 11110 0 -- 00000 Just trying to do some pattern recognition!
  8. 250 is really close to 255 (FF, screaming bitflags again!), if someone can catch the trainer's mons and report the IVs (if they stick). 250 = 11111010 For a slow Cofagrigus, it'd have a max everything except speed. Uppermost bits might be the IV max/min toggle, HP/A/D/SA/SD/Sp. Sp being untoggled, zero! No clue what those lowest 2 are for (smarts?) Just theorizing. Seeing a Chandelure with the same 250, it might not be in that exact order after all.
  9. Looking at these unknowns, it screams bit flags. How so? 5th and 6th bits - Ability 16 - Ability 1 -- 010000 32 - Ability 2 -- 100000 48 - Ability 3 -- 110000 (Dream World) Both being 0 would result in an unset (random???) ability. Untested! 1st and 2nd bits - Gender 1 - Male - 01 2 - Female - 10 Both being 0/1 would result in an unset (random???) gender. 87 (11) is female. Is 00 male? Combining these... 34 - 100010 -- Ability 2 and Female Cursed body female Jellicent as reported by Abacus 87 - 1010111 -- Ability 1, Female. It has a 7th bit, no clue what that does! 1,2,5,6 bits explained. I haven't fiddled with this thing at all (just observing from afar) -- So I ask you all this: Would IVs and EVs be set by these different bits? Max or Zero, or Max, 20, 0 or random??
  10. Created pokemon can be legal or hacked.
  11. Kaphotics

    Poké Transfer

    It's been fixed in PokeGen.
  12. A year and a half later... You can make your own ya know.
  13. ABDE is the method, not ABCD. Your pkm is a gen4 pkm, if that matters.
  14. You can't create legitimate pokemon. Take your Tornadus, clone it, and change the species to Voltros and change the origin to white.
  15. People who say they are reliable without any proof have the chance of being unreliable with hacks. We'd just prefer if someone received them directly from their dream world. A lot of those magazine ones you find in trades are hacks, because there are so few to go around (outside of Japanese players)
  16. Enter the address sendpkm.py gives you as the Primary and Secondary DNS. You won't connect to Nintendo, you'd only attempt to connect to yourself. If you can't connect to the GTS, it's a problem on your end
  17. You have to be in gen 4 mode with the pkm loaded, upon changing to 5th gen it'll transfer it.
  18. If you have the Pokemon loaded into PokeGen with the 4th gen game save setting on, changing it to 5th gen will properly shift it for you.
  19. PID doesn't change, the nature gets stored in 0x41 upon transferring. Basically the game stops looking at the PID to calculate nature, it's stored in a simpler location.
  20. Nobody here develops / supports PokeSav. Please use PokeGen!
  21. There is no .4d http://game.umimi.com/tool/pokesavbw.html There's been no new PokeSav since October 20th.
  22. Check Kaarosu's translation. ^^ Cool
×
×
  • Create New...