Talk:Move data structure (Generation III): Difference between revisions

From Bulbapedia, the community-driven Pokémon encyclopedia.
Jump to navigationJump to search
Line 17: Line 17:
|}
|}
Snatch and Magic Coat are mutually exclusive. --[[User:Kyoufu Kawa|Kyoufu Kawa]] 17:22, 13 September 2007 (UTC)
Snatch and Magic Coat are mutually exclusive. --[[User:Kyoufu Kawa|Kyoufu Kawa]] 17:22, 13 September 2007 (UTC)
== Perhaps its obvious... ==
There is a quite a few of the chunks of data listed in this substructure that do not have a description of how they work.  Perhaps how they work is obvious and I am a fool for not getting it, but even if that is the case, it ought to be added for people such as myself.
Specifically I am speaking of the "Effect" field.  It contains a byte of data, but how is that data stored? How is it to be interpreted.  Also the accuracy section might need some clarification.  The examples they give are rather confusing, although I think I understand now.  I would edit it to fix the examples, but my understanding is only partial.  And I don't wish to edit it and be wrong.
Regardless, this article has a lot of potential.  As do all of the data structure articles.
[[User:Zellfaze|Zellfaze]] 00:25, 12 October 2009 (UTC)

Revision as of 00:25, 12 October 2009

Contact field

It's a heavy misnomer in my book. Only one of the flags it can have determines if there's any physical contact. A better name would be the generic "flags". Here's the possible values:

0x01 Target may flinch if the attacker has a King's Rock
0x02 Attack is checked for accuracy
0x04 Can be redirected back to the user by target's Snatch
0x08 Can be redirected back to the user by target's Magic Coat
0x10 Is affected by Protect and Detect.
0x20 User makes physical contact with the target

Snatch and Magic Coat are mutually exclusive. --Kyoufu Kawa 17:22, 13 September 2007 (UTC)

Perhaps its obvious...

There is a quite a few of the chunks of data listed in this substructure that do not have a description of how they work. Perhaps how they work is obvious and I am a fool for not getting it, but even if that is the case, it ought to be added for people such as myself.

Specifically I am speaking of the "Effect" field. It contains a byte of data, but how is that data stored? How is it to be interpreted. Also the accuracy section might need some clarification. The examples they give are rather confusing, although I think I understand now. I would edit it to fix the examples, but my understanding is only partial. And I don't wish to edit it and be wrong.

Regardless, this article has a lot of potential. As do all of the data structure articles.

Zellfaze 00:25, 12 October 2009 (UTC)