Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Welcome to Smogon! Take a moment to read the Introduction to Smogon for a run-down on everything Smogon, and make sure you take some time to read the global rules.
Dude, can you clone for me? I really need my Zapdos cloned so I'll have something to use for my team and something to trade. If you don't mind can I have 2 copies + the original back? If you want, you can keep a copy of it and if you're gonna use it in your thread, have it as non-redis.
1. Sorry, but I don't have an AR
2. Just one, just want to look if I got the correct IVs on the Pokemon I've recently RNG'd
3. Umm... seems the members who can IV check are offline for now...
Also, when doing an IV check, you don't need to trade the Pokemon right? Just check their IV's via summary? :)
Hex is in pairs, called bytes. 00 AA BB CC DD etc. Seeds are 4 bytes. Seeds are 32 bits (1byte=8bits).
meh. And the code has no side effects, it just changes the memory location displayed when viewing the trainer card, so your money is never touched nor is your ID touched. I believe that this is the best way to have this kind of code work :)
Get Money: Dec->Hex
Get TID: Dec-> Hex
Money (In Hex): XXXX
TID (In Hex): YYYY
put one next to the other in hex
MTRNG Value: XXXXYYYY
proper hex format
Always lead an odd amount hex # with zeroes, kinda like regular numbers. 100 is still = 0100
0A
000A 2 byte hex (16 bit) "half word"
0000000A 4 byte hex (32 bit) DPPtHGSS initial seeds
000000000000000A 8 byte hex (64 bit) Black and White initial seeds.
If you have any more questions feel free to ask :)