Jump to content

Sabresite

Administrator
  • Posts

    2056
  • Joined

  • Last visited

  • Days Won

    68

Everything posted by Sabresite

  1. @Kaphotics, this looks like an error in PKHex, can you confirm?
  2. I don't think ability capsule existed in Gen 5. I am not sure of the issue since the PID and ability is fixed. If you generate using the mystery gift database, is it legal, and does it have the correct or incorrect ability?
  3. I wrote a similar script for @dji (I have since tweaked it since its original concept since you can't have a perfect umbreon and a perfect espeon from the same trainer). https://repl.it/@kbatman/ColoStarterGenerator https://repl.it/@kbatman/PerfectColoStarters The problem he has now is that he has a TID/SID that he wants, there are issues with changing his TID/SID in his save to the target.
  4. BACD any seed, no antishiny - Pokemon Box ABDE any seed, no antishiny - Wondercards eggs BACD Force Antishiny - PCNY BACD Force Shiny (broken seeds) - Berry Glitch Specific Seeds - Jeremy / Mystery Mews BACD with Lookup - Negaiboshi, PCJP 5th anniv eggs BACD with broken checksum seeds - wishmkr BACD with restricted seeds and stupid antishiny - preOctober 2005 BACD fixed checksum seeds, proper antishiny - almost all post October 2005
  5. Use RngReporter Method 2.
  6. I think it might be possible the PID doesn't match the ability legally. I'll look into it when I get time granted @Kaphotics doesn't jump in first.
  7. Did you make these? They look like hacks based on Crobat. These are definitely hacks. They fail more than 3 of our tests. We only accept legitimate self-obtained wondercards.
  8. When I read it, I interpreted it as you must be in the store, this is not a gift you can receive through the internet. This could be a general warning against people who buy pokemon via internet websites or 3rd party serial codes? I think for Nintendo Zone events like 7-11 and serial code events, it specifically said you would receive a serial code. I could be not remembering correctly. If someone wants to dig it up, that would be great.
  9. They are both wireless.
  10. Please go, we will be very grateful! Nice vacation to big city?
  11. I wish I knew the moves
  12. @theSLAYER, can you verify and if needed replace the ones in the GitHub repo too for me please?
  13. Locked DVs, so no. The only legal shiny mew is Japanese Faraway island mew. We have a download for that.
  14. The EU/Eng Ultra Sun file is 100% proper. The others are not. Which is funny cause Ultra Sun (and Moon) are the ones with improper Trainer Names. So in actuality, if we received these right now via serial code, the only broken one would be Moon. We have broken Ultra Sun as unreleased, and the proper Moon (the one in the Ultra Sun file) as unreleased too.
  15. They all look final. French US matches EU. While Spanish is not up yet, I bet it will be the same. It is just the EU/NA have different OTNs.
  16. Palkia/Dialga for EU has been put up. It looks like the OTN is slightly different: 2018 Legends -> Legends 2018. I'll upload them today. Also the US cards were reuploaded and so far look the same. EU Spanish is not up yet. So these might not be final.
  17. Going back to one of the original debates in this thread, I went over the ROCKS Metang that is publicly available and it looks like a 10 aniv Articuno that was modified. The species name ends with "O\FF\FF" and the OTN ends with "V". Also the base friendship is wrong. The chances of this being a mess up by GF when they made the distribution rom is remote. Mainly because of how the species name is copied and the base friendship, both of which are dynamically looked up by the species index.
  18. The different methods are a byproduct of something called vblank. Vblank is an interrupt function that happens as a result of screen rendering and it executes an RNG call. During wild encounters, the game picks a nature, then keeps rolling PIDs until it finds one that matches, then generates IVs. There is almost always a single vblank (dead RNG call) between battle start and the chosen PID. Sometimes two vblanks if enough PIDs are rerolled. Other times that second vblank happens during the PID roll. Theoretically could be between the PID halves, between the PID and IVs, or the IVs themselves. Method 1 is 0 or 1 vblank before PID is chosen.(often referred to as Method H1) Method 2 is 1st or 2nd vblank between PID halves. (often referred to as Theoretical Method H3). This method is so exceedingly rare (nobody has reproduced one or found one in the wild) it is skipped where Method 3 is often called Method 2. Method 3 is 1st or 2nd vblank between PID and IVs. (often referred to as Method H2) Method 4 is 1st or 2nd vblank between IV halves. (Often referred to as Method H4) The order is always the same (hence no CDAB). You can find it in PKHex's legality, including battle chance, first party check, nature confirmation, etc.
  19. I hope you are able to make it!
  20. I can't wait for the shiny one!
  21. It's definitely a gray area. I could see it either way.
  22. We do not support piracy. Please stop asking as nobody is going to risk being banned by giving it to you.
  23. Ahh ok, thank you. I guess it is a PKHex glitch? @Kaphotics? I see where it does the method finding: https://github.com/kwsch/PKHeX/blob/a5dbdf91bd13bfaeb8e66f9bc7bc8743b047e4fc/PKHeX.Core/Legality/RNG/MethodFinder.cs#L695 The IV checking - I don't see the problem though: https://github.com/kwsch/PKHeX/blob/a5dbdf91bd13bfaeb8e66f9bc7bc8743b047e4fc/PKHeX.Core/Legality/RNG/MethodFinder.cs#L182
×
×
  • Create New...