13,284
edits
mNo edit summary |
mNo edit summary |
||
Line 2: | Line 2: | ||
{{cleanup}} | {{cleanup}} | ||
==Format== | ==Format== | ||
Information about a move's [[Appeal]]/[[Jam]] and other | Information about a move's [[Appeal]]/[[Jam]] and other Contest-related data in the {{game|Ruby and Sapphire|s}}, {{2v2|FireRed|LeafGreen}}, and {{v|Emerald}} games are stored in a 4-byte data structure. | ||
{| align="center" style="border: 1px solid #88a; background: #f8f8ff; padding: 0.5em;" cellspacing="1" | {| align="center" style="border: 1px solid #88a; background: #f8f8ff; padding: 0.5em;" cellspacing="1" | ||
Line 34: | Line 34: | ||
==Notes== | ==Notes== | ||
Unlike most other structures which use the move's ID as the key for this array, this array of structures uses the move's | Unlike most other structures which use the move's ID as the key for this array, this array of structures uses the move's Contest description ID as its index. | ||
==Fingerprint== | ==Fingerprint== | ||
Since this array uses the move's | Since this array uses the move's Contest description ID as its index, we chose to display the corresponding description after each structure. | ||
<pre> | <pre> |
edits