Jump to content

Kaphotics

Helpful Member
  • Posts

    7271
  • Joined

  • Last visited

  • Days Won

    362

Everything posted by Kaphotics

  1. 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).
  2. 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.
  3. They're all unencrypted. PokeGen can export encrypted PKM files; it's just easier to store them decrypted (for quicker parsing)
  4. There is no narc that influences natures. Just have the user lead with a synchronizer.
  5. 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.
  6. 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.
  7. 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
  8. 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.
  9. 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
  10. Unfortunately, nobody has figured out how. The default tournaments are hard coded to down-level your Pokemon to 50.
  11. Just make custom download tournaments. Those can be any level! I recommend RubenPikachu's PikaEdit to make/edit PWT DLC.
  12. 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.
  13. 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?
  14. The app to transfer isn't even out yet, and won't be for a few months. No need to speculate.
  15. Add/Insert an NPC. Assign them a custom event script which tells them how to react.
  16. They are still completely legal for in-game play; there's no ingame impact. Pokecheck does its job on finding hacks!
  17. 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.
  18. Read the OP. Do not complain when your hacks show up as hacked.
  19. User misused the program and didn't set the target game.
  20. 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.
  21. All 3 are tied to the PID; if you don't change that you can't change the traits you desire. (it can, indirectly)
  22. There is no code (and no need for one; AR screws standard seed parameters).
  23. just make an AR code to give you a pkm with another strain.
  24. Try to keep the same image dimensions. Btw, the raw tileset is not the arranged picture.
×
×
  • Create New...