Jump to content

Sabresite

Administrator
  • Posts

    2056
  • Joined

  • Last visited

  • Days Won

    66

Everything posted by Sabresite

  1. Thanks @ajxpk for clarifying the 3rd gen eggs. I see why I was confused about the eggs. PkHex actually has a bug where it displays a Pokemon's name based on its language flag. It is not set up to work with 3rd gen properly, no wonder I thought it was japanese. I'll open the egg in another editor (since I don't have a 3rd gen game set up to test it in-game). I don't think the actual hex is Japanese.
  2. If all of the data of the pokemon matches, then no. Without using your WC and comparing, I can't tell you offhand. Tonight I'll grab the egg and check it's language. Interesting. The egg I have is on an English cart, and has no nickname flag.
  3. Can someone confirm that trading an egg changes the name of the pokemon in gen 3? I don't remember this happening at all whether hatched or not. Also the sav file is US/English. I know GoldUrsaring used tools, so I suppose its possible it was injected. Or, it is possible to receive the WC on a japanese game and it was traded to the US game. I just was wondering if we knew whether or not WC's in gen 3 had region restrictions or not, thats all.
  4. So the last question is, were there region restrictions on these WCs? Gold Ursaring has a japanese wish farfetch'd egg.
  5. I would guess that it has been leaked, but regardless I was asked not to share it.
  6. The egg was on a SAV file sent to me by Gold Ursaring.
  7. There are many ways to receive pokemon from events. Link cable or distribution rom where the poke is injected into the game for example is another way. Granted that the original METS farfetch'd egg that I have is real, it looks like it would definitely have to be a wondercard because the name is in Japanese.
  8. PCNY Wish Egg Pokemon came in WC3 format?
  9. I can send you one when I get some time. Curious, why can't you QR inject anymore? There is a patch for the new version.
  10. Maybe @Bond697 can help find the pikachu egg?
  11. Thank you guys! I was trying to remember if I read something about e-reader in other languages (german, etc)? Is this a thing? And do we know of copies of them anywhere?
  12. Generation 6 and later use a random number generator that is sufficiently random. So there is no legality between PID and IVs for encounters.
  13. @ajxpk You won't have any surf pikachus in gen 4, cause HM's cannot be Pal Parked. Let's look into rand6/rand7 because we know it doesn't have a variable item.
  14. @ajxpk How is the pikachu surf going? If Moves are rand5, then item and otg are pushed back to rand 6 and 7? Can you verify? Bond is moving so he won't be available for a bit.
  15. No 3rd gen events can be shiny. Wishmaker was the only exception and from what @Bond697 told me, it was most likely an accident (copy/paste error?) when they created it.
  16. I don't think our gallery (or for legality checking) has definitive copies of all of these pokemon in each language, nor the actual e-reader files themselves. I would love to collate all of this. I would love it if all of you could extract what you have and we could include it (with your authorship) on the gallery. Thanks everyone!
  17. @Purin, 0x4C-0x4E is the receive date. It would make sense that receiving the WC would depend on the previous date being older.
  18. Thank you so much @argus1963! We hope to get the birthday pokemon too. Let us know if you, or someone you know can acquire those!
  19. @Bond697 One thing I don't have information about is the difference between PIkachu & Surfing Pikachu. Is that taken care of on rand5? I know the standard function for pokemon construction can take a move as input, so is it rand1 and the PID/IVs after? Is it PID, IVs, Move, Item OTG?
  20. I looked on Smogon at the RNG research to see if there is documentation the mechanics of Gen 5 gifts and shiny locks but didn't find anything. If anyone has links, I would love to collate that for legality analysis too.
  21. As an update to PCJP2003 eggs (Shiny Pichu) and what @ajxpk was talking about. I think we figured it out. It looks like shiny pichu uses a similar (if not the same) method as berry glitch. I updated my last post that has the algorithm method on page 9.
  22. Regarding PCJP2003 shiny pichu eggs, we have solved the PID/IVs. Here is the algorithm, and keep in mind all results from rand() are 32bit. seed = 0 -> 0xFFFF randA() - unknown randB() - unknown pid = ((randC() >> 0x10) << 0x10)) | (randD() >> 0x10) If force-shiny flag on (How this is determined we don't know) shiny = (randE() >> 0x10) & 7 pid = (pid & 0xFFFF0000) | ((pidH ^ tid ^ sid) & ~0x7) | shiny) IVs are generated normally on randF() and randG(). I think this is similar, if not exactly the same way as berry glitch zig, yet was released 8 months earlier.
  23. @ozderya RNG the distro itself? Probably, but not sure what you would get from it. 10 anniv cannot be shiny, and I don't even remember if there were good IVs in the spread. Keep in mind the seed is very contrived, with only 65535 combinations.
  24. Yeah I definitely got confused, thank you @Bond697. If I remember correctly from our discussion earlier in the week, if there is an item choice that is frame 5, and OTG is frame 6. And you said ability (only applies to Alakazam) is PID & 1.
×
×
  • Create New...