User:Lagnic/Contestant data structure (Generation III): Difference between revisions

m
no edit summary
(Created page)
 
mNo edit summary
 
Line 14: Line 14:
| 21 || 1 || Integer || {{pkmn|Coordinator}}'s overworld sprite index
| 21 || 1 || Integer || {{pkmn|Coordinator}}'s overworld sprite index
|-
|-
| 22 || 3 || Padding || 00 00 FF
| 22 || 3 || Constant || 00 00 FF
|-
|-
| 25 || 3 || ??? || Unknown flags, possibly contestant AI
| 25 || 3 || ??? || Unknown flags, possibly contestant AI
Line 40: Line 40:
| 43 || 1 || Integer || Sheen
| 43 || 1 || Integer || Sheen
|-
|-
| 44 || 20 || Padding || 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 FF FF 00 00
| 44 || 20 || Constant || 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 FF FF 00 00
|}
|}


Line 51: Line 51:


<pre>
<pre>
xxxxxxx   Contest categories & rank
0000000   Contest categories & rank
-----xx  00 (Normal), 01 (Super), 10 (Hyper), or 11 (Master)
-----xx  00 (Normal), 01 (Super), 10 (Hyper), or 11 (Master)
----x--  1 if contestant appears in Cool Contests
----1--  Appears in Cool Contests
---x---  1 if contestant appears in Beauty Contests
---1---  Appears in Beauty Contests
--x----  1 if contestant appears in Cute Contests
--1----  Appears in Cute Contests
-x-----  1 if contestant appears in Smart Contests
-1-----  Appears in Smart Contests
x------  1 if contestant appears in Tough Contests
1------  Appears in Tough Contests
</pre>
</pre>


Line 77: Line 77:


==Fingerprints==
==Fingerprints==
Below is a sample of the data for the first five Pokémon species data structures. Because the data structure includes the Pokémon nickname and Coordinator name, these fingerprints are specific to English language versions of the games.
Below is a sample of the data for the first five contestant data structures. Because the data structure includes the Pokémon nickname and Coordinator name, these fingerprints are specific to English language versions of the games.


===Ruby & Sapphire===
===Ruby & Sapphire===
568

edits