The PokéCommunity Forums  

Go Back   The PokéCommunity Forums > Pokémon Gaming > Previous Generations
Reload this Page 4th Gen Mystery Gift Shiny Prevention in D/P/P

Notices
For all updates, view the main page.

Previous Generations A hub for all previous Main Pokémon Games, from Red & Blue to Let's Go Pikachu/Eevee!

Ad Content
Closed Thread
 
Thread Tools
  #1   Link to this post, but load the entire thread.  
Old December 14th, 2008 (3:00 PM). Edited December 15th, 2008 by SCV.
SCV's Avatar
SCV SCV is offline
DPP Game Researcher
 
Join Date: Dec 2007
Location: Los Angeles
Gender:
Nature: Calm
Posts: 178
Here is a link to the video I made I will write an explanation of what is going on and post it as soon as I finish. http://rapidshare.com/files/173485208/MG.avi

I also made a video for Manaphy being able to hatch shiny. http://rapidshare.com/files/173635424/Manaphy.avi
-----------------------------------------------------------------------
Hi everyone. Just thought you might all want to know about an interesting piece of code that I found in the DS pokemon games.

There was a rumor that Mystery Gift pokemon could not be shiny. This was said by some people on smogon.

I finally got the time to study the Mystery gift pokemon generation routine.

After the PID is calculated, there is a shiny check. If the pokemon is shiny it calculates another PID and then checks again. It keeps doing this untill its not shiny.

This does not come into effect for pokemon like WCS milotic who are set to always be shiny.

But as long as it has variable nature/gender/ability it cannot be shiny.

Think of this as Nintendo's way of making shiny events more special.


What this means is that any shiny mystery gift event pokemon that someone is offering is a hack (except WCS Milotic). It doesn't matter who checked it. A hack checker is only as good as how much knowledge he/she has. Since this is a new discovery most hack checkers don't have this knowledge.

EDIT: Another interesting note is that they tried to prevent shiny manaphys was well. But I found a bug in the code that makes them possible if you trade the egg you received from the green man and the trainer you traded it to has a "proper" ID and Secret ID.

_______________________________________________________________

The video is uploaded here are some notes:

The following are used.
ID = 06218 = 0x184A
SID= 31630 = 0x7B8E

Use a hex/decimal converter to get the numbers on the right. We do this because data it is more convenient to study data in hex notation than in decimal notation.

Now the first thing I do is set up a breakpoint for the value that I figured out is the multiplier value for the special RNG (Random Number Generator) used in the generation of mystery gift pokemon.

What will happen is that when the game gets to that line of code (during the generation of the Deoxys) it will pause the game and let me look at the current data.

What happens is that the game pulls two half words (word == 4 Bytes) from two specific locations; 0x21D37B4 and 0x4000100.

It takes those two and makes a word, stored in r0.

Line 0x201BA12 reads mul r1, r0
This means that the values in r1 and r0 get multiplied. The result is store in r1.
The next line is add r0, r1, 1.
This means add 1 to r1 and store the result in r0.
This will be the the PID of the pokemon pending a successful non-shiny check.

Shortly after the game returns to 0x2042FB8, then shortly after it comes to line 0x2042FC8 : bl 2068AACh

This is the call to the (non-)shiny check function. This function check whether the pokemon fails to be shiny. (this is 29 seconds into the video)

Now when the game reaches the shiny check. The values in r0 and r1 are the "Full ID", that is a word such that the first half word (from left to right) is the ID and the second is the Secret ID, and the PID, respectively.

Now, the way shinyness is determing is that the PID is split up into two half words, we will call on HID and the other LID, the following opetation is computed:
HID xor LID xor SID xor ID
You use the associative law (which hold for this operation to compute)

Then if the result is strictly less that 8 (0 to 7) the pokemon is shiny. Otherwise it is not shiny. This is where the 8/65535 = 1/8192 shiny probability comes from.

The actual computation of xot operation is done in lines 0x2068ABC, 0x2068AC0, and 0x2068AC2. Then in line 0x2068AC4, the result is compare to 8.
In line 0x2068AC6, the game checks whether the results of the comparison was that the value calculated was greater than or equal to 8 (i.e., checks whether it is not shiny)

If it turns out to be true the function returns 0.
When it gets back to 0x2043FCC it compares the value returned to 0.

It it is 0 then the game skips the section of code from 0x2042FD0 to 0x2042FE6 and continues with the pokemon generation.

I did a second run of the Deoxys to tamper with the results for demostration purposes. What I do is change the values of the result of
HID xor LID xor SID xor ID so that the game will think it was less than 8. Then show what happens.

When this happens the game goes to line 0x2068AC8 rather than 0x2068ACC and stores 1 in r0 rather than 0 in r0.
This causes 0x2042FCE to display false and this time the =section of code from 0x2042FD0 to 0x2042FE6 is not skipped. Once again 0x201BA10 is called (to calculate the PID), this time from line 0x2042FD2 and then 0x2068AAC (to check shinyness) from line 0x2042FDC.

I then make it fail 2 more times to demostrate that it will loop and get another PID, then check again, then get another PID then check again, etc until the result of HID xor LID xor SID xor ID is greater or equal to 8.

I included the manaphy egg case to show that it does not go through the same check at time of receipt.

Feel free to ask any questions.
  #2   Link to this post, but load the entire thread.  
Old December 14th, 2008 (3:10 PM).
Carrier's Avatar
Carrier Carrier is offline
 
Join Date: Nov 2008
Location: Florida
Age: 32
Gender:
Nature: Quirky
Posts: 50
Very good to know, if this is true. I'm glad I didn't spend hours SRing for shiny Darkrai earlier. :P
__________________
  #3   Link to this post, but load the entire thread.  
Old December 14th, 2008 (3:14 PM).
SCV's Avatar
SCV SCV is offline
DPP Game Researcher
 
Join Date: Dec 2007
Location: Los Angeles
Gender:
Nature: Calm
Posts: 178
Quote:
Originally Posted by Carrier View Post
Very good to know, if this is true. I'm glad I didn't spend hours SRing for shiny Darkrai earlier. :P
Would making a video about it make it easier for everyone to believe?

Most people won't understand it because you have to know assembly to fully understand. But, if it will help I am willing to make it.
  #4   Link to this post, but load the entire thread.  
Old December 14th, 2008 (3:19 PM).
Ripper's Avatar
Ripper Ripper is offline
The Dark Knight
 
Join Date: May 2007
Location: New Zealand
Gender:
Nature: Mild
Posts: 495
I know nothing about assembly or anything, but I thought this was pretty clear cut, you can't get shiny events, except Milotic.
__________________
Credit to Dukey for this awesome signature!
  #5   Link to this post, but load the entire thread.  
Old December 14th, 2008 (3:21 PM).
Zebra Thunderhead's Avatar
Zebra Thunderhead Zebra Thunderhead is offline
the avenger
 
Join Date: Nov 2007
Location: Massachusetts
Age: 31
Gender: Female
Nature: Bold
Posts: 3,159
I can provide proof of shiny Mystery Gift events, but can you do the same?
__________________

❛i don't know where you're going
or when you're coming home.❜

  #6   Link to this post, but load the entire thread.  
Old December 14th, 2008 (3:26 PM).
Ripper's Avatar
Ripper Ripper is offline
The Dark Knight
 
Join Date: May 2007
Location: New Zealand
Gender:
Nature: Mild
Posts: 495
Quote:
Originally Posted by Color Me Evil View Post
I can provide proof of shiny Mystery Gift events, but can you do the same?
Touché

I suppose a video is a must then :D
__________________
Credit to Dukey for this awesome signature!
  #7   Link to this post, but load the entire thread.  
Old December 14th, 2008 (3:28 PM).
SCV's Avatar
SCV SCV is offline
DPP Game Researcher
 
Join Date: Dec 2007
Location: Los Angeles
Gender:
Nature: Calm
Posts: 178
Quote:
Originally Posted by Color Me Evil View Post
I can provide proof of shiny Mystery Gift events, but can you do the same?
You can't because they can't be shiny. What is your proof?

If you can really prove it then there would be no point in me making a video. (You can't but if you tell me why you think you can I can point out your mistake).

By the way, it is impossible to prove that a pokemon is legit. Even if it is. It is only possible to prove (in some cases) that it is not.
  #8   Link to this post, but load the entire thread.  
Old December 14th, 2008 (3:33 PM).
Zebra Thunderhead's Avatar
Zebra Thunderhead Zebra Thunderhead is offline
the avenger
 
Join Date: Nov 2007
Location: Massachusetts
Age: 31
Gender: Female
Nature: Bold
Posts: 3,159
And what checker do you use SVC, Sabresite's? Sabresite's checker is a bad joke.

The whole irony of this issue is hilarious. You, fenzo666, are one of the reasons for hacked Pokemon. And now you're trying to tell people what's legit when you made Pokesav? What exactly are you trying to accomplish with this?
__________________

❛i don't know where you're going
or when you're coming home.❜

  #9   Link to this post, but load the entire thread.  
Old December 14th, 2008 (3:45 PM). Edited December 14th, 2008 by SCV.
SCV's Avatar
SCV SCV is offline
DPP Game Researcher
 
Join Date: Dec 2007
Location: Los Angeles
Gender:
Nature: Calm
Posts: 178
Quote:
Originally Posted by Color Me Evil View Post
And what checker do you use SCV, Sabresite's? Sabresite's checker is a bad joke.
I used no$gba debugger.
http://nocash.emubase.de/gba-dev.htm
http://nocash.emubase.de/gbapics.htm

Like I said elsewhere, a checker is only as good as the knowledge of the coder and or the checker. This is new knowledge so most checkers don't include it.

Quote:
The whole irony of this issue is hilarious. You, fenzo666, are one of the reasons for hacked Pokemon. And now you're trying to tell people what's legit when you made Pokesav? What exactly are you trying to accomplish with this?
It seems that you have quite a bit of information wrong there.
Pokesav was made by COM: http://pokesav.umimi.com/

Also, there is illegal hacked pokemon and legal hacked pokemon.

Legal hacked pokemon are no different than legit pokemon except that the legit one was generated as nintendo intended. There are alot of hacks roaming the pokemon trading communities because of the pokesav that COM created. What we try to do is give a way to at least make sure they are legal. The shiny events you are offering are illegal hacks.

Legal.exe produces the same results as loadingNOW's pAC, is that a joke too? Actually legal.exe handles more cases than pAC.


I am just trying to make sure people don't get scammed by others offering illegal hacked pokemon.

Just like loadingNOW's research led to pAC, research done by Sabresite, loadingNOW, tsanth and me, a few others as well, contributed to making legal.exe as conprehensive as it is.
  #10   Link to this post, but load the entire thread.  
Old December 14th, 2008 (4:03 PM).
xLIVENUDESx's Avatar
xLIVENUDESx xLIVENUDESx is offline
 
Join Date: Jul 2008
Gender:
Posts: 22
But your legit.exe makes legit files come out hacked. I used it on numerous files which were legit by 2 other ways, and once I put them into legit.exe, they came out as hacks.
__________________
NEW DS = NEW DIAMOND FC - 2406 7134 9793

Trade Thread:
http://www.pokecommunity.com/showthread.php?t=161194
  #11   Link to this post, but load the entire thread.  
Old December 14th, 2008 (4:05 PM).
SCV's Avatar
SCV SCV is offline
DPP Game Researcher
 
Join Date: Dec 2007
Location: Los Angeles
Gender:
Nature: Calm
Posts: 178
Quote:
Originally Posted by xLIVENUDESx View Post
But your legit.exe makes legit files come out hacked. I used it on numerous files which were legit by 2 other ways, and once I put them into legit.exe, they came out as hacks.
There are some algorithms that have not been figured out. Like the ones for the gamecube game. I shall study those eventually. Others don't have an algorithm. Like mystery gift and hatched pokemon.

Are you sure those were legit? Did you get them yourself?
  #12   Link to this post, but load the entire thread.  
Old December 14th, 2008 (4:06 PM).
xLIVENUDESx's Avatar
xLIVENUDESx xLIVENUDESx is offline
 
Join Date: Jul 2008
Gender:
Posts: 22
Yes. There was 7 GameStop Deoxys, 4 TRU Dragonites, and 2 ALAMOS Darkrais. I got all of them myself, so don't question where I got them.
__________________
NEW DS = NEW DIAMOND FC - 2406 7134 9793

Trade Thread:
http://www.pokecommunity.com/showthread.php?t=161194
  #13   Link to this post, but load the entire thread.  
Old December 14th, 2008 (4:08 PM).
SCV's Avatar
SCV SCV is offline
DPP Game Researcher
 
Join Date: Dec 2007
Location: Los Angeles
Gender:
Nature: Calm
Posts: 178
Quote:
Originally Posted by xLIVENUDESx View Post
Yes. There was 7 GameStop Deoxys, 4 TRU Dragonites, and 2 ALAMOS Darkrais. I got all of them myself, so don't question where I got them.
The algorithm for those was not known. So it can't check them. Now that I figured out that there is no algorithm, we know we can never them (for an IV/PID relationship)
  #14   Link to this post, but load the entire thread.  
Old December 14th, 2008 (4:08 PM).
Zebra Thunderhead's Avatar
Zebra Thunderhead Zebra Thunderhead is offline
the avenger
 
Join Date: Nov 2007
Location: Massachusetts
Age: 31
Gender: Female
Nature: Bold
Posts: 3,159
Quote:
I used no$gba debugger.
http://nocash.emubase.de/gba-dev.htm
http://nocash.emubase.de/gbapics.htm

Like I said elsewhere, a checker is only as good as the knowledge of the coder and or the checker. This is new knowledge so most checkers don't include it.
The GBA Debugger doesn't say anything about checking stuff. No$gba is a software based development tool for testing and debugging of Gameboy Advance and Nintendo DS software, running on Windows 95 platforms and it doesn't have anything to do with checking events. I'm a pretty knowledgible checker as is a friend of mine and we've both checked a shiny ALAMOS Darkrai and a shiny Eigakan Shaymin and they both come out legit. I can provide screenshots if truly necessary. Care to explain how that's possible?

There's no such thing as "legal hacked Pokemon". The whole title itself is a paradox and oxymoron. As said, my shiny ALAMOS Darkrai and shiny Eigakan Shaymin both come out legit through a much more reliable hex checker. If my knowledge is correct, pAC sees anything with a Cherish Ball as hacked. The checker I used doesn't. The checker I use is the new method. So yes, pAC is a joke too.
__________________

❛i don't know where you're going
or when you're coming home.❜

  #15   Link to this post, but load the entire thread.  
Old December 14th, 2008 (4:14 PM). Edited December 14th, 2008 by randomspot555.
randomspot555 randomspot555 is offline
 
Join Date: Sep 2008
Gender:
Posts: 568
Quote:
Originally Posted by Color Me Evil View Post
I can provide proof of shiny Mystery Gift events, but can you do the same?
Please do. I'd love to see the evidence both have. The only evidence I see on this site is in the Wi-Fi Trade corner rules, which reads

Quote:
These shiny events we do allow, as we have recieved reliable information that these Pokémon can indeed be shiny.
Then links to the event list, which just says "Can be shiny" when an event is said to be able to.

Looking at other communities, Serebii's trade board bans them on how unlikely it is anyone would actually trade them away, and SkittyonWailord talked to a NOA executive who confirmed that 4th gen event can't be shiny (she even specifically asked if it could be done by saving in front of the deliveryman and re-starting, like SRing for an in-game legend). I checked both Psypokes and Smogon, but they don't have any rules about event trading at all.

More so, how does one get a 4th gen event shiny from a wonder card? Re-setting? IT just comes out as such? You'd think someone would've personally obtained one by now.

EDIT: The NOA exec that Skittyonwailord talked to is Mike Liesik, where she was a judge at one of the Pokemon tournaments. They also had some type of hack checking device called (I think) Nintendo ROM Checker.

Her conversation with him:
Me: So, I was wondering, can any of the D/P events ever be shiny?
Mike: Darkrai, no. I'm not sure on the rest but I don't think so.
Me: Thank you. You saved me alot of SRing time.

EDIT#2: I can provide a link to the exact post via PM, since the site blocks most outside links to prevent advertising spam.
  #16   Link to this post, but load the entire thread.  
Old December 14th, 2008 (5:21 PM).
SCV's Avatar
SCV SCV is offline
DPP Game Researcher
 
Join Date: Dec 2007
Location: Los Angeles
Gender:
Nature: Calm
Posts: 178
Quote:
Originally Posted by Color Me Evil View Post

The GBA Debugger doesn't say anything about checking stuff. No$gba is a software based development tool for testing and debugging of Gameboy Advance and Nintendo DS software, running on Windows 95 platforms and it doesn't have anything to do with checking events. I'm a pretty knowledgible checker as is a friend of mine and we've both checked a shiny ALAMOS Darkrai and a shiny Eigakan Shaymin and they both come out legit. I can provide screenshots if truly necessary. Care to explain how that's possible?

no$gba debugger run perfectly on my 64-bit vista and on 32-bit XP.

no$gba debugger has a disassembler that allows you to see the games code (in THUMB and ARM ASM). You can set breakpoints in various ways and get a handle of what the game is doing. That is what I did. I had to try to find where the PID was determined.

First I found where the template pokemon was stored. Then I set a breakpoint for when the value of the PID was changed.

Then I had to go a bit backward and figure out where thee number that was put in that location gotten from. This had several levels and eventually I got to a place where I saw a shiny check. This was the end of the quest to determine whether the rumor that mystery gift pokemon could not be shiny was true or false. It was true. Then I did some more seaching to see if an algorithm would be possible. Eventually I saw that it wasn't because the IVs are calculated completely separate from the IVs. The PID uses a different PRNG than the IVs and the PID/IVs of wild pokemon.

Knowledge about hack checking can only be obtained through what I did. loadingNOW did the same thing (though it was probably harder for him since there was no precendence).

No screenshot you provide will prove that its legit. Unless you got it yourself and are willing to put your reputation on the line, you cannot affirm with 100% certainty that its legit.

Quote:
There's no such thing as "legal hacked Pokemon". The whole title itself is a paradox and oxymoron. As said, my shiny ALAMOS Darkrai and shiny Eigakan Shaymin both come out legit through a much more reliable hex checker. If my knowledge is correct, pAC sees anything with a Cherish Ball as hacked. The checker I used doesn't. The checker I use is the new method. So yes, pAC is a joke too.
Just because pAC and legal.exe don't test obvious things doesn't mean they are a joke. They assume that you are competent enough to check for obvious things yourself. What would this "more reliable hex checker" be?


I will be making the video later tonigh or tomorrow morning.
  #17   Link to this post, but load the entire thread.  
Old December 14th, 2008 (6:00 PM).
xLIVENUDESx's Avatar
xLIVENUDESx xLIVENUDESx is offline
 
Join Date: Jul 2008
Gender:
Posts: 22
That still didn't answer our primary question. How come the shiny ALAMOS Darkrai and shiny Eigikan Shaymin come out as legit when checked?

I also just used your nifty "legal.exe" to check both, and they both came out as legit. So please explain that, and don't jump around it.
__________________
NEW DS = NEW DIAMOND FC - 2406 7134 9793

Trade Thread:
http://www.pokecommunity.com/showthread.php?t=161194
  #18   Link to this post, but load the entire thread.  
Old December 14th, 2008 (6:12 PM).
SCV's Avatar
SCV SCV is offline
DPP Game Researcher
 
Join Date: Dec 2007
Location: Los Angeles
Gender:
Nature: Calm
Posts: 178
Quote:
Originally Posted by xLIVENUDESx View Post
That still didn't answer our primary question. How come the shiny ALAMOS Darkrai and shiny Eigikan Shaymin come out as legit when checked?

I also just used your nifty "legal.exe" to check both, and they both came out as legit. So please explain that, and don't jump around it.
Well when you checked them before it was because this was only a rumor, so it was not something checked for. I did say that before. This was when I talked about some algorithms not being known.

These some relevant things from the update log:
Quote:
Originally Posted by Sabresite
Update vB50
- Fixed a bug with mystery gifts showing as hacks when they weren't.
- Added the hatched manaphy PID. If the manaphy egg is shiny, the hatched pid will be different.
- Added a Readme.txt!
Update vB49
- Added Pokemon Ranger Manaphy Event algorithm. Thanks to SCV for finding this.
- Hatched Manaphys from Pokemon Ranger cannot be shiny. Thanks to SCV for finding this algorithm.
Update vB48
- All Mystery Gift pokemon with static Pokemon IDs will now verify against an internal list.
- Added nature/ability-class/gender output
- Redid a bit of the output formatting
- Changed values from hex to decimal
Update vB47
- Added a Shiny Check for Mystery Gift Pokemon. Pokemon from an NDS wondercard cannot be shiny.
- Added WCS Milotic to the exception list. Please redownload if your WCS Milotic comes up hacked.
Maybe when he did update vB50, he introduced another bug. Also depending on how he implemented the shiny check.

When I get some time later tonight I will look at the source and see if there is a bug. Did you use the latest version?
  #19   Link to this post, but load the entire thread.  
Old December 14th, 2008 (6:16 PM).
xLIVENUDESx's Avatar
xLIVENUDESx xLIVENUDESx is offline
 
Join Date: Jul 2008
Gender:
Posts: 22
You STILL fail to answer the question. Quit jumping around and just answer it already.

I just checked both using vB50. I also took all my purposely hacked events and checked them with the new legal.exe.

They all came out as legit, so how can legal.exe even be declared a checking method.

It also said that a TCGWC Pikachu that I got MYSELF was hacked and "Genderless"
__________________
NEW DS = NEW DIAMOND FC - 2406 7134 9793

Trade Thread:
http://www.pokecommunity.com/showthread.php?t=161194
  #20   Link to this post, but load the entire thread.  
Old December 14th, 2008 (6:20 PM).
SCV's Avatar
SCV SCV is offline
DPP Game Researcher
 
Join Date: Dec 2007
Location: Los Angeles
Gender:
Nature: Calm
Posts: 178
Quote:
Originally Posted by xLIVENUDESx View Post
You STILL fail to answer the question. Quit jumping around and just answer it already.

I just checked both using vB50. I also took all my purposely hacked events and checked them with the new legal.exe.

They all came out as legit, so how can legal.exe even be declared a checking method.

It also said that a TCGWC Pikachu that I got MYSELF was hacked and "Genderless"
Again, nothing can tell you that something is legit. Also I am not the maker of legal.exe nor do I use it.

Legal.exe can be used to identify some hacks NOT all hacks.
I have no need to use it because I am knowledgeable enough not to need it. I already answered your question. If they did not come up as hacked then its a bug. Don't worry about the "Genderless" part, legal.exe does not have the proper database to determine genders correctly.

In order for me to determine the any bugs I would need a copy of the pokemon that is causing problems.

Remember legal.exe is still in beta.

Can you get me a screenshot of the legal.exe summary of shiny darkrai that comes out as legal?
  #21   Link to this post, but load the entire thread.  
Old December 14th, 2008 (6:23 PM).
xLIVENUDESx's Avatar
xLIVENUDESx xLIVENUDESx is offline
 
Join Date: Jul 2008
Gender:
Posts: 22
Hahaha. Bugs are always fixed, so how come it isn't fixed. The ALAMOS event happened in June. The Shaymin is from August. It's been 6 and 4 months respectively.

You also just proved that your claim is false. You said since nothing can tell us if something is legit, then doesn't that mean you can just be making this whole thing up? They could really be legit this whole time.
__________________
NEW DS = NEW DIAMOND FC - 2406 7134 9793

Trade Thread:
http://www.pokecommunity.com/showthread.php?t=161194
  #22   Link to this post, but load the entire thread.  
Old December 14th, 2008 (6:27 PM).
SCV's Avatar
SCV SCV is offline
DPP Game Researcher
 
Join Date: Dec 2007
Location: Los Angeles
Gender:
Nature: Calm
Posts: 178
Quote:
Originally Posted by xLIVENUDESx View Post
Hahaha. Bugs are always fixed, so how come it isn't fixed. The ALAMOS event happened in June. The Shaymin is from August. It's been 6 and 4 months respectively.
I only finished researching mystery gift pokemon generation about 2 weeks ago. The shiny check feature was introduced only recently and no one had reported it as bugged until now. It will be fixed.

Quote:
You also just proved that your claim is false. You said since nothing can tell us if something is legit, then doesn't that mean you can just be making this whole thing up? They could really be legit this whole time.
Nothing can tell you something is legit. But there are things that can tell you that its not.

This thread is about providing that something is not legit, which is possible and will be shown. Hopefully I can get other people with no$gba debug to verify this. If interested see this thread for relevant addresses. Just set breakpoints there before talking to the green man.
  #23   Link to this post, but load the entire thread.  
Old December 14th, 2008 (6:31 PM).
xLIVENUDESx's Avatar
xLIVENUDESx xLIVENUDESx is offline
 
Join Date: Jul 2008
Gender:
Posts: 22
You link to the cesspool of the hacking world? That place is almost as bad as pokesav.org.

If nothing can prove it's legit, and nothing can prove that it isn't, then there's no point in discussing this anymore. If the Darkrai and Shaymin were hacks, then they would show up as hacks in every single checker out there, and they come up as LEGIT in every single checker out there.

Just because you get one stupid program that lets you put a line of where you want coding to start doesn't mean anything. You could just be putting the break points at the wrong spot. Go more in depth.
__________________
NEW DS = NEW DIAMOND FC - 2406 7134 9793

Trade Thread:
http://www.pokecommunity.com/showthread.php?t=161194
  #24   Link to this post, but load the entire thread.  
Old December 14th, 2008 (6:52 PM).
randomspot555 randomspot555 is offline
 
Join Date: Sep 2008
Gender:
Posts: 568
Quote:
Originally Posted by xLIVENUDESx View Post
Hahaha. Bugs are always fixed, so how come it isn't fixed. The ALAMOS event happened in June. The Shaymin is from August. It's been 6 and 4 months respectively.
People do have lives, you know. It's great that anyone does something for the Pokemon online community, weather that'd be host a fan site, contribute to it, make a hack checker, etc... but if Serebii didn't update his site for 4 months, I wouldn't get on his case about it.

Quote:
You said since nothing can tell us if something is legit, then doesn't that mean you can just be making this whole thing up? They could really be legit this whole time.
He's right, and if you knew what legit means, you'd know it to be true.

Legit means using only in-game methods of making the Pokemon. The use of any external device was not used. A Pokemon you capture yourself, or obtain from the event yourself, or breed yourself, are examples of legit Pokemon. You KNOW that they're legit. You saw them get captured, hatched, etc...

Legal means this Pokemon conforms to all standards of a legit Pokemon, but it's actual origins are unknown. This is any Pokemon that looks legit, from the summary that you read on the DS screen, to the code it is written in. A legit Pokemon and a legal Pokemon can be identical. The difference being that you know the origin of a legit Pokemon, but not of the legal. An external device may have been used to obtain this, or a parent was hacked and this is the egg result, someone hacked a key item to get to an island, etc... Any Pokemon you get in a trade can be legal, and can be verifyed as such. You can not, however, with certainty say if it is legit or hacked.

An illegal Pokemon is one that can only be made via an external device. Illegal combination of moves, abilities, and so on. This can range from a Flareon with Flare Blitz, the infamous Wonder Guard Spiritomb, or a Belly Drum Aqua Jet Azumarill, or in smaller ways such as a non-event Pokemon in a Cherish Ball, or a Pokemon holding a key item, or a Surf or Flying Pikachu from the 3rd gen events still having it in the 4th gen games. The more common term is "hacked" Pokemon, but the term hack doesn't care if the Pokemon stats line up with in-game methods.

All illegal Pokemon are hacked.
Some hacked Pokemon are not illegal.
All legit Pokemon are legal

Quote:
You link to the cesspool of the hacking world?
Hacking doesn't automatically discredit someone. If it wasn't for hackers, we'd never have many of the online Pokedexes which are taken straight from the game data, or know about some advanced game mechanics. And while the posters at GameFAQs may not be all doctorate holders, I've never noticed an inordinate amount of hackers there. Maybe they're more vocal since they don't fear a banhammer, but that's it.
  #25   Link to this post, but load the entire thread.  
Old December 14th, 2008 (7:49 PM).
Kit-Tsukasa's Avatar
Kit-Tsukasa Kit-Tsukasa is offline
Shiny Mew and Espeon Lover
 
Join Date: Jul 2007
Posts: 71
Quote:
Originally Posted by randomspot555 View Post
Some hacked Pokemon are not illegal
uh....what? some hacked pokemon are not illegal? This statement itself is contradictory. There is no gray area in this discussion. Hacked pokemon are either legal or illegal. If made through any external cheating device the pokemon is illegal, end of discussion...this includes pokesav.

Now regarding the checker, I remember checking my 2 Alamos Darkrai, 2 TRU Manaphy, 2 GS Deoxys all of which I got myself, and what does it do? It considers them hacked while it considers one of my obviously poorly hacked Shiny Agate Celebi and Eigikan Shaymin legit (both of which I know were hacked).

Something wrong with the checker after so long now?
__________________


Thread: http://www.pokecommunity.com/showthread.php?t=181003
FC: 3265-2585-0793
Closed Thread

Quick Reply

Join the conversation!

Create an account to post a reply in this thread, participate in other discussions, and more!

Create a PokéCommunity Account
Ad Content

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -8. The time now is 4:14 AM.