Jump to content

Kaphotics

Helpful Member
  • Posts

    7413
  • Joined

  • Last visited

  • Days Won

    383

Everything posted by Kaphotics

  1. Pokecheck is not for screening hacked Pokemon in effort to make them more "lagit". You've not read the OP of the thread; only report false positives with Pokemon you obtain naturally in game. Not hacks. Pokedit is garbage. We're not telling you why your hack shows up as hacked.
  2. It's hacked. Nothing wrong with the Legality Analysis.
  3. ( TID ^ SID >> 4 ) = Trainer Shiny Value ( PIDlow^PIDhigh >> 4 ) = PKM Shiny Value If both xor'd together = 0, the Pokemon is shiny. It's always been this way; it's just a new fan term for it since it is a bit more abusable. Nothing new.
  4. Try using save states with a save editor like Kazo's A-Save. Save state after an egg is generated, then grab the egg and see where it is in the RAM. If you can't find it inside the save file, it's possibly inside an encrypted region (so decrypt).
  5. But upon booting the game checks against the save & decryption data stored on the NAND. The next time you save, the previous save file keys will be wiped out. Hence why SD backups of your save are useless unless you can back up/restore your NAND.
  6. They're all unencrypted. PokeGen can export encrypted PKM files; it's just easier to store them decrypted (for quicker parsing)
  7. There is no narc that influences natures. Just have the user lead with a synchronizer.
  8. save game -> export backup memory (.sav) edit sav in pokegen -> save new save file desmume Import Backup Memory -> reset emulation I'm not sure if you're editing save states or whatever but save files do not cause freezing.
  9. open your save file in HxD open this attached file in HxD select all of the hex from the attached file, copy highlight 0x7E000 to 0x7EA1F in your save file paste in to your save file save your save file (with a new name) open new save in pokegen save save file in pokegen (to fix checksums) import save file to your cart/emulator.
  10. pid % 25 = nature pid % 2 = ability (or is it pid>>16 -> % 2) pid>>16 ^ pid%0x10000 ^ TID ^ SID < 8 = shiny pid % 256 = gender value; above species threshold = male
  11. Start End Checksum Mirror Description 1FA00 1FADF 1FAE2 25F56 Fused Reshiram/Zekrom Storage The Kyurem just changes form while the fused Zekrom / Reshiram gets stuffed away in the save file.
  12. It's not 100% the same, but rearranging the code wouldn't be as difficult. Pretty good tool for ROM Hackers if they want to document any sort of stat edits without much effort
  13. Unfortunately, nobody has figured out how. The default tournaments are hard coded to down-level your Pokemon to 50.
  14. Just make custom download tournaments. Those can be any level! I recommend RubenPikachu's PikaEdit to make/edit PWT DLC.
  15. Pokecheck just checks for a bunch of encounter methods first, such as a normal encounter. When it finds a valid encounter, it stops and says what the possible encounter method is. There's no data stored to indicate the ingame method of encounter (like grass was a radar patch). Using the Radar forces the game to skip the encounter slot test or whatever, so there's no need to worry.
  16. Just because they don't originate on a retail cart does not make them illegal. So long as they are legal (ie naturally obtainable in a nonhacked game) then there is nothing to worry about. Illegal moves will likely get your Pokemon blocked. As for the rest, nobody can know for certain; plus you're required to directly migrate from a retail cartridge so any stat/type changes will be removed. Happy?
  17. The app to transfer isn't even out yet, and won't be for a few months. No need to speculate.
  18. Add/Insert an NPC. Assign them a custom event script which tells them how to react.
  19. They are still completely legal for in-game play; there's no ingame impact. Pokecheck does its job on finding hacks!
  20. Your mind can generate 2 random numbers between 0 and 65535. They don't have to be anything special; the game just grabs 2 pseudorandom numbers at the start of the game.
  21. Read the OP. Do not complain when your hacks show up as hacked.
  22. User misused the program and didn't set the target game.
  23. for starters, it won't work to give you your initial seed because the original code checked the mersenne twister table's first value (which in BW1 was the top half of the initial seed, which seeds the mersenne). In B2W2 it's advanced so you can't use that method. just RNG like everyone else, without codes; or use an emulator.
  24. All 3 are tied to the PID; if you don't change that you can't change the traits you desire. (it can, indirectly)
×
×
  • Create New...