Personality value: Difference between revisions

From Bulbapedia, the community-driven Pokémon encyclopedia.
Jump to navigationJump to search
m
→‎Wurmple's evolution: fixed modulo number
(→‎Unown's letter (GBA Only): changed "GBA" to "since Gen. III")
m (→‎Wurmple's evolution: fixed modulo number)
Line 212: Line 212:
<code>00000000 00000000 <span style="background:#FF9999">00000000 00000000</span></code>
<code>00000000 00000000 <span style="background:#FF9999">00000000 00000000</span></code>


The value in red will be known as ''p<sub>w</sub>''; it is essentially <code>''p'' % 32768</code>.
The value in red will be known as ''p<sub>w</sub>''; it is essentially <code>''p'' % 65536</code>.


{{p|Wurmple}}'s evolution does not depend on time of day, despite what many guides say. In fact, the evolution is determined by taking <code>''p<sub>w</sub>'' % 10</code>. If the remainder is less than 5, Wurmple will become a {{p|Silcoon}}, and if it is greater than or equal to 5, it will become a {{p|Cascoon}}.
{{p|Wurmple}}'s evolution does not depend on time of day, despite what many guides say. In fact, the evolution is determined by taking <code>''p<sub>w</sub>'' % 10</code>. If the remainder is less than 5, Wurmple will become a {{p|Silcoon}}, and if it is greater than or equal to 5, it will become a {{p|Cascoon}}.
40

edits

Navigation menu