<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://bulbapedia.bulbagarden.net/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=LinkNinjaMaster</id>
	<title>Bulbapedia - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://bulbapedia.bulbagarden.net/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=LinkNinjaMaster"/>
	<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/wiki/Special:Contributions/LinkNinjaMaster"/>
	<updated>2026-06-26T08:41:07Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Talk:Choice_item_lock_glitch&amp;diff=3242364</id>
		<title>Talk:Choice item lock glitch</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Talk:Choice_item_lock_glitch&amp;diff=3242364"/>
		<updated>2020-09-12T17:16:25Z</updated>

		<summary type="html">&lt;p&gt;LinkNinjaMaster: Added a missing Level 2 heading&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Glitch&#039;s possible presence in Gen VIII==&lt;br /&gt;
Hello to anyone that may read this. I am starting this discussion page because I have noticed how this article states that the choice item lock glitch was resolved in Generation VIII (8). However, I came across this article by searching for the glitch after watching a youtube video demonstrating a few glitches in Sword &amp;amp; Shield, among of which this one was included. The video in question, including the timestamp where they start excecuting it, is this one: https://youtu.be/c9S5jy_qjtM?t=267&lt;br /&gt;
Now, I would update the article to reflect this myself, but I&#039;m not familiar with the editing standards, and I assume that we would also need further testing to corroborate that the most recent update of the game still has this glitch present. I do not own the Gen 8 games, and so am unable to test it on my own. That&#039;s why I would like to ask for assistance of whoever reads this and is able to test the glitch by themselves. I hope someone notices this and is able to help. Thanks. --[[User:LinkNinjaMaster|LinkNinjaMaster]] ([[User talk:LinkNinjaMaster|talk]]) 16:54, 12 September 2020 (UTC)&lt;/div&gt;</summary>
		<author><name>LinkNinjaMaster</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Talk:Choice_item_lock_glitch&amp;diff=3242360</id>
		<title>Talk:Choice item lock glitch</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Talk:Choice_item_lock_glitch&amp;diff=3242360"/>
		<updated>2020-09-12T16:54:00Z</updated>

		<summary type="html">&lt;p&gt;LinkNinjaMaster: Statement that the glitch was resolved in Gen VIII might be wrong, petition to test &amp;amp; confirm&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hello to anyone that may read this. I am starting this discussion page because I have noticed how this article states that the choice item lock glitch was resolved in Generation VIII (8). However, I came across this article by searching for the glitch after watching a youtube video demonstrating a few glitches in Sword &amp;amp; Shield, among of which this one was included. The video in question, including the timestamp where they start excecuting it, is this one: https://youtu.be/c9S5jy_qjtM?t=267&lt;br /&gt;
Now, I would update the article to reflect this myself, but I&#039;m not familiar with the editing standards, and I assume that we would also need further testing to corroborate that the most recent update of the game still has this glitch present. I do not own the Gen 8 games, and so am unable to test it on my own. That&#039;s why I would like to ask for assistance of whoever reads this and is able to test the glitch by themselves. I hope someone notices this and is able to help. Thanks. --[[User:LinkNinjaMaster|LinkNinjaMaster]] ([[User talk:LinkNinjaMaster|talk]]) 16:54, 12 September 2020 (UTC)&lt;/div&gt;</summary>
		<author><name>LinkNinjaMaster</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Talk:Experience&amp;diff=2221871</id>
		<title>Talk:Experience</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Talk:Experience&amp;diff=2221871"/>
		<updated>2014-12-23T07:04:09Z</updated>

		<summary type="html">&lt;p&gt;LinkNinjaMaster: /* Gen VI experience formula */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== The erratic formula ==&lt;br /&gt;
&lt;br /&gt;
Erratic (600000)&lt;br /&gt;
E = -1/50*l^4 + 2*l^3 for level&amp;lt;=50&lt;br /&gt;
&lt;br /&gt;
http://www.math.miami.edu/~jam/azure/forum/tuff/ultimatebb.php?ubb=get_topic;f=1;t=001260&lt;br /&gt;
&lt;br /&gt;
It&#039;s mentioned in the thread that level 45 does not work for that. Level 45 is 100273, not 100237. [[User:Sheep|Sheep]] 16:42, 21 Feb 2005 (UTC)&lt;br /&gt;
&lt;br /&gt;
Nevermind the previous message, I figured it out myself. [[User:Sheep|Sheep]] 18:09, 21 Feb 2005 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Simplify the formulas ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Was that copied from matlab or something? It can be simplified...&lt;br /&gt;
&lt;br /&gt;
((0.814 - 0.02*(((n - 69) / 3) - (((n - 69) / 3) modulo 1)) - ep(((n - 69) modulo 3))(n^3)&lt;br /&gt;
&lt;br /&gt;
((0.814 - 0.02*(((n - 69) / 3) - float_part((n - 69) / 3) ) - ep(((n - 69) modulo 3))(n^3)&lt;br /&gt;
((0.814 - 0.02*( int((n - 69) / 3) ) - ep(((n - 69) modulo 3))(n^3)&lt;br /&gt;
((0.814 - 0.02*( int(n/3 - 23) ) - ep(((n - 69) modulo 3))(n^3)&lt;br /&gt;
((0.814 + 0.46 - 0.02*( int(n/3) ) - ep(((n - 69) modulo 3))(n^3)&lt;br /&gt;
&lt;br /&gt;
int(  (  1.274 - 0.02*(int(n/3)) - ep(n%3)  ) * (n^3)  )&lt;br /&gt;
That would be easier to read.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;2*(1 - 0.01n)*(n3)&lt;br /&gt;
= int( 2n3 - 0.02n4 )&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;(  1 - ((n - 50)*0.01)  ) * (n^3)&lt;br /&gt;
= int( 1.5n3 - 0.01n4 )&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;(1.6 - 0.01n) * (n3)&lt;br /&gt;
= int( 1.6n3 - 0.01n4 )&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
Editting this out of view because it doesn&#039;t really need to be seen (sorry)&lt;br /&gt;
Fair enough, I just put it so you could test my simplifications were right. (Qgpr)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#include &amp;lt;iostream&amp;gt;&lt;br /&gt;
#include &amp;lt;stdlib.h&amp;gt;&lt;br /&gt;
&lt;br /&gt;
using namespace std;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
void initlista();&lt;br /&gt;
double lista[101];&lt;br /&gt;
int errors;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
double modulo(double value, double mod) {&lt;br /&gt;
    double sign;&lt;br /&gt;
    &lt;br /&gt;
    if(value &amp;lt; 0.0) {&lt;br /&gt;
        sign=-1.0;&lt;br /&gt;
        value=value*sign;&lt;br /&gt;
    } else {&lt;br /&gt;
        sign=1.0;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    while(value &amp;gt;= mod) {&lt;br /&gt;
        if(value==0.0)break;&lt;br /&gt;
        value=value-mod;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    //it is % not modulo...&lt;br /&gt;
    //value=value*sign;&lt;br /&gt;
    &lt;br /&gt;
    return value;    &lt;br /&gt;
}&lt;br /&gt;
double ep(double value) {&lt;br /&gt;
    if(value==0.0) {&lt;br /&gt;
        return 0.0;&lt;br /&gt;
    };&lt;br /&gt;
    if(value==1.0){&lt;br /&gt;
        return 0.008;&lt;br /&gt;
    };&lt;br /&gt;
    if(value==2.0){&lt;br /&gt;
        return 0.014;&lt;br /&gt;
    };&lt;br /&gt;
}&lt;br /&gt;
double absol(double value) {&lt;br /&gt;
    if(value &amp;lt; 0.0) {&lt;br /&gt;
        return value = value * -1.0;&lt;br /&gt;
    } else {&lt;br /&gt;
        return value;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
double integ(double value) {&lt;br /&gt;
    double x = 0;&lt;br /&gt;
    double sign;&lt;br /&gt;
    &lt;br /&gt;
    if(value &amp;lt; 0.0) {&lt;br /&gt;
        sign = -1.0;&lt;br /&gt;
        value = value * sign;&lt;br /&gt;
    } else {&lt;br /&gt;
        sign = 1.0;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    while(value &amp;gt;= 1.0) {&lt;br /&gt;
        x = x + 1.0;&lt;br /&gt;
        value = value - 1.0;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    x = x * sign;&lt;br /&gt;
    &lt;br /&gt;
    return x;&lt;br /&gt;
}&lt;br /&gt;
void printexp_level(double exp, int level) {&lt;br /&gt;
    if(lista[level] != exp) {&lt;br /&gt;
        cout&amp;lt;&amp;lt;&amp;quot;Level &amp;quot;&amp;lt;&amp;lt;level&amp;lt;&amp;lt;&amp;quot;: &amp;quot;&amp;lt;&amp;lt;lista[level]&amp;lt;&amp;lt;&amp;quot; vs &amp;quot;&amp;lt;&amp;lt;exp&amp;lt;&amp;lt;&amp;quot; &amp;lt;&amp;gt; ERROR!!!!: &amp;quot;&amp;lt;&amp;lt;(lista[level] - exp)&amp;lt;&amp;lt;endl;&lt;br /&gt;
        errors++;&lt;br /&gt;
        system(&amp;quot;PAUSE&amp;quot;);&lt;br /&gt;
    } else {&lt;br /&gt;
        cout&amp;lt;&amp;lt;&amp;quot;Level &amp;quot;&amp;lt;&amp;lt;level&amp;lt;&amp;lt;&amp;quot;: &amp;quot;&amp;lt;&amp;lt;lista[level]&amp;lt;&amp;lt;&amp;quot; vs &amp;quot;&amp;lt;&amp;lt;exp&amp;lt;&amp;lt;endl;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
int main(int argc, char *argv[])&lt;br /&gt;
{&lt;br /&gt;
    &lt;br /&gt;
  int i;&lt;br /&gt;
  double n = 0.0f;&lt;br /&gt;
  double b;&lt;br /&gt;
&lt;br /&gt;
  errors = 0;&lt;br /&gt;
  initlista();&lt;br /&gt;
  &lt;br /&gt;
  for(i = 0; i &amp;lt;= 50; i++) {&lt;br /&gt;
//    b = (n*n*n)*(2 - (0.02*n));&lt;br /&gt;
    b = (2 * (n*n*n)) - (0.02 * (n*n*n*n));&lt;br /&gt;
    b = integ(b);&lt;br /&gt;
    printexp_level(b,i);&lt;br /&gt;
    n++;&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
  for(i = 51; i &amp;lt;= 68; i++) {&lt;br /&gt;
//    b = (n*n*n)*(  1 - ((n - 50)*0.01)  );&lt;br /&gt;
    b = (1.5 * (n*n*n)) - (0.01 * (n*n*n*n));&lt;br /&gt;
    b = integ(b);&lt;br /&gt;
    printexp_level(b,i);&lt;br /&gt;
    n++;&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
  for(i = 69; i &amp;lt;= 98; i++) {&lt;br /&gt;
//    b = (n*n*n) * (   0.814 - 0.02*( (n/3 - 23) - modulo((n/3 - 23),1) ) - ep(modulo(n - 69, 3))   ); &amp;lt;- wont work, needs integ() somewhere in the double n/3 - floatpart n/3&lt;br /&gt;
    b = (n*n*n) * (  1.274 - (0.02*integ(n/3)) - ep(modulo(n,3))  );&lt;br /&gt;
    b = integ(b);&lt;br /&gt;
    printexp_level(b,i);&lt;br /&gt;
    n++;&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
  for(i = 99; i &amp;lt;= 100; i++) {&lt;br /&gt;
//    b = (n*n*n) * ( 1.6 - (n * 0.01) );&lt;br /&gt;
    b = (1.6 * (n*n*n)) - (0.01 * (n*n*n*n));&lt;br /&gt;
    b = integ(b);&lt;br /&gt;
    printexp_level(b,i);&lt;br /&gt;
    n++;&lt;br /&gt;
  } &lt;br /&gt;
&lt;br /&gt;
  cout&amp;lt;&amp;lt;endl&amp;lt;&amp;lt;&amp;quot;Errors Count : &amp;quot;&amp;lt;&amp;lt;errors&amp;lt;&amp;lt;endl;&lt;br /&gt;
  system(&amp;quot;PAUSE&amp;quot;);  &lt;br /&gt;
  exit(0);  &lt;br /&gt;
  return 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
void initlista() {&lt;br /&gt;
lista[0] = 0;lista[1] = 1;lista[2] = 15;lista[3] = 52;lista[4] = 122;lista[5] = 237;lista[6] = 406;lista[7] = 637;lista[8] = 942;lista[9] = 1326;lista[10] = 1800;lista[11] = 2369;lista[12] = 3041;lista[13] = 3822;lista[14] = 4719;lista[15] = 5737;lista[16] = 6881;lista[17] = 8155;lista[18] = 9564;lista[19] = 11111;lista[20] = 12800;lista[21] = 14632;lista[22] = 16610;lista[23] = 18737;lista[24] = 21012;lista[25] = 23437;lista[26] = 26012;lista[27] = 28737;lista[28] = 31610;lista[29] = 34632;lista[30] = 37800;lista[31] = 41111;lista[32] = 44564;lista[33] = 48155;lista[34] = 51881;lista[35] = 55737;lista[36] = 59719;lista[37] = 63822;lista[38] = 68041;lista[39] = 72369;lista[40] = 76800;lista[41] = 81326;lista[42] = 85942;lista[43] = 90637;lista[44] = 95406;lista[45] = 100237;lista[46] = 105122;lista[47] = 110052;lista[48] = 115015;lista[49] = 120001;lista[50] = 125000;lista[51] = 131324;lista[52] = 137795;lista[53] = 144410;lista[54] = 151165;lista[55] = 158056;lista[56] = 165079;lista[57] = 172229;lista[58] = 179503;lista[59] = 186894;lista[60] = 194400;lista[61] = 202013;lista[62] = 209728;lista[63] = 217540;lista[64] = 225443;lista[65] = 233431;lista[66] = 241496;lista[67] = 249633;lista[68] = 257834;lista[69] = 267406;lista[70] = 276458;lista[71] = 286328;lista[72] = 296358;lista[73] = 305767;lista[74] = 316074;lista[75] = 326531;lista[76] = 336255;lista[77] = 346965;lista[78] = 357812;lista[79] = 367807;lista[80] = 378880;lista[81] = 390077;lista[82] = 400293;lista[83] = 411686;lista[84] = 423190;lista[85] = 433572;lista[86] = 445239;lista[87] = 457001;lista[88] = 467489;lista[89] = 479378;lista[90] = 491346;lista[91] = 501878;lista[92] = 513934;lista[93] = 526049;lista[94] = 536557;lista[95] = 548720;lista[96] = 560922;lista[97] = 571333;lista[98] = 583539;lista[99] = 591882;lista[100] = 600000;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[User:Qgpr|Qgpr]]03:05, 01 Mar 2005&lt;br /&gt;
&lt;br /&gt;
I really want to avoid using expressions that are not standard math notation. I don&#039;t even know if there&#039;s a way to represent some integer rounding using standard math notation, just some pseudo-code, that&#039;s why I stuck mod 1 subtraction in there. My plan was to simplify/clean it up once TeX was implemented on bulbapedia.&lt;br /&gt;
&lt;br /&gt;
In the meanwhile you can simplify them. Just keep &amp;quot;mod&amp;quot; or &amp;quot;modulo&amp;quot; instead of &amp;quot;%&amp;quot; and avoid &amp;quot;int().&amp;quot; [[User:Sheep|Sheep]] 20:20, 1 Mar 2005 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The big problem is that when I first read that I got confused. No person that would bother to understand that formula wouldn&#039;t know how to program anyways, to represent that rounding you use ||x|| I think, maximum integer, unless I got the symbol wrong, long time I don&#039;t touch math.&lt;br /&gt;
I&#039;ll leave that formula but also add the simplification for anyone that wants someting simplier to read.&lt;br /&gt;
I will also simplify your standard math formulas, but won&#039;t add the ||x|| because I am not sure if its the right symbol, those - 69 can be taken out of modulo since they will be equal to zero.&lt;br /&gt;
[[User:Qgpr|Qgpr]] 20:03, 5 Mar 2005 (GMT-5)&lt;br /&gt;
&lt;br /&gt;
: |x| is modul&#039;&#039;&#039;us&#039;&#039;&#039; - gives the absolute value of function, i.e. |-0.5| = 0.5. Modul&#039;&#039;&#039;o&#039;&#039;&#039; is simply represented as &#039;&#039;mod&#039;&#039; in mathematics. Anyway, while we do not have TeX at the moment, you can try this instead - leave the original math formula as a &amp;lt;nowiki&amp;gt;&amp;lt;!-- COMMENT --&amp;gt;&amp;lt;/nowiki&amp;gt;, and copy the image from Wikipedia (it will generate the image on preview, so you can download that and reupload it here. Don&#039;t overdo it of course.)&lt;br /&gt;
&lt;br /&gt;
: ||x|| ( double | ) is what I was taught here at college, but I guess is not an standard, however I found what it seems is the standard, and used the UTF code to show it. However &amp;lt;*pre&amp;gt; is not happy with &amp;lt;*sub&amp;gt;, you should find a way around because mine doesn&#039;t look that good. By the way it was &amp;quot;greatest integer&amp;quot; not maximum, problems for using a direct translation. [[User:Qgpr|Qgpr]] 22:16, 5 Mar 2005 (GMT-5)&lt;br /&gt;
&lt;br /&gt;
First shot at a TeX markup image. Using&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
\begin{math}&lt;br /&gt;
b \star x \rightarrow \frac{b}{x} - (\frac{b}{x}\;mod\;1)&lt;br /&gt;
\end{math}&lt;br /&gt;
&lt;br /&gt;
\addvspace{.2cm}&lt;br /&gt;
&lt;br /&gt;
\begin{math}&lt;br /&gt;
e(n) = \left\{&lt;br /&gt;
\begin{array}{clrr}&lt;br /&gt;
n^3(\frac{100 - n}{50}); &amp;amp; 0 &amp;lt; n \leq 50 \\*&lt;br /&gt;
n^3(\frac{150 - n}{100}); &amp;amp; 51 \leq n \leq 68 \\*&lt;br /&gt;
n^3(1.274 - \frac{1}{50}(n\star3) - p(n\;mod\;3)); &amp;amp; 69 \leq n \leq 98 \\*&lt;br /&gt;
n^3(\frac{160 - n}{100}); &amp;amp; 99 \leq n \leq 100 \\*&lt;br /&gt;
\end{array}&lt;br /&gt;
\right\}&lt;br /&gt;
\end{math}&lt;br /&gt;
&lt;br /&gt;
\addvspace{.2cm}&lt;br /&gt;
&lt;br /&gt;
\begin{math}&lt;br /&gt;
p(x) = \left\{&lt;br /&gt;
\begin{array}{clrr}&lt;br /&gt;
0.000; &amp;amp; x = 0 \\*&lt;br /&gt;
0.008; &amp;amp; x = 1 \\*&lt;br /&gt;
0.014; &amp;amp; x = 2 \\*&lt;br /&gt;
\end{array}&lt;br /&gt;
\right\}&lt;br /&gt;
\end{math}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I came up with&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Kind of cramped. Does it meet the approval of you two? Looking for revisions before I even post it. Especially since I forgot how to properly represent a custom operator (\star). Is that how? [[User:Sheep|Sheep]] 03:32, 6 Mar 2005 (UTC)&lt;br /&gt;
&lt;br /&gt;
This seems better:&lt;br /&gt;
&amp;lt;pre&amp;gt;\begin{equation}&lt;br /&gt;
E(n) = \left\{ \begin{array}{ll}&lt;br /&gt;
\frac{n^{3} \left(100 - n\right)}{50}, &amp;amp; \textrm{if $0 &amp;lt; n \leq 50$} \\&lt;br /&gt;
\frac{n^{3} \left(150 - n\right)}{100}, &amp;amp; \textrm{if $51 &amp;lt; n \leq 68$} \\&lt;br /&gt;
n^{3} \left(1.274 - \frac{1}{50}\left\lfloor\frac{n}{3}\right\rfloor -p\left(n \bmod 3\right)\right), &amp;amp; \textrm{if $69 &amp;lt; n \leq 98$} \\ &lt;br /&gt;
\frac{n^{3} \left(160 - n\right)}{100}, &amp;amp; \textrm{if $99 &amp;lt; n \leq 100$}&lt;br /&gt;
\end{array}\right.&lt;br /&gt;
\end{equation}&lt;br /&gt;
&lt;br /&gt;
\begin{equation}&lt;br /&gt;
p(m) = \left\{ \begin{array}{ll}&lt;br /&gt;
0.000, &amp;amp; \textrm{if $m = 0$} \\&lt;br /&gt;
0.008, &amp;amp; \textrm{if $m = 1$} \\&lt;br /&gt;
0.014, &amp;amp; \textrm{if $m = 2$}&lt;br /&gt;
\end{array}\right.&lt;br /&gt;
\end{equation}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
But when I tested it on Wikipedia, there were a few problems, so if we do get around to installing Texvc, we&#039;ll have to go hammer those problems out. Also, I&#039;d appreciate it if we could find the exact fractions for those decimalised numbers - after all, the computer works in binary, not decimal - hence we won&#039;t have 0.008, we might instead have 523/65536 (or maybe 8/1000, but the result would still be stored as a binary fraction) - [[User:Zhen Lin|刘 (劉) 振霖]] 07:22, 6 Mar 2005 (UTC)&lt;br /&gt;
&lt;br /&gt;
I updated texerratic.png up there with something that looks more like yours. I didn&#039;t use Wikipedia for mine, I was using TeXnicCenter. I think the decimals are all right how they are, because they actually are more correct. I don&#039;t know exactly how the games handle decimal arithmetic, but it appears that the formulas use values accurate to 3 decimal places. (525/65536) or (523/65536) are not exactly 0.008, and if you put in those values, you&#039;ll get numbers that are off (I got about 6 points off for level 70). [[User:Sheep|Sheep]] 13:47, 6 Mar 2005 (UTC)&lt;br /&gt;
&lt;br /&gt;
Mmm. Since the experience points have to be accurate to about 7sf - I think the fractions should therefore be accurate to 7sf as well. But it might well be that they did use integer multiplication + division (× 8  ÷ 1000) rather than a simpler constant floating point multiplication (× (1 + 402653/2&amp;lt;sup&amp;gt;24&amp;lt;/sup&amp;gt;) × 2&amp;lt;sup&amp;gt;-7&amp;lt;/sup&amp;gt;) - which is approximately how accurate a single-precision IEEE 754 binary fraction is. Funnily enough, IEEE 754 single-precision fractions are accurate to approx 7sf (without exponentiation) by defintion (this one is 0.008 correct to 11sf)). - [[User:Zhen Lin|刘 (劉) 振霖]] 14:40, 6 Mar 2005 (UTC)&lt;br /&gt;
&lt;br /&gt;
Hmm. I just learned from Meowth that the game simply stores the values for these as constants in the game, so the fractions are just best-fit and the formula is not used in-game - [[User:Zhen Lin|刘 (劉) 振霖]] 14:44, 6 Mar 2005 (UTC)&lt;br /&gt;
&lt;br /&gt;
So we need to reach a conclusion. There will be a note added that says these values are stored in the game as constants, not calculated. The formulas, I guess, do not have to be specific to any system of number storage now, so are we saying that the decimal constants are acceptable? [[User:Sheep|Sheep]] 15:04, 6 Mar 2005 (UTC)&lt;br /&gt;
&lt;br /&gt;
===quick question===&lt;br /&gt;
Why does Level redirect here? An even better question is, why does this page link to Level, thus linking back to itself? --[[user:greengiant|greengiant]]&lt;br /&gt;
&lt;br /&gt;
Sorry my reply is formatted wrong, I don&#039;t know how to do it normally yet.  Anyway, the last time I checked, [[Level]] is its own, seperate article.  Maybe they fixed the problem you saw before.  {{SUBST:Superbreeder]] [[User talk:Superbreeder|What&#039;s up?]] 23:30, 16 October 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Modify this! ==&lt;br /&gt;
&lt;br /&gt;
Can someone modify the erratic and the fluctuating part of experience? I want to understand it like all the other ones!&lt;br /&gt;
&lt;br /&gt;
:I think those formulas should be explained.  It would help quite a lot of people who want to understand those formulas but haven&#039;t seen them before.[[User:Dullstar|Dullstar]] 02:16, 26 June 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Color-Coded ==&lt;br /&gt;
&lt;br /&gt;
I color-coded the exp type descriptions to more-or-less match the colors used on the graph. I did this to make it easier to distinguish them from eachother. I wonder where I can find the look-up table in the game, I bet I can simplify those two honking large piecewise formulas. [[User:Twigpi|Twigpi]] 15:51, 20 November 2007 (UTC)&lt;br /&gt;
:See [http://www.upokecenter.com/games/rs/guides/exptable.html http://www.upokecenter.com/games/rs/guides/exptable.html]. The &amp;quot;1,050,000&amp;quot; in one of the top columns is a typo (should be &amp;quot;1,059,860&amp;quot;). At Level 1, the Experience is always &amp;quot;0&amp;quot; (here, they have it at &amp;quot;1&amp;quot;). [[User:Ultraflame|Ultraflame]] 22:53, 10 December 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Organize Pokémon ==&lt;br /&gt;
&lt;br /&gt;
I really think there should be either a list of Pokémon by experience types or a category for each type.  You can find out on each particular Pokémon&#039;s page, but there is no way to find Pokémon based on their experience type. [[User:Cheesus Is Lord|Cheesus Is Lord]] 13:23 23 January 2008&lt;br /&gt;
&lt;br /&gt;
:Here is the whole list. Someone could modify it and put it into the main article.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
600000&lt;br /&gt;
Nincada/Ninjask/Shedinja&lt;br /&gt;
Volbeat&lt;br /&gt;
Swablu/Altaria&lt;br /&gt;
Zangoose&lt;br /&gt;
Lileep/Cradily&lt;br /&gt;
Anorith/Armaldo&lt;br /&gt;
Feebas/Milotic&lt;br /&gt;
Clamperl/Huntail/Gorebyss&lt;br /&gt;
Cranidos/Rampardos&lt;br /&gt;
Shieldon/Bastiodon&lt;br /&gt;
Finneon/Lumineon&lt;br /&gt;
&lt;br /&gt;
800000&lt;br /&gt;
Cleffa/Clefairy/Clefable&lt;br /&gt;
Igglybuff/Jigglypuff/Wigglytuff&lt;br /&gt;
Happiny/Chansey/Blissey&lt;br /&gt;
Ledyba/Ledian&lt;br /&gt;
Spinarak/Ariados&lt;br /&gt;
Togepi/Togetic/Togekiss&lt;br /&gt;
Marill/Azumarill&lt;br /&gt;
Aipom/Ambipom&lt;br /&gt;
Misdreavus/Mismagius&lt;br /&gt;
Snubbull/Granbull&lt;br /&gt;
Corsola&lt;br /&gt;
Delibird&lt;br /&gt;
Smeargle&lt;br /&gt;
Skitty/Delcatty&lt;br /&gt;
Mawile&lt;br /&gt;
Spoink/Grumpig&lt;br /&gt;
Spinda&lt;br /&gt;
Lunatone&lt;br /&gt;
Solrock&lt;br /&gt;
Shuppet/Banette&lt;br /&gt;
Duskull/Dusclops/Dusknoir&lt;br /&gt;
Chingling/Chimecho&lt;br /&gt;
Luvdisc&lt;br /&gt;
Glameow/Purugly&lt;br /&gt;
&lt;br /&gt;
1000000&lt;br /&gt;
Caterpie/Metapod/Butterfree&lt;br /&gt;
Weedle/Kakuna/Beedrill&lt;br /&gt;
Rattata/Raticate&lt;br /&gt;
Spearow/Fearow&lt;br /&gt;
Ekans/Arbok&lt;br /&gt;
Pichu/Pikachu/Raichu&lt;br /&gt;
Sandshrew/Sandslash&lt;br /&gt;
Vulpix/Ninetales&lt;br /&gt;
Zubat/Golbat/Crobat&lt;br /&gt;
Paras/Parasect&lt;br /&gt;
Venonat/Venomoth&lt;br /&gt;
Diglett/Dugtrio&lt;br /&gt;
Meowth/Persian&lt;br /&gt;
Psyduck/Golduck&lt;br /&gt;
Mankey/Primeape&lt;br /&gt;
Ponyta/Rapidash&lt;br /&gt;
Slowpoke/Slowbro/Slowking&lt;br /&gt;
Magnemite/Magneton/Magnezone&lt;br /&gt;
Farfetch&#039;d&lt;br /&gt;
Doduo/Dodrio&lt;br /&gt;
Seel/Dewgong&lt;br /&gt;
Grimer/Muk&lt;br /&gt;
Onix/Steelix&lt;br /&gt;
Drowzee/Hypno&lt;br /&gt;
Krabby/Kingler&lt;br /&gt;
Voltorb/Electrode&lt;br /&gt;
Cubone/Marowak&lt;br /&gt;
Tyrogue/Hitmonlee/Hitmonchan/Hitmontop&lt;br /&gt;
Lickitung/Lickilicky&lt;br /&gt;
Koffing/Weezing&lt;br /&gt;
Tangela/Tangrowth&lt;br /&gt;
Kangaskhan&lt;br /&gt;
Horsea/Seadra/Kingdra&lt;br /&gt;
Goldeen/Seaking&lt;br /&gt;
Mime Jr./Mr. Mime&lt;br /&gt;
Scyther/Scizor&lt;br /&gt;
Smoochum/Jynx&lt;br /&gt;
Elekid/Electabuzz/Electivire&lt;br /&gt;
Magby/Magmar/Magmortar&lt;br /&gt;
Ditto&lt;br /&gt;
Eevee/Vaporeon/Jolteon/Flareon/Espeon/Umbreon/Leafeon/Glaceon&lt;br /&gt;
Porygon/Porygon2/Porygon-Z&lt;br /&gt;
Omanyte/Omastar&lt;br /&gt;
Kabuto/Kabutops&lt;br /&gt;
Sentret/Furret&lt;br /&gt;
Hoothoot/Noctowl&lt;br /&gt;
Natu/Xatu&lt;br /&gt;
Bonsly/Sudowoodo&lt;br /&gt;
Yanma/Yanmega&lt;br /&gt;
Wooper/Quagsire&lt;br /&gt;
Unown&lt;br /&gt;
Wobbuffet&lt;br /&gt;
Girafarig&lt;br /&gt;
Dunsparce&lt;br /&gt;
Qwilfish&lt;br /&gt;
Teddiursa/Ursaring&lt;br /&gt;
Slugma/Magcargo&lt;br /&gt;
Remoraid/Octillery&lt;br /&gt;
Phanpy/Donphan&lt;br /&gt;
Poochyena/Mightyena&lt;br /&gt;
Zigzagoon/Linoone&lt;br /&gt;
Wurmple/Silcoon/Beautifly/Cascoon/Dustox&lt;br /&gt;
Wingull/Pelipper&lt;br /&gt;
Surskit/Masquerain&lt;br /&gt;
Nosepass/Probopass&lt;br /&gt;
Meditite/Medicham&lt;br /&gt;
Plusle&lt;br /&gt;
Minun&lt;br /&gt;
Numel/Camerupt&lt;br /&gt;
Torkoal&lt;br /&gt;
Barboach/Whiscash&lt;br /&gt;
Baltoy/Claydol&lt;br /&gt;
Castform&lt;br /&gt;
Snorunt/Glalie/Froslass&lt;br /&gt;
Bidoof/Bibarel&lt;br /&gt;
Burmy/Wormadam/Mothim&lt;br /&gt;
Pachirisu&lt;br /&gt;
Buizel/Floatzel&lt;br /&gt;
Cherubi/Cherrim&lt;br /&gt;
Shellos/Gastrodon&lt;br /&gt;
Buneary/Lopunny&lt;br /&gt;
Stunky/Skuntank&lt;br /&gt;
Bronzor/Bronzong&lt;br /&gt;
Spiritomb&lt;br /&gt;
Croagunk/Toxicroak&lt;br /&gt;
Rotom&lt;br /&gt;
&lt;br /&gt;
1059860&lt;br /&gt;
Bulbasaur/Ivysaur/Venusaur&lt;br /&gt;
Charmander/Charmeleon/Charizard&lt;br /&gt;
Squirtle/Wartortle/Blastoise&lt;br /&gt;
Pidgey/Pidgeotto/Pidgeot&lt;br /&gt;
Nidoran-F/Nidorina/Nidoqueen&lt;br /&gt;
Nidoran-M/Nidorino/Nidoking&lt;br /&gt;
Oddish/Gloom/Vileplume/Bellossom&lt;br /&gt;
Poliwag/Poliwhirl/Poliwrath/Politoed&lt;br /&gt;
Abra/Kadabra/Alakazam&lt;br /&gt;
Machop/Machoke/Machamp&lt;br /&gt;
Bellsprout/Weepinbell/Victreebel&lt;br /&gt;
Geodude/Graveler/Golem&lt;br /&gt;
Gastly/Haunter/Gengar&lt;br /&gt;
Mew&lt;br /&gt;
Chikorita/Bayleef/Meganium&lt;br /&gt;
Cyndaquil/Quilava/Typhlosion&lt;br /&gt;
Totodile/Croconaw/Feraligatr&lt;br /&gt;
Mareep/Flaaffy/Ampharos&lt;br /&gt;
Hoppip/Skiploom/Jumpluff&lt;br /&gt;
Sunkern/Sunflora&lt;br /&gt;
Murkrow/Honchkrow&lt;br /&gt;
Gligar/Gliscor&lt;br /&gt;
Shuckle&lt;br /&gt;
Sneasel/Weavile&lt;br /&gt;
Celebi&lt;br /&gt;
Treecko/Grovyle/Sceptile&lt;br /&gt;
Torchic/Combusken/Blaziken&lt;br /&gt;
Mudkip/Marshtomp/Swampert&lt;br /&gt;
Lotad/Lombre/Ludicolo&lt;br /&gt;
Seedot/Nuzleaf/Shiftry&lt;br /&gt;
Taillow/Swellow&lt;br /&gt;
Whismur/Loudred/Exploud&lt;br /&gt;
Sableye&lt;br /&gt;
Budew/Roselia/Roserade&lt;br /&gt;
Trapinch/Vibrava/Flygon&lt;br /&gt;
Cacnea/Cacturne&lt;br /&gt;
Kecleon&lt;br /&gt;
Absol&lt;br /&gt;
Spheal/Sealeo/Walrein&lt;br /&gt;
Turtwig/Grotle/Torterra&lt;br /&gt;
Chimchar/Monferno/Infernape&lt;br /&gt;
Piplup/Prinplup/Empoleon&lt;br /&gt;
Starly/Staravia/Staraptor&lt;br /&gt;
Kricketot/Kricketune&lt;br /&gt;
Shinx/Luxio/Luxray&lt;br /&gt;
Combee/Vespiquen&lt;br /&gt;
Chatot&lt;br /&gt;
Riolu/Lucario&lt;br /&gt;
Shaymin&lt;br /&gt;
&lt;br /&gt;
1250000&lt;br /&gt;
Growlithe/Arcanine&lt;br /&gt;
Tentacool/Tentacruel&lt;br /&gt;
Shellder/Cloyster&lt;br /&gt;
Exeggcute/Exeggutor&lt;br /&gt;
Rhyhorn/Rhydon/Rhyperior&lt;br /&gt;
Staryu/Starmie&lt;br /&gt;
Pinsir&lt;br /&gt;
Tauros&lt;br /&gt;
Magikarp/Gyarados&lt;br /&gt;
Lapras&lt;br /&gt;
Aerodactyl&lt;br /&gt;
Munchlax/Snorlax&lt;br /&gt;
Articuno&lt;br /&gt;
Zapdos&lt;br /&gt;
Moltres&lt;br /&gt;
Dratini/Dragonair/Dragonite&lt;br /&gt;
Mewtwo&lt;br /&gt;
Chinchou/Lanturn&lt;br /&gt;
Heracross&lt;br /&gt;
Swinub/Piloswine/Mamoswine&lt;br /&gt;
Mantyke/Mantine&lt;br /&gt;
Skarmory&lt;br /&gt;
Houndour/Houndoom&lt;br /&gt;
Stantler&lt;br /&gt;
Miltank&lt;br /&gt;
Raikou&lt;br /&gt;
Entei&lt;br /&gt;
Suicune&lt;br /&gt;
Larvitar/Pupitar/Tyranitar&lt;br /&gt;
Lugia&lt;br /&gt;
Ho-Oh&lt;br /&gt;
Ralts/Kirlia/Gardevoir/Gallade&lt;br /&gt;
Slakoth/Vigoroth/Slaking&lt;br /&gt;
Aron/Lairon/Aggron&lt;br /&gt;
Electrike/Manetric&lt;br /&gt;
Carvahna/Sharpedo&lt;br /&gt;
Tropius&lt;br /&gt;
Relicanth&lt;br /&gt;
Bagon/Shelgon/Salamence&lt;br /&gt;
Beldum/Metang/Metagross&lt;br /&gt;
Regirock&lt;br /&gt;
Regice&lt;br /&gt;
Registeel&lt;br /&gt;
Latias&lt;br /&gt;
Latios&lt;br /&gt;
Kyogre&lt;br /&gt;
Groudon&lt;br /&gt;
Rayquaza&lt;br /&gt;
Jirachi&lt;br /&gt;
Deoxys&lt;br /&gt;
Gible/Gabite/Garchomp&lt;br /&gt;
Hippopotas/Hippowdon&lt;br /&gt;
Skorupi/Drapion&lt;br /&gt;
Carnivine&lt;br /&gt;
Snover/Abomasnow&lt;br /&gt;
Uxie&lt;br /&gt;
Mesprit&lt;br /&gt;
Azelf&lt;br /&gt;
Dialga&lt;br /&gt;
Palkia&lt;br /&gt;
Heatran&lt;br /&gt;
Regigigas&lt;br /&gt;
Giratina&lt;br /&gt;
Cresselia&lt;br /&gt;
Phione&lt;br /&gt;
Manaphy&lt;br /&gt;
Darkrai&lt;br /&gt;
Arceus&lt;br /&gt;
&lt;br /&gt;
1640000&lt;br /&gt;
Shroomish/Breloom&lt;br /&gt;
Makuhita/Hariyama&lt;br /&gt;
Illumise&lt;br /&gt;
Gulpin/Swalot&lt;br /&gt;
Wailmer/Wailord&lt;br /&gt;
Seviper&lt;br /&gt;
Corphish/Crawdaunt&lt;br /&gt;
Drifloon/Drifblim&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
:[[User:Ultraflame|Ultraflame]] 20:45, 23 January 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
I like this idea and think it would be useful. Anyone else agree? [[User:Eric the espeon|Eric the espeon]] 19:43, 25 November 2008 (UTC)&lt;br /&gt;
:Yes, but I don&#039;t know if it belongs on this page.  We could create categories, but I think I like the idea of another page better, like List of Pokémon by experience requirement, or something.&amp;amp;nbsp;&amp;amp;mdash;&amp;amp;nbsp;[[User:Laoris|Laoris]]&amp;amp;nbsp;&amp;lt;sub&amp;gt;([[User_Talk:Laoris|Blah]])&amp;lt;/sub&amp;gt; 19:52, 25 November 2008 (UTC)&lt;br /&gt;
Makes sense, and link to that list from here? [[User:Eric the espeon|Eric the espeon]] 18:19, 4 December 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ??? ==&lt;br /&gt;
&lt;br /&gt;
If the formula returns a decimal, is the result rounded up or down? --[[User talk:Shiny Noctowl|&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;small&amp;gt;S&amp;lt;/small&amp;gt;&amp;lt;sup&amp;gt;h&amp;lt;/sup&amp;gt;&amp;lt;small&amp;gt;i&amp;lt;/small&amp;gt;&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt;&amp;lt;small&amp;gt;y&amp;lt;/small&amp;gt; &amp;lt;sup&amp;gt;N&amp;lt;/sup&amp;gt;&amp;lt;small&amp;gt;o&amp;lt;/small&amp;gt;&amp;lt;sub&amp;gt;c&amp;lt;/sub&amp;gt;&amp;lt;small&amp;gt;t&amp;lt;/small&amp;gt;&amp;lt;sup&amp;gt;o&amp;lt;/sup&amp;gt;&amp;lt;small&amp;gt;w&amp;lt;/small&amp;gt;&amp;lt;sub&amp;gt;l&amp;lt;/sub&amp;gt;&amp;lt;/font&amp;gt;]] 15:39, 26 May 2008 (UTC)&lt;br /&gt;
:Always rounded down, I believe. [[User:Ultraflame|Ultraflame]] 22:59, 26 May 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Hmm... ==&lt;br /&gt;
&lt;br /&gt;
Does anyone else think that a chart that lists the experience needed to reach each level in an experience group would be a good addition to this page? &#039;&#039;&#039;[[User:TTEchidna|&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;&#039;&#039;TTE&#039;&#039;&amp;lt;/span&amp;gt;]][[User talk:TTEchidna|chidna]]&#039;&#039;&#039; 05:20, 1 July 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
:yes [[User:MathijsP|MathijsP]] 07:22, 1 July 2008 (UTC)&lt;br /&gt;
::I added the charts, but, as I had a computer program generate them, I haven&#039;t been able to check the piecewise ones yet. It would be good if someone else could check the piecewise functions (&amp;quot;erratic&amp;quot; and &amp;quot;fluctuating&amp;quot;) to make sure they&#039;re correct. --[[User:Shiny Noctowl|&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;small&amp;gt;S&amp;lt;/small&amp;gt;&amp;lt;sup&amp;gt;h&amp;lt;/sup&amp;gt;&amp;lt;small&amp;gt;i&amp;lt;/small&amp;gt;&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt;&amp;lt;small&amp;gt;y&amp;lt;/small&amp;gt; &amp;lt;sup&amp;gt;N&amp;lt;/sup&amp;gt;&amp;lt;small&amp;gt;o&amp;lt;/small&amp;gt;&amp;lt;sub&amp;gt;c&amp;lt;/sub&amp;gt;&amp;lt;small&amp;gt;t&amp;lt;/small&amp;gt;&amp;lt;sup&amp;gt;o&amp;lt;/sup&amp;gt;&amp;lt;small&amp;gt;w&amp;lt;/small&amp;gt;&amp;lt;sub&amp;gt;l&amp;lt;/sub&amp;gt;&amp;lt;/font&amp;gt;]] 00:15, 29 September 2008 (UTC)&lt;br /&gt;
:::the &amp;quot;Erratic&amp;quot; one is messed up. lvl 98 is 1.2 million, and lvl 99 is under 600,000. also, thats a lot of text, so, i added the show/hide ability. -- &#039;&#039;&#039;[[User:MAGNEDETH|&amp;lt;span style=&amp;quot;color:#000033;&amp;quot;&amp;gt;MAG&amp;lt;/span&amp;gt;]][[User:MAGNEDETH#Interesting Stuff|&amp;lt;span style=&amp;quot;color:#696969;&amp;quot;&amp;gt;NE&amp;lt;/span&amp;gt;]][[User talk:MAGNEDETH|&amp;lt;span style=&amp;quot;color:#000033;&amp;quot;&amp;gt;DETH&amp;lt;/span&amp;gt;]]&#039;&#039;&#039; 00:24, 29 September 2008 (UTC)&lt;br /&gt;
::::It&#039;s still messed up. Can you fix it please? --[[User:Shiny Noctowl|&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;small&amp;gt;S&amp;lt;/small&amp;gt;&amp;lt;sup&amp;gt;h&amp;lt;/sup&amp;gt;&amp;lt;small&amp;gt;i&amp;lt;/small&amp;gt;&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt;&amp;lt;small&amp;gt;y&amp;lt;/small&amp;gt; &amp;lt;sup&amp;gt;N&amp;lt;/sup&amp;gt;&amp;lt;small&amp;gt;o&amp;lt;/small&amp;gt;&amp;lt;sub&amp;gt;c&amp;lt;/sub&amp;gt;&amp;lt;small&amp;gt;t&amp;lt;/small&amp;gt;&amp;lt;sup&amp;gt;o&amp;lt;/sup&amp;gt;&amp;lt;small&amp;gt;w&amp;lt;/small&amp;gt;&amp;lt;sub&amp;gt;l&amp;lt;/sub&amp;gt;&amp;lt;/font&amp;gt;]] 00:27, 29 September 2008 (UTC)&lt;br /&gt;
:::::i dont know how to fix it, i just added the show/hide things. im just noting its not right. you said you had a computer do it. try again? -- &#039;&#039;&#039;[[User:MAGNEDETH|&amp;lt;span style=&amp;quot;color:#000033;&amp;quot;&amp;gt;MAG&amp;lt;/span&amp;gt;]][[User:MAGNEDETH#Interesting Stuff|&amp;lt;span style=&amp;quot;color:#696969;&amp;quot;&amp;gt;NE&amp;lt;/span&amp;gt;]][[User talk:MAGNEDETH|&amp;lt;span style=&amp;quot;color:#000033;&amp;quot;&amp;gt;DETH&amp;lt;/span&amp;gt;]]&#039;&#039;&#039; 00:29, 29 September 2008 (UTC)&lt;br /&gt;
::::::The formula for Level 98 comes out to 583539, which is correct. [[User:Ultraflame|Ultraflame]] 23:05, 29 September 2008 (UTC)&lt;br /&gt;
:::::::well thats fine, but currently it says lvl 98 is 1185901, which it wrong. -- &#039;&#039;&#039;[[User:MAGNEDETH|&amp;lt;span style=&amp;quot;color:#000033;&amp;quot;&amp;gt;MAG&amp;lt;/span&amp;gt;]][[User:MAGNEDETH#Interesting Stuff|&amp;lt;span style=&amp;quot;color:#696969;&amp;quot;&amp;gt;NE&amp;lt;/span&amp;gt;]][[User talk:MAGNEDETH|&amp;lt;span style=&amp;quot;color:#000033;&amp;quot;&amp;gt;DETH&amp;lt;/span&amp;gt;]]&#039;&#039;&#039; 23:21, 29 September 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Pokémon Gold/Silver Version ROM - Hack-O-Matic - &amp;quot;Secret&amp;quot; Experience functions ==&lt;br /&gt;
&lt;br /&gt;
I&#039;m sure someone else has noticed that if you use the ROM hack tool Hack-O-Matic to open a Pokémon Gold/Silver ROM and edit Pokémon, there will be eight &amp;quot;experience gradient&amp;quot; choices for each Pokémon as opposed to the four that were actually used in Generation II. I&#039;ve figured out three of the four &amp;quot;secret&amp;quot; functions, and due to a glitch in Hack-O-Matic I can&#039;t examine the fourth one.&amp;lt;br&amp;gt;&lt;br /&gt;
Hack-O-Matic displays the eight experience functions as eight &amp;quot;types&amp;quot; (the numbers go from Level 2 to 100):&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot; class=&amp;quot;expandable&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
===1===&lt;br /&gt;
Formula is 0.25n^3 + 15n^2 + 205n – 107&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
365&lt;br /&gt;
649&lt;br /&gt;
969&lt;br /&gt;
1324&lt;br /&gt;
1717&lt;br /&gt;
2148&lt;br /&gt;
2621&lt;br /&gt;
3135&lt;br /&gt;
3693&lt;br /&gt;
4295&lt;br /&gt;
4945&lt;br /&gt;
5642&lt;br /&gt;
6389&lt;br /&gt;
7186&lt;br /&gt;
8037&lt;br /&gt;
8941&lt;br /&gt;
9901&lt;br /&gt;
10917&lt;br /&gt;
11993&lt;br /&gt;
13128&lt;br /&gt;
14325&lt;br /&gt;
15584&lt;br /&gt;
16909&lt;br /&gt;
18299&lt;br /&gt;
19757&lt;br /&gt;
21283&lt;br /&gt;
22881&lt;br /&gt;
24550&lt;br /&gt;
26293&lt;br /&gt;
28110&lt;br /&gt;
30005&lt;br /&gt;
31977&lt;br /&gt;
34029&lt;br /&gt;
36161&lt;br /&gt;
38377&lt;br /&gt;
40676&lt;br /&gt;
43061&lt;br /&gt;
45532&lt;br /&gt;
48093&lt;br /&gt;
50743&lt;br /&gt;
53485&lt;br /&gt;
56319&lt;br /&gt;
59249&lt;br /&gt;
62274&lt;br /&gt;
65397&lt;br /&gt;
68618&lt;br /&gt;
71941&lt;br /&gt;
75365&lt;br /&gt;
78893&lt;br /&gt;
82525&lt;br /&gt;
86265&lt;br /&gt;
90112&lt;br /&gt;
94069&lt;br /&gt;
98136&lt;br /&gt;
102317&lt;br /&gt;
106611&lt;br /&gt;
111021&lt;br /&gt;
115547&lt;br /&gt;
120193&lt;br /&gt;
124958&lt;br /&gt;
129845&lt;br /&gt;
134854&lt;br /&gt;
139989&lt;br /&gt;
145249&lt;br /&gt;
150637&lt;br /&gt;
156153&lt;br /&gt;
161801&lt;br /&gt;
167580&lt;br /&gt;
173493&lt;br /&gt;
179540&lt;br /&gt;
185725&lt;br /&gt;
192047&lt;br /&gt;
198509&lt;br /&gt;
205111&lt;br /&gt;
211857&lt;br /&gt;
218746&lt;br /&gt;
225781&lt;br /&gt;
232962&lt;br /&gt;
240293&lt;br /&gt;
247773&lt;br /&gt;
255405&lt;br /&gt;
263189&lt;br /&gt;
271129&lt;br /&gt;
279224&lt;br /&gt;
287477&lt;br /&gt;
295888&lt;br /&gt;
304461&lt;br /&gt;
313195&lt;br /&gt;
322093&lt;br /&gt;
331155&lt;br /&gt;
340385&lt;br /&gt;
349782&lt;br /&gt;
359349&lt;br /&gt;
369086&lt;br /&gt;
378997&lt;br /&gt;
389081&lt;br /&gt;
399341&lt;br /&gt;
409777&lt;br /&gt;
420393&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
===2===&lt;br /&gt;
Same as &amp;lt;font color=green&amp;gt;Fifth Type&amp;lt;/font&amp;gt;&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot; class=&amp;quot;expandable&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
===3===&lt;br /&gt;
0.75n^3 + 10n^2 – 30&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
16&lt;br /&gt;
80&lt;br /&gt;
178&lt;br /&gt;
313&lt;br /&gt;
492&lt;br /&gt;
717&lt;br /&gt;
994&lt;br /&gt;
1326&lt;br /&gt;
1720&lt;br /&gt;
2178&lt;br /&gt;
2706&lt;br /&gt;
3307&lt;br /&gt;
3988&lt;br /&gt;
4751&lt;br /&gt;
5602&lt;br /&gt;
6544&lt;br /&gt;
7584&lt;br /&gt;
8724&lt;br /&gt;
9970&lt;br /&gt;
11325&lt;br /&gt;
12796&lt;br /&gt;
14385&lt;br /&gt;
16098&lt;br /&gt;
17938&lt;br /&gt;
19912&lt;br /&gt;
22022&lt;br /&gt;
24274&lt;br /&gt;
26671&lt;br /&gt;
29220&lt;br /&gt;
31923&lt;br /&gt;
34786&lt;br /&gt;
37812&lt;br /&gt;
41008&lt;br /&gt;
44376&lt;br /&gt;
47922&lt;br /&gt;
51649&lt;br /&gt;
55564&lt;br /&gt;
59669&lt;br /&gt;
63970&lt;br /&gt;
68470&lt;br /&gt;
73176&lt;br /&gt;
78090&lt;br /&gt;
83218&lt;br /&gt;
88563&lt;br /&gt;
94132&lt;br /&gt;
99927&lt;br /&gt;
105954&lt;br /&gt;
112216&lt;br /&gt;
118720&lt;br /&gt;
125468&lt;br /&gt;
132466&lt;br /&gt;
139717&lt;br /&gt;
147228&lt;br /&gt;
155001&lt;br /&gt;
163042&lt;br /&gt;
171354&lt;br /&gt;
179944&lt;br /&gt;
188814&lt;br /&gt;
197970&lt;br /&gt;
207415&lt;br /&gt;
217156&lt;br /&gt;
227195&lt;br /&gt;
237538&lt;br /&gt;
248188&lt;br /&gt;
259152&lt;br /&gt;
270432&lt;br /&gt;
282034&lt;br /&gt;
293961&lt;br /&gt;
306220&lt;br /&gt;
318813&lt;br /&gt;
331746&lt;br /&gt;
345022&lt;br /&gt;
358648&lt;br /&gt;
372626&lt;br /&gt;
386962&lt;br /&gt;
401659&lt;br /&gt;
416724&lt;br /&gt;
432159&lt;br /&gt;
447970&lt;br /&gt;
464160&lt;br /&gt;
480736&lt;br /&gt;
497700&lt;br /&gt;
515058&lt;br /&gt;
532813&lt;br /&gt;
550972&lt;br /&gt;
569537&lt;br /&gt;
588514&lt;br /&gt;
607906&lt;br /&gt;
627720&lt;br /&gt;
647958&lt;br /&gt;
668626&lt;br /&gt;
689727&lt;br /&gt;
711268&lt;br /&gt;
733251&lt;br /&gt;
755682&lt;br /&gt;
778564&lt;br /&gt;
801904&lt;br /&gt;
825704&lt;br /&gt;
849970&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot; class=&amp;quot;expandable&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
===4===&lt;br /&gt;
0.75n^3 + 20n^2 – 70&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
16&lt;br /&gt;
130&lt;br /&gt;
298&lt;br /&gt;
523&lt;br /&gt;
812&lt;br /&gt;
1167&lt;br /&gt;
1594&lt;br /&gt;
2096&lt;br /&gt;
2680&lt;br /&gt;
3348&lt;br /&gt;
4106&lt;br /&gt;
4957&lt;br /&gt;
5908&lt;br /&gt;
6961&lt;br /&gt;
8122&lt;br /&gt;
9394&lt;br /&gt;
10784&lt;br /&gt;
12294&lt;br /&gt;
13930&lt;br /&gt;
15695&lt;br /&gt;
17596&lt;br /&gt;
19635&lt;br /&gt;
21818&lt;br /&gt;
24148&lt;br /&gt;
26632&lt;br /&gt;
29272&lt;br /&gt;
32074&lt;br /&gt;
35041&lt;br /&gt;
38180&lt;br /&gt;
41493&lt;br /&gt;
44986&lt;br /&gt;
48662&lt;br /&gt;
52528&lt;br /&gt;
56586&lt;br /&gt;
60842&lt;br /&gt;
65299&lt;br /&gt;
69964&lt;br /&gt;
74839&lt;br /&gt;
79930&lt;br /&gt;
85240&lt;br /&gt;
90776&lt;br /&gt;
96540&lt;br /&gt;
102538&lt;br /&gt;
108773&lt;br /&gt;
115252&lt;br /&gt;
121977&lt;br /&gt;
128954&lt;br /&gt;
136186&lt;br /&gt;
143680&lt;br /&gt;
151438&lt;br /&gt;
159466&lt;br /&gt;
167767&lt;br /&gt;
176348&lt;br /&gt;
185211&lt;br /&gt;
194362&lt;br /&gt;
203804&lt;br /&gt;
213544&lt;br /&gt;
223584&lt;br /&gt;
233930&lt;br /&gt;
244585&lt;br /&gt;
255556&lt;br /&gt;
266845&lt;br /&gt;
278458&lt;br /&gt;
290398&lt;br /&gt;
302672&lt;br /&gt;
315282&lt;br /&gt;
328234&lt;br /&gt;
341531&lt;br /&gt;
355180&lt;br /&gt;
369183&lt;br /&gt;
383546&lt;br /&gt;
398272&lt;br /&gt;
413368&lt;br /&gt;
428836&lt;br /&gt;
444682&lt;br /&gt;
460909&lt;br /&gt;
477524&lt;br /&gt;
494529&lt;br /&gt;
511930&lt;br /&gt;
529730&lt;br /&gt;
547936&lt;br /&gt;
566550&lt;br /&gt;
585578&lt;br /&gt;
605023&lt;br /&gt;
624892&lt;br /&gt;
645187&lt;br /&gt;
665914&lt;br /&gt;
687076&lt;br /&gt;
708680&lt;br /&gt;
730728&lt;br /&gt;
753226&lt;br /&gt;
776177&lt;br /&gt;
799588&lt;br /&gt;
823461&lt;br /&gt;
847802&lt;br /&gt;
872614&lt;br /&gt;
897904&lt;br /&gt;
923674&lt;br /&gt;
949930&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
===5===&lt;br /&gt;
&amp;lt;font color=gold&amp;gt;First Type&amp;lt;/font&amp;gt;&lt;br /&gt;
===6===&lt;br /&gt;
&amp;lt;font color=purple&amp;gt;Fourth Type&amp;lt;/font&amp;gt;&lt;br /&gt;
===7===&lt;br /&gt;
&amp;lt;font color=brown&amp;gt;Sixth Type&amp;lt;/font&amp;gt;&lt;br /&gt;
===8===&lt;br /&gt;
Unknown due to glitch in Hack-O-Matic. Hack-O-Matic provides graphs for each experience function, but they may not be accurate. Do you want me to upload that graph&#039;s picture anyway?&amp;lt;br&amp;gt;&lt;br /&gt;
Are these &amp;quot;hidden&amp;quot; experience functions notable enough to be added to the article somewhere? Thanks. [[User:Ultraflame|Ultraflame]] 20:44, 12 October 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
I dont understand any of this? Could you make it clearer for the average user to be able to read, if an average person sees that they wont be able to understand it, only smart people will --[[User:Guardian|&amp;lt;font color=&amp;quot;#0000FF&amp;quot;&amp;gt;Guardian&amp;lt;/font&amp;gt;]][[Special:Contributions/Guardian|&amp;lt;font color=&amp;quot;#FFFF00&amp;quot;&amp;gt; of&amp;lt;/font&amp;gt;]][[User talk:Guardian|&amp;lt;font color=&amp;quot;#FF0000&amp;quot;&amp;gt; Earth&amp;lt;/font&amp;gt;]] |[[GSDS|&amp;lt;font color=&amp;quot;#00FF00&amp;quot;&amp;gt;SGMS 2010&amp;lt;/font&amp;gt;]]&lt;br /&gt;
:When a Pokémon gains experience it levels up.  Different Pokémon level up at different rates, and take different amounts of experience to gain each level.  Some Pokémon level up faster than others.  The amount of experience a Pokémon needs to gain a level is determined by one of eight possible formulas.  That&#039;s really the premise of the whole article.&amp;amp;nbsp;&amp;amp;mdash;&amp;amp;nbsp;[[User:Laoris|Laoris]]&amp;amp;nbsp;&amp;lt;sub&amp;gt;([[User_Talk:Laoris|Blah]])&amp;lt;/sub&amp;gt; 18:27, 4 December 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
oh ok thank you, it was that last line &amp;quot;The amount of experience a Pokémon needs to gain a level is determined by one of eight possible formulas.&amp;quot; I didnt really get till you explained it. I just thought they made the pokemon that way, i wasnt aware there was a formula, if this is in the article, can we have the easier to understand version, your version, underneath the complicated bit. --[[User:Guardian|&amp;lt;font color=&amp;quot;#0000FF&amp;quot;&amp;gt;Guardian&amp;lt;/font&amp;gt;]][[Special:Contributions/Guardian|&amp;lt;font color=&amp;quot;#FFFF00&amp;quot;&amp;gt; of&amp;lt;/font&amp;gt;]][[User talk:Guardian|&amp;lt;font color=&amp;quot;#FF0000&amp;quot;&amp;gt; Earth&amp;lt;/font&amp;gt;]] |[[GSDS|&amp;lt;font color=&amp;quot;#00FF00&amp;quot;&amp;gt;SGMS 2010&amp;lt;/font&amp;gt;]]&lt;br /&gt;
:I&#039;ll add some clarification to the article later.&amp;amp;nbsp;&amp;amp;mdash;&amp;amp;nbsp;[[User:Laoris|Laoris]]&amp;amp;nbsp;&amp;lt;sub&amp;gt;([[User_Talk:Laoris|Blah]])&amp;lt;/sub&amp;gt; 18:36, 4 December 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;Reeeeeaaaaaaally&#039;&#039; late reply here, but I wrote Hack-O-Matic ages ago. I can tell you that those graphs are definitely not accurate. (I don&#039;t remember how exactly I made them, but they&#039;re very rough estimations.) I never really examined how the game computes the different EXP growth rates, but I know that four of them are &amp;quot;real&amp;quot; and four of them are &amp;quot;glitched&amp;quot; (and there might even be more than those four glitches). If I had to guess, I&#039;d assume all the EXP growth functions are the same function with different constants plugged in, and the glitch rates just put in strange constants, resulting in silly things like 100K EXP to level 100. [[User:HyperHacker|⬡]] ([[User talk:HyperHacker|talk]]) 12:26, 16 July 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
== List of base experence yeald ==&lt;br /&gt;
&lt;br /&gt;
Can someone add this in as a hide able table?&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
Arceus - 255&lt;br /&gt;
Blissey - 255&lt;br /&gt;
Chansey - 255&lt;br /&gt;
Happiny - 255&lt;br /&gt;
Dialga - 220&lt;br /&gt;
Giratina - 220&lt;br /&gt;
Ho-oh - 220&lt;br /&gt;
Lugia - 220&lt;br /&gt;
Mewtwo - 220&lt;br /&gt;
Palkia - 220&lt;br /&gt;
Rayquaza - 220&lt;br /&gt;
Regigigas - 220&lt;br /&gt;
Togekiss - 220&lt;br /&gt;
Lapras - 219&lt;br /&gt;
Dragonite - 218&lt;br /&gt;
Garchomp - 218&lt;br /&gt;
Groudon - 218&lt;br /&gt;
Kyogre - 218&lt;br /&gt;
Salamence - 218&lt;br /&gt;
Tyranitar - 218&lt;br /&gt;
Entei - 217&lt;br /&gt;
Moltres - 217&lt;br /&gt;
Regirock - 217&lt;br /&gt;
Rhyperior - 217&lt;br /&gt;
Raikou - 216&lt;br /&gt;
Regice - 216&lt;br /&gt;
Zapdos - 216&lt;br /&gt;
Articuno - 215&lt;br /&gt;
Deoxys - 215&lt;br /&gt;
Heatran - 215&lt;br /&gt;
Jirachi - 215&lt;br /&gt;
Manaphy - 215&lt;br /&gt;
Registeel - 215&lt;br /&gt;
Suicune - 215&lt;br /&gt;
Abomasnow - 214&lt;br /&gt;
Gyarados - 214&lt;br /&gt;
Arcanine - 213&lt;br /&gt;
Milotic - 213&lt;br /&gt;
Exeggutor - 212&lt;br /&gt;
Latias - 211&lt;br /&gt;
Latios - 211&lt;br /&gt;
Magnezone - 211&lt;br /&gt;
Tangrowth - 211&lt;br /&gt;
Tauros - 211&lt;br /&gt;
Azelf - 210&lt;br /&gt;
Blastoise - 210&lt;br /&gt;
Cresselia - 210&lt;br /&gt;
Darkrai - 210&lt;br /&gt;
Dusknoir - 210&lt;br /&gt;
Empoleon - 210&lt;br /&gt;
Feraligatr - 210&lt;br /&gt;
Mesprit - 210&lt;br /&gt;
Metagross - 210&lt;br /&gt;
Slaking - 210&lt;br /&gt;
Swampert - 210&lt;br /&gt;
Uxie - 210&lt;br /&gt;
Blaziken - 209&lt;br /&gt;
Charizard - 209&lt;br /&gt;
Infernape - 209&lt;br /&gt;
Skuntank - 209&lt;br /&gt;
Typhlosion - 209&lt;br /&gt;
Gallade - 208&lt;br /&gt;
Gardevoir - 208&lt;br /&gt;
Meganium - 208&lt;br /&gt;
Sceptile - 208&lt;br /&gt;
Torterra - 208&lt;br /&gt;
Venusaur - 208&lt;br /&gt;
Kingdra - 207&lt;br /&gt;
Mamoswine - 207&lt;br /&gt;
Starmie - 207&lt;br /&gt;
Kingler - 206&lt;br /&gt;
Wailord - 206&lt;br /&gt;
Aggron - 205&lt;br /&gt;
Tentacruel - 205&lt;br /&gt;
Crobat - 204&lt;br /&gt;
Drapion - 204&lt;br /&gt;
Drifblim - 204&lt;br /&gt;
Houndoom - 204&lt;br /&gt;
Lucario - 204&lt;br /&gt;
Rhydon - 204&lt;br /&gt;
Roserade - 204&lt;br /&gt;
Cloyster - 203&lt;br /&gt;
Aerodactyl - 202&lt;br /&gt;
Cradily - 201&lt;br /&gt;
Kabutops - 201&lt;br /&gt;
Armaldo - 200&lt;br /&gt;
Heracross - 200&lt;br /&gt;
Miltank - 200&lt;br /&gt;
Pinsir - 200&lt;br /&gt;
Scizor - 200&lt;br /&gt;
Bastiodon - 199&lt;br /&gt;
Electivire - 199&lt;br /&gt;
Magmortar - 199&lt;br /&gt;
Omastar - 199&lt;br /&gt;
Rampardos - 199&lt;br /&gt;
Weavile - 199&lt;br /&gt;
Flareon - 198&lt;br /&gt;
Hippowdon - 198&lt;br /&gt;
Probopass - 198&lt;br /&gt;
Relicanth - 198&lt;br /&gt;
Yanmega - 198&lt;br /&gt;
Espeon - 197&lt;br /&gt;
Flygon - 197&lt;br /&gt;
Jolteon - 197&lt;br /&gt;
Umbreon - 197&lt;br /&gt;
Glaceon - 196&lt;br /&gt;
Leafeon - 196&lt;br /&gt;
Steelix - 196&lt;br /&gt;
Vaporeon - 196&lt;br /&gt;
Nidoking - 195&lt;br /&gt;
Ampharos - 194&lt;br /&gt;
Luxray - 194&lt;br /&gt;
Nidoqueen - 194&lt;br /&gt;
Lickilicky - 193&lt;br /&gt;
Machamp - 193&lt;br /&gt;
Gliscor - 192&lt;br /&gt;
Rapidash - 192&lt;br /&gt;
Walrein - 192&lt;br /&gt;
Victreebel - 191&lt;br /&gt;
Gengar - 190&lt;br /&gt;
Claydol - 189&lt;br /&gt;
Donphan - 189&lt;br /&gt;
Ursaring - 189&lt;br /&gt;
Altaria - 188&lt;br /&gt;
Bronzong - 188&lt;br /&gt;
Vespiquen - 188&lt;br /&gt;
Froslass - 187&lt;br /&gt;
Glalie - 187&lt;br /&gt;
Honchkrow - 187&lt;br /&gt;
Mismagius - 187&lt;br /&gt;
Scyther - 187&lt;br /&gt;
Alakazam - 186&lt;br /&gt;
Ambipom - 186&lt;br /&gt;
Politoed - 185&lt;br /&gt;
Poliwrath - 185&lt;br /&gt;
Porygon-Z - 185&lt;br /&gt;
Bellossom - 184&lt;br /&gt;
Exploud - 184&lt;br /&gt;
Hariyama - 184&lt;br /&gt;
Vileploom - 184&lt;br /&gt;
Delibird - 183&lt;br /&gt;
Purugly - 183&lt;br /&gt;
Ludicolo - 181&lt;br /&gt;
Shiftry - 181&lt;br /&gt;
Toxicroak - 181&lt;br /&gt;
Porygon2 - 180&lt;br /&gt;
Banette - 179&lt;br /&gt;
Dusclops - 179&lt;br /&gt;
Floatzel - 178&lt;br /&gt;
Gorebyss - 178&lt;br /&gt;
Granbull - 178&lt;br /&gt;
Huntail - 178&lt;br /&gt;
Ninetails - 178&lt;br /&gt;
Cacturne - 177&lt;br /&gt;
Golem - 177&lt;br /&gt;
Wobbuffet - 177&lt;br /&gt;
Dewgong - 176&lt;br /&gt;
Gastrodon - 176&lt;br /&gt;
Jumpluff - 176&lt;br /&gt;
Camerupt - 175&lt;br /&gt;
Kangaskhan - 175&lt;br /&gt;
Sharpedo - 175&lt;br /&gt;
Absol - 174&lt;br /&gt;
Golduck - 174&lt;br /&gt;
Lopunny - 174&lt;br /&gt;
Weezing - 173&lt;br /&gt;
Pidgeot - 172&lt;br /&gt;
Staraptor - 172&lt;br /&gt;
Golbat - 171&lt;br /&gt;
Xatu - 171&lt;br /&gt;
Seaking - 170&lt;br /&gt;
Magneton - 169&lt;br /&gt;
Tropius - 169&lt;br /&gt;
Manectric - 168&lt;br /&gt;
Mantine - 168&lt;br /&gt;
Skarmory - 168&lt;br /&gt;
Spiritomb - 168&lt;br /&gt;
Swalot - 168&lt;br /&gt;
Magmar - 167&lt;br /&gt;
Tangela - 166&lt;br /&gt;
Breloom - 165&lt;br /&gt;
Hypno - 165&lt;br /&gt;
Phione - 165&lt;br /&gt;
Seviper - 165&lt;br /&gt;
Stantler - 165&lt;br /&gt;
Zangoose - 165&lt;br /&gt;
Carnivine - 164&lt;br /&gt;
Grumpig - 164&lt;br /&gt;
Octillery - 164&lt;br /&gt;
Pelipper - 164&lt;br /&gt;
Slowbro - 164&lt;br /&gt;
Slowking - 164&lt;br /&gt;
Sandslash - 163&lt;br /&gt;
Fearow - 162&lt;br /&gt;
Noctowl - 162&lt;br /&gt;
Swellow - 162&lt;br /&gt;
Beautifly - 161&lt;br /&gt;
Crawdaunt - 161&lt;br /&gt;
Torkoal - 161&lt;br /&gt;
Butterfree - 160&lt;br /&gt;
Piloswine - 160&lt;br /&gt;
Beedrill - 159&lt;br /&gt;
Kricketune - 159&lt;br /&gt;
Mothim - 159&lt;br /&gt;
Wormadam - 159&lt;br /&gt;
Dodrio - 158&lt;br /&gt;
Whiscash - 158&lt;br /&gt;
Muk - 157&lt;br /&gt;
Electabuzz - 156&lt;br /&gt;
Lanturn - 156&lt;br /&gt;
Lumineon - 156&lt;br /&gt;
Ninjask - 155&lt;br /&gt;
Seadra - 155&lt;br /&gt;
Celebi - 154&lt;br /&gt;
Magcargo - 154&lt;br /&gt;
Mew - 154&lt;br /&gt;
Snorlax - 154&lt;br /&gt;
Azumarill - 153&lt;br /&gt;
Dugtrio - 153&lt;br /&gt;
Medicham - 153&lt;br /&gt;
Metang - 153&lt;br /&gt;
Lairon - 152&lt;br /&gt;
Ponyta - 152&lt;br /&gt;
Roselia - 152&lt;br /&gt;
Weepinbell - 151&lt;br /&gt;
Electrode - 150&lt;br /&gt;
Lunatone - 150&lt;br /&gt;
Solrock - 150&lt;br /&gt;
Girafarig - 149&lt;br /&gt;
Primeape - 149&lt;br /&gt;
Persian - 148&lt;br /&gt;
Arbok - 147&lt;br /&gt;
Chimecho - 147&lt;br /&gt;
Misdreavus - 147&lt;br /&gt;
Yanma - 147&lt;br /&gt;
Illumise - 146&lt;br /&gt;
Machoke - 146&lt;br /&gt;
Sunflora - 146&lt;br /&gt;
Volbeat - 146&lt;br /&gt;
Castform - 145&lt;br /&gt;
Kadabra - 145&lt;br /&gt;
Dragonair - 144&lt;br /&gt;
Gabite - 144&lt;br /&gt;
Pupitar - 144&lt;br /&gt;
Shelgon - 144&lt;br /&gt;
Croconaw - 143&lt;br /&gt;
Marshtomp - 143&lt;br /&gt;
Prinplup - 143&lt;br /&gt;
Wartortle - 143&lt;br /&gt;
Charmeleon - 142&lt;br /&gt;
Clamperl - 142&lt;br /&gt;
Combusken - 142&lt;br /&gt;
Monferno - 142&lt;br /&gt;
Quilava - 142&lt;br /&gt;
Bayleef - 141&lt;br /&gt;
Grotle - 141&lt;br /&gt;
Grovyle - 141&lt;br /&gt;
Ivysaur - 141&lt;br /&gt;
Lombre - 141&lt;br /&gt;
Nuzleaf - 141&lt;br /&gt;
Hitmonchan - 140&lt;br /&gt;
Kirlia - 140&lt;br /&gt;
Hitmonlee - 139&lt;br /&gt;
Delcatty - 138&lt;br /&gt;
Hitmontop - 138&lt;br /&gt;
Venomoth - 138&lt;br /&gt;
Jynx - 137&lt;br /&gt;
Quagsire - 137&lt;br /&gt;
Wailmer - 137&lt;br /&gt;
Mr. Mime 136&lt;br /&gt;
Skiploom - 136&lt;br /&gt;
Rhyhorn - 135&lt;br /&gt;
Sudowoodo - 135&lt;br /&gt;
Ariados - 134&lt;br /&gt;
Graveler - 134&lt;br /&gt;
Ledian - 134&lt;br /&gt;
Cherrim - 133&lt;br /&gt;
Gloom - 132&lt;br /&gt;
Kecleon - 132&lt;br /&gt;
Rotom - 132&lt;br /&gt;
Sneasel - 132&lt;br /&gt;
Poliwhirl - 131&lt;br /&gt;
Snover - 131&lt;br /&gt;
Porygon - 130&lt;br /&gt;
Clefable - 129&lt;br /&gt;
Linoone - 128&lt;br /&gt;
Masquerain - 128&lt;br /&gt;
Mightyena - 128&lt;br /&gt;
Parasect - 128&lt;br /&gt;
Sealeo - 128&lt;br /&gt;
Drifloon - 127&lt;br /&gt;
Lickitung - 127&lt;br /&gt;
Haunter - 126&lt;br /&gt;
Loudred - 126&lt;br /&gt;
Vibrava - 126&lt;br /&gt;
Vigoroth - 126&lt;br /&gt;
Marowak - 124&lt;br /&gt;
Phanpy - 124&lt;br /&gt;
Teddiursa - 124&lt;br /&gt;
Raichu - 122&lt;br /&gt;
Lileep - 121&lt;br /&gt;
Minun - 120&lt;br /&gt;
Omanyte - 120&lt;br /&gt;
Pachirisu - 120&lt;br /&gt;
Plusle - 120&lt;br /&gt;
Anorith - 119&lt;br /&gt;
Kabuto - 119&lt;br /&gt;
Forretress - 118&lt;br /&gt;
Nidorino - 118&lt;br /&gt;
Flaaffy - 117&lt;br /&gt;
Luxio - 117&lt;br /&gt;
Magby - 117&lt;br /&gt;
Nidorina - 117&lt;br /&gt;
Bibarel - 116&lt;br /&gt;
Furret - 116&lt;br /&gt;
Raticate - 116&lt;br /&gt;
Krabby - 115&lt;br /&gt;
Houndour - 114&lt;br /&gt;
Koffing - 114&lt;br /&gt;
Skorupi - 114&lt;br /&gt;
Togetic - 114&lt;br /&gt;
Corsola - 113&lt;br /&gt;
Pidgeotto - 113&lt;br /&gt;
Staravia - 113&lt;br /&gt;
Corphish - 111&lt;br /&gt;
Goldeen - 111&lt;br /&gt;
Luvdisc - 110&lt;br /&gt;
Wigglytuff - 109&lt;br /&gt;
Gligar - 108&lt;br /&gt;
Mantyke - 108&lt;br /&gt;
Nosepass - 108&lt;br /&gt;
Onix - 108&lt;br /&gt;
Chatot - 107&lt;br /&gt;
Murkrow - 107&lt;br /&gt;
Elekid - 106&lt;br /&gt;
Smeargle - 106&lt;br /&gt;
Staryu - 106&lt;br /&gt;
Tentacool - 105&lt;br /&gt;
Electrike - 104&lt;br /&gt;
Beldum - 103&lt;br /&gt;
Voltorb - 103&lt;br /&gt;
Drowzee - 102&lt;br /&gt;
Qwilfish - 100&lt;br /&gt;
Seel - 100&lt;br /&gt;
Cranidos - 99&lt;br /&gt;
Shieldon - 99&lt;br /&gt;
Slowpoke - 99&lt;br /&gt;
Exeggcute - 98&lt;br /&gt;
Mawile - 98&lt;br /&gt;
Sableye - 98&lt;br /&gt;
Cacnea - 97&lt;br /&gt;
Duskull - 97&lt;br /&gt;
Shellder - 97&lt;br /&gt;
Shuppet - 97&lt;br /&gt;
Aron - 96&lt;br /&gt;
Doduo - 96&lt;br /&gt;
Gastly - 95&lt;br /&gt;
Hippopotas - 95&lt;br /&gt;
Shedinja - 95&lt;br /&gt;
Aipom - 94&lt;br /&gt;
Farfetch&#039;d - 94&lt;br /&gt;
Munchlax - 94&lt;br /&gt;
Sandshrew - 93&lt;br /&gt;
Barboach - 92&lt;br /&gt;
Eevee - 92&lt;br /&gt;
Growlithe - 91&lt;br /&gt;
Meditite - 91&lt;br /&gt;
Tyrogue - 91&lt;br /&gt;
Chinchou - 90&lt;br /&gt;
Finneon - 90&lt;br /&gt;
Grimer - 90&lt;br /&gt;
Bagon - 89&lt;br /&gt;
Magnemite - 89&lt;br /&gt;
Spoink - 89&lt;br /&gt;
Carvanha - 88&lt;br /&gt;
Machop - 88&lt;br /&gt;
Numel - 88&lt;br /&gt;
Cubone - 87&lt;br /&gt;
Makuhita - 87&lt;br /&gt;
Smoochum - 87&lt;br /&gt;
Spinda - 85&lt;br /&gt;
Bellsprout - 84&lt;br /&gt;
Buneary - 84&lt;br /&gt;
Croagunk - 83&lt;br /&gt;
Horsea - 83&lt;br /&gt;
Slakoth - 83&lt;br /&gt;
Pikachu - 82&lt;br /&gt;
Diglett - 81&lt;br /&gt;
Psyduck - 80&lt;br /&gt;
Shuckle - 80&lt;br /&gt;
Stunky - 79&lt;br /&gt;
Mime Jr. 78&lt;br /&gt;
Oddish - 78&lt;br /&gt;
Remoraid - 78&lt;br /&gt;
Slugma - 78&lt;br /&gt;
Swinub - 78&lt;br /&gt;
Poliwag - 77&lt;br /&gt;
Jigglypuff - 76&lt;br /&gt;
Buizel - 75&lt;br /&gt;
Dunsparce - 75&lt;br /&gt;
Gulpin - 75&lt;br /&gt;
Spheal - 75&lt;br /&gt;
Venonat - 75&lt;br /&gt;
Chingling - 74&lt;br /&gt;
Hoppip - 74&lt;br /&gt;
Lotad - 74&lt;br /&gt;
Mankey - 74&lt;br /&gt;
Seedot - 74&lt;br /&gt;
Snorunt - 74&lt;br /&gt;
Swablu - 74&lt;br /&gt;
Togepi - 74&lt;br /&gt;
Abra - 73&lt;br /&gt;
Geodude - 73&lt;br /&gt;
Natu - 73&lt;br /&gt;
Pichu - 73&lt;br /&gt;
Shellos - 73&lt;br /&gt;
Trapinch - 73&lt;br /&gt;
Bronzor - 72&lt;br /&gt;
Cascoon - 72&lt;br /&gt;
Metapod - 72&lt;br /&gt;
Riolu - 72&lt;br /&gt;
Glameow - 71&lt;br /&gt;
Kakuna - 71&lt;br /&gt;
Silcoon - 71&lt;br /&gt;
Paras - 70&lt;br /&gt;
Ralts - 70&lt;br /&gt;
Meowth - 69&lt;br /&gt;
Bonsly - 68&lt;br /&gt;
Budew - 68&lt;br /&gt;
Cherubi - 68&lt;br /&gt;
Clefairy - 68&lt;br /&gt;
Whismur - 68&lt;br /&gt;
Dratini - 67&lt;br /&gt;
Gible - 67&lt;br /&gt;
Larvitar - 67&lt;br /&gt;
Piplup - 66&lt;br /&gt;
Squirtle - 66&lt;br /&gt;
Totodile - 66&lt;br /&gt;
Charmander - 65&lt;br /&gt;
Chimchar - 65&lt;br /&gt;
Cyndaquil - 65&lt;br /&gt;
Mudkip - 65&lt;br /&gt;
Nincada - 65&lt;br /&gt;
Shroomish - 65&lt;br /&gt;
Skitty - 65&lt;br /&gt;
Torchic - 65&lt;br /&gt;
Treecko - 65&lt;br /&gt;
Bulbasaur - 64&lt;br /&gt;
Chikorita - 64&lt;br /&gt;
Shaymin - 64&lt;br /&gt;
Turtwig - 64&lt;br /&gt;
Wingull - 64&lt;br /&gt;
Combee - 63&lt;br /&gt;
Snubbull - 63&lt;br /&gt;
Surskit - 63&lt;br /&gt;
Vulpix - 63&lt;br /&gt;
Ekans - 62&lt;br /&gt;
Burmy - 61&lt;br /&gt;
Ditto - 61&lt;br /&gt;
Feebas - 61&lt;br /&gt;
Unown - 61&lt;br /&gt;
Dustox - 60&lt;br /&gt;
Nidoran♂ - 60&lt;br /&gt;
Pineco - 60&lt;br /&gt;
Shinx - 60&lt;br /&gt;
Zigzagoon - 60&lt;br /&gt;
Mareep - 59&lt;br /&gt;
Nidoran♀ - 59&lt;br /&gt;
Taillow - 59&lt;br /&gt;
Baltoy - 58&lt;br /&gt;
Bidoof - 58&lt;br /&gt;
Hoothoot - 58&lt;br /&gt;
Marill - 58&lt;br /&gt;
Spearow - 58&lt;br /&gt;
Rattata - 57&lt;br /&gt;
Sentret - 57&lt;br /&gt;
Starly - 56&lt;br /&gt;
Pidgey - 55&lt;br /&gt;
Poochyena - 55&lt;br /&gt;
Kricketot - 54&lt;br /&gt;
Ledyba - 54&lt;br /&gt;
Spinarak - 54&lt;br /&gt;
Wurmple - 54&lt;br /&gt;
Zubat - 54&lt;br /&gt;
Caterpie - 53&lt;br /&gt;
Sunkern - 52&lt;br /&gt;
Weedle - 52&lt;br /&gt;
Wooper - 52&lt;br /&gt;
Wynaut - 44&lt;br /&gt;
Igglybuff - 39&lt;br /&gt;
Cleffa - 37&lt;br /&gt;
Azurill - 33&lt;br /&gt;
Magikarp - 20&lt;br /&gt;
--&amp;gt;{{unsigned|Eric the espeon}}&amp;lt;small&amp;gt;&#039;&#039;; massive amount of data hidden by {{u|the dark lord trombonator|trom}}.&#039;&#039;&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:Already in [[List of Pokémon by effort value yield]]. [[User:Ultraflame|Ultraflame]] 00:42, 21 November 2009 (UTC)&lt;br /&gt;
No, that is EV yield.. The list I provided was base EXP yield. Quite a major difference there. [[User:Eric the espeon|Eric the espeon]] 17:57, 21 November 2009 (UTC)&lt;br /&gt;
:If you take a look at the article, there&#039;s a column marked &amp;quot;Exp.&amp;quot;, which contains exactly the same data that you have provided. Confusing, I know. [[User:Ultraflame|Ultraflame]] 19:06, 21 November 2009 (UTC)&lt;br /&gt;
Ok, fair enough. This article should probably link to that list then, no? [[User:Eric the espeon|Eric the espeon]] 21:59, 21 November 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Negative EXP==&lt;br /&gt;
According to the &amp;quot;medium slow&amp;quot; formula, the EXP for level 1 should be -54. This is exploited in the [http://tasvideos.org/950M.html Pokémon Blue TAS]. However there&#039;s no sign of this in the article. Was it fixed in later games? {{unsigned|Gyorokpeter }}&lt;br /&gt;
:It was fixed as of Generation III at the latest, I believe. According to the article, &amp;quot;Due most likely to the issue of speed when using these formulas, the GBA games will simply use a {{wp|lookup table}} for each value of any type instead of computing them. Because of this, these formulas are not actually part of the game mechanics.&amp;quot; [[User:Ultraflame|Ultraflame]] 05:41, 22 December 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Experience gain in battle ==&lt;br /&gt;
The section on the experience gained in battle only mentions the total experience gained, and not how experience is spread throughout multiple participants in the battle. That information seems like a useful mechanic and should be appended by someone who can add it. --[[User:Naokohiro|Naokohiro]] 19:21, 9 January 2010 (UTC)&lt;br /&gt;
:It is divided evenly among participants, unless some participants have EXP share or whatever. In this case, they receive their share plus the bonus from the held item. &amp;amp;mdash;&#039;&#039;&#039;&amp;lt;span style=&amp;quot;font-family:Verdana&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;color:#000&amp;quot;&amp;gt;darklord&amp;lt;/span&amp;gt;[[User talk:The dark lord trombonator|&amp;lt;span style=&amp;quot;color:#0047AB&amp;quot;&amp;gt;trom&amp;lt;/span&amp;gt;]]&amp;lt;/span&amp;gt;&#039;&#039;&#039; 03:56, 10 January 2010 (UTC)&lt;br /&gt;
::How is it divided among arbitrary amounts of Pokémon involved in the battle, and Pokémon with Exp. Share, including cases where Pokémon have both an Exp. Share and participated in the battle? There are many different cases. For example, when some Pokémon have Exp. Share and some don&#039;t, but some of the Pokémon with Exp. Share participated and some didn&#039;t, but also some Pokémon without Exp. Share that did participate, etc. --[[User:Naokohiro|Naokohiro]] 04:41, 14 January 2010 (UTC)&lt;br /&gt;
:::I don&#039;t know exactly how experience is divided among multiple Exp. Share holders (does each Pokémon with Exp. Share receive (1/(number of Exp. Shares + 1))*(total experience), or does each receive (1/2)*(total experience)*(1/number of Exp. Shares), or something else?), but the experience &#039;&#039;&#039;that is not allocated solely as a result of Exp. Share being held&#039;&#039;&#039; is always divided evenly among the participants of the battle, regardless of whether or not those participants hold Exp. Share. [[User:Ultraflame|Ultraflame]] 06:22, 14 January 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Switching??? ==&lt;br /&gt;
&lt;br /&gt;
I&#039;ll give an example.&lt;br /&gt;
&lt;br /&gt;
Say I have a Charizard out, and the opponent has Venusaur. The opponent switches to Blastoise, and later I switch to Raichu. If the opponent switches back to Venusaur, and I KO it, will my Charizard still gain exp? &#039;&#039;&#039;-&#039;&#039;&#039;  [[User Talk:Axxonn|&amp;lt;span style=&amp;quot;color:#AAAAFF&amp;quot;&amp;gt;&amp;lt;sup&amp;gt;Axxonn&amp;lt;/sup&amp;gt;&amp;lt;/span&amp;gt;]][[Special:Contributions/Axxonn|&amp;lt;span style=&amp;quot;color:#FFAAAA&amp;quot;&amp;gt;&amp;lt;small&amp;gt;the&amp;lt;/small&amp;gt;&amp;lt;/span&amp;gt;]][[User talk:Axxonn|&amp;lt;span style=&amp;quot;color:#999999&amp;quot;&amp;gt;&amp;lt;sub&amp;gt;Awesometrainer&amp;lt;/sub&amp;gt;&amp;lt;/span&amp;gt;]] 20:59, 4 May 2010 (UTC)&lt;br /&gt;
:No, at least not in my experience. The Pokémon must face the Pokémon since it has last been sent out from its Poké Ball. &amp;lt;sc&amp;gt;[[User:Werdnae|&amp;lt;span style=&amp;quot;color:#2D4B98;&amp;quot;&amp;gt;Werdnae&amp;lt;/span&amp;gt;]]&amp;lt;/sc&amp;gt; &amp;lt;small&amp;gt;[[User talk:Werdnae|&amp;lt;span style=&amp;quot;color:#009000;&amp;quot;&amp;gt;(talk)&amp;lt;/span&amp;gt;]]&amp;lt;/small&amp;gt; 21:40, 4 May 2010 (UTC)&lt;br /&gt;
::Nope. Tried it before. [[User:Ht14|&amp;lt;span style=&amp;quot;color:#DAA520&amp;quot;&amp;gt;&amp;lt;sup&amp;gt;&#039;&#039;&#039;&#039;&#039;ht&#039;&#039;&#039;&#039;&#039;&amp;lt;/sup&amp;gt;&amp;lt;/span&amp;gt;]][[User talk:Ht14|&amp;lt;span style=&amp;quot;color:#C0C0C0&amp;quot;&amp;gt;&amp;lt;small&amp;gt;&#039;&#039;14&#039;&#039;&amp;lt;/small&amp;gt;&amp;lt;/span&amp;gt;]] 21:59, 4 May 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Errors with formulas? ==&lt;br /&gt;
I was just double-checking the erratic output based on the formula given, when I realized that the given formula is impossible, in programming terms. Specifically, the game would never output two values for levels 50, 68, and 98, as the current formula shows it does. So I checked to see what the correct distribution of the formulas was, and came up with the following: level 50 could go either way, as both formulas it is attributed to result in the same output, level 68 is calculated based on the second formula given, and level 98 is calculated on the final formula. In other words, the actual division of the formulas should be something along the lines of the first applying to levels below or equal to 50, the second applying to levels greater than 50 but less than or equal to 68, the third applying to levels greater than 68 but less than to 98 (or, to keep similar formatting, apply to levels greater than 68 but less than or equal to 97), and the final one applying to levels greater than or equal to 98 (or, to keep formatting, apply to levels greater than 97). [[User:Glitchfinder|Glitchfinder]] 03:31, 6 May 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
It would also appear that quite a bit has been left out of the fluctuating piecewise function. Specifically, it would appear that the formula used for levels one through 14 will change based on the level modulo 3, resulting in three different yet very similar formulas for these levels. The middle levels, from 15 to 34, remain with the same formula that is given. However, it would appear that there are two separate formulas used for levels 35 to 100, determined by the level modulo 2. Here is the code I was using to test the function, which is written in Ruby:&lt;br /&gt;
&lt;br /&gt;
 test.fluctuating[1] = 0&lt;br /&gt;
 for i in 2...101&lt;br /&gt;
   if i &amp;gt;= 1 &amp;amp;&amp;amp; i &amp;lt; 15 &amp;amp;&amp;amp; i % 3 == 0&lt;br /&gt;
     val = ((i.to_f ** 3.0) * ((24.0 + ((i.to_f) / 3.0)) / 50.0))&lt;br /&gt;
   elsif i &amp;gt;= 1 &amp;amp;&amp;amp; i &amp;lt; 15 &amp;amp;&amp;amp; i % 3 == 1&lt;br /&gt;
     val = ((i.to_f ** 3.0) * ((24.0 + ((i.to_f - 1.0) / 3.0)) / 50.0))&lt;br /&gt;
   elsif i &amp;gt;= 1 &amp;amp;&amp;amp; i &amp;lt; 15 &amp;amp;&amp;amp; i % 3 == 2&lt;br /&gt;
     val = ((i.to_f ** 3.0) * ((24.0 + ((i.to_f + 1.0) / 3.0)) / 50.0))&lt;br /&gt;
   elsif i &amp;gt;= 15 &amp;amp;&amp;amp; i &amp;lt; 35&lt;br /&gt;
     val = ((i.to_f ** 3.0) * ((14.0 + i.to_f) / 50.0))&lt;br /&gt;
   elsif i &amp;gt;= 35 &amp;amp;&amp;amp; i &amp;lt;= 100 &amp;amp;&amp;amp; i % 2 == 0&lt;br /&gt;
     val = ((i.to_f ** 3.0) * ((32.0 + (i.to_f / 2.0)) / 50.0))&lt;br /&gt;
   elsif i &amp;gt;= 35 &amp;amp;&amp;amp; i &amp;lt;= 100 &amp;amp;&amp;amp; i % 2 == 1&lt;br /&gt;
     val = ((i.to_f ** 3.0) * ((32.0 + ((i.to_f - 1.0) / 2.0)) / 50.0))&lt;br /&gt;
   end&lt;br /&gt;
   test.fluctuating[i] = val.truncate&lt;br /&gt;
 end&lt;br /&gt;
Please note that the code is given as a demonstration of how the formulas are chosen, and does not include the necessary setup for the test variable. I don&#039;t know the Wikipedia math functions well enough to replace the image, so it would be a good idea for someone else to do it instead. [[User:Glitchfinder|Glitchfinder]] 05:17, 6 May 2010 (UTC)&lt;br /&gt;
:I believe that the modulo operator business is already covered in the formulas, using the floor function symbol (looks a little like square brackets). But I do agree that the erratic functions&#039; domains should be clarified as you said. [[User:Ultraflame|Ultraflame]] 05:25, 6 May 2010 (UTC)&lt;br /&gt;
::That would certainly explain the problem. There should probably be a note stating that those values are actually encased in a floor function, and not simply placed within brackets. (I had to look quite closely to see that they were in fact the floor function symbols, and not simply brackets, like I had assumed they were) [[User:Glitchfinder|Glitchfinder]] 05:47, 6 May 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Understanding the formulas ==&lt;br /&gt;
&lt;br /&gt;
Could anyone tell me what is ment with &amp;quot;N&amp;quot; in the formulas?&lt;br /&gt;
I can&#039;t find it anywhere on the page. {{unsigned|Ragnearoa}}&lt;br /&gt;
:&amp;quot;n&amp;quot; generally means &amp;quot;number&amp;quot; when used in equations as a variable, in this case... I believe the &amp;quot;n&amp;quot; stands for the base experience given out by a Pokemon. ▫▫&#039;&#039;&#039;[[User:Tina|&amp;lt;span style=&amp;quot;color:#e072a9;&amp;quot;&amp;gt;ティナ&amp;lt;/span&amp;gt;]]&#039;&#039;&#039;&amp;lt;sup&amp;gt;[[User talk:Tina|&amp;lt;span style=&amp;quot;color:#728084;&amp;quot;&amp;gt;♫&amp;lt;/span&amp;gt;]][[Special:Contributions/Tina|&amp;lt;span style=&amp;quot;color:#728084;&amp;quot;&amp;gt;★&amp;lt;/span&amp;gt;]]&amp;lt;/sup&amp;gt; 15:21, 20 May 2010 (UTC)&lt;br /&gt;
::&amp;quot;n&amp;quot; actually represents the level of the Pokémon. &amp;quot;e(n)&amp;quot; is therefore the number of Exp. Points a Pokémon needs to get from level 1 to level &amp;quot;n&amp;quot;. [[User:Ultraflame|Ultraflame]] 01:21, 21 May 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Erratic formula ==&lt;br /&gt;
&lt;br /&gt;
The erratic formula&#039;s piecewise functions are defined inclusively in all inequalities, and thus overlap.&lt;br /&gt;
[[Image:Math-formula5.png|left]] [[Image:Expcalc_erratic.png|right]]&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:both&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
The left formula is how I believe it should be, the right is the current one. -- [[User:Pokey|Pokey]] 07:38, 27 May 2010 (UTC)&lt;br /&gt;
: At the overlaps, the values are equal. [[User:Ztobor|Ztobor]] 22:34, 15 July 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Does Not Compute ==&lt;br /&gt;
The Trivia sections on the species pages for Arceus, Blissey and Chansey all state that they give 13,933 experience at level 100 when owned by a Trainer. But based on the way that the experience given in battle formula is written right now (with &#039;&#039;a&#039;&#039; being 1 plus an additional possible 1.2 depending on Trainer status, trade, and foreign language), it only equals 8,014, not 13,933.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;a&#039;&#039;=2.2   &#039;&#039;b&#039;&#039;=255   &#039;&#039;L&#039;&#039;=100   &#039;&#039;a&#039;&#039;+&#039;&#039;b&#039;&#039;+&#039;&#039;L&#039;&#039;=56,100   56,100/7=8,014&lt;br /&gt;
&lt;br /&gt;
Add a Lucky Egg (multiply by 1.5) onto that and you only get 12,021. The only way to get the 13,933 is to multiply 1.5 for the trade and 1.7 for the foreign language &#039;&#039;after&#039;&#039; the initial Trainer experience (with &#039;&#039;a&#039;&#039; being 1.5) has been calculated, not to add .5 and .2 to &#039;&#039;a&#039;&#039;. --[[User:Phantomjunkie|&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Phantom&amp;lt;/span&amp;gt;]][[User talk:Phantomjunkie|&amp;lt;span style=&amp;quot;color:black&amp;quot;&amp;gt;Junkie&amp;lt;/span&amp;gt;]] 17:17, 17 July 2010 (UTC)&lt;br /&gt;
:We&#039;d better look into that. Perhaps you don&#039;t add 0.5 to a, but multiply a by 1.5 instead. I&#039;ll see about it. [[User:Ztobor|Ztobor]] 02:50, 22 July 2010 (UTC)&lt;br /&gt;
::Hold on, you mean: if you calculate 1.5x for the Lucky Egg, 1.7x for the foreign language trade, and 1.5x for the Trainer battle as well. &lt;br /&gt;
:::If we&#039;re going by that logic, it might actually be that you multiply everything, instead of adding to the multiplier. In which case it would actually be 14,753 experience points. I&#039;ll still have to look into it. [[User:Ztobor|Ztobor]] 02:58, 22 July 2010 (UTC)&lt;br /&gt;
::::Okay, I found out. I tried battling against a trainer&#039;s Level 28 Mime Jr. with a German-traded Gabite holding a Lucky Egg. The base Exp. is exactly 312, and it gained 1193, which is 1.5 x 1.7 x 1.5. So yes, you actually do need to multiply 1.5 twice, and the article as it stands now is wrong. [[User:Ztobor|Ztobor]] 03:18, 22 July 2010 (UTC)&lt;br /&gt;
:::::Fixed. [[User:Ztobor|Ztobor]] 03:57, 22 July 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Minor wording issue ==&lt;br /&gt;
I didn&#039;t want to just go in and edit this without asking. The section on the Experience Underflow glitch contains the following sentence:&lt;br /&gt;
&#039;&#039;It is due to this bug that no level 1 Pokémon can be found in the wild without glitching or hacking the game, and why, even though level 2-4 Pokémon can be found wild, Pokémon hatched at level 5 in the first two generations.&#039;&#039;&lt;br /&gt;
However, since breeding and, by extension, hatching eggs wasn&#039;t added until Generation II, shouldn&#039;t the sentence be changed to state that &amp;quot;Pokémon hatched at level 5 in the second generation&amp;quot;? The following paragraph refers to level 5 hatching in Generation III, so I don&#039;t feel it&#039;s necessary to add it here. --[[User:Phantomjunkie|&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Phantom&amp;lt;/span&amp;gt;]][[User talk:Phantomjunkie|&amp;lt;span style=&amp;quot;color:black&amp;quot;&amp;gt;Junkie&amp;lt;/span&amp;gt;]] 08:08, 19 July 2010 (UTC)&lt;br /&gt;
:Changed to &amp;quot;&#039;&#039;Pokémon hatched at level 5 when eggs were introduced in Generation II.&#039;&#039;&amp;quot; [[User:Ultraflame|Ultraflame]] 01:30, 20 July 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Use of asymptotic notation ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s not really appropriate to use asymptotic notation in the manner this article does currently: the notion is not really useful unless the functions tend to 0 or infinity, as we can write many statements that say equally true and unhelpful things. For example, all six functions in the article are O(1) at n=100, or O(n), or O(n^10) (using the lim sup definition in the Wikipedia article, for example), none of which show the detail we want.&lt;br /&gt;
&lt;br /&gt;
In other words, the notation is effectively meaningless the way it is being used. Perhaps considering f(x)-f(100) would be better.&lt;br /&gt;
&lt;br /&gt;
Small extra note: to be rather fussy, similar remarks could be made about the way the article used &amp;quot;continuous&amp;quot; before I removed it: these functions are defined on the integers, and since there is no way of talking about limits on a finite set of integers, you can&#039;t talk about continuity either. (The integers are called discrete or totally disconnected because of the way the topologies on them must be defined, if anyone wants more detail.) Of course, this also means you can&#039;t use asymptotic notation in this case at all... [[User:Chappers|Chappers]] 00:32, 24 July 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
: Alright, I&#039;ll remove that part. A friend of mine also said it was inappropriate too.&lt;br /&gt;
:: Also, about the &amp;quot;continuous&amp;quot; function part, I can see why it&#039;s notation abuse now. I just meant to say that it wasn&#039;t piecewise, and could be represented as one function. I guess &amp;quot;polynomial&amp;quot; is a good compromise if we can&#039;t really find a suitable word for it. [[User:Ztobor|Ztobor]] 19:42, 24 July 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Where to put this? ==&lt;br /&gt;
&lt;br /&gt;
[[File:ExpToNextLevel.png|300px|thumb|right|A graph showing the number of experience points required to go from one level to the next.]]&lt;br /&gt;
&lt;br /&gt;
I created a table with the number of experience points required to go from one level to the &#039;&#039;next&#039;&#039; level, not just from level 1 to a level, but the formula won&#039;t fit anywhere.&lt;br /&gt;
&lt;br /&gt;
Image is to the right. [[User:Ztobor|Ztobor]] 20:26, 24 July 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Misleading names ==&lt;br /&gt;
&lt;br /&gt;
The Medium Slow (a.k.a. Parabolic) function is not actually strictly slower than the Medium Fast (a.k.a Cubic) function.&lt;br /&gt;
&lt;br /&gt;
The only functions that are actually strictly ordered in terms of speed of levelling up are the Slow, Medium Fast, and Fast functions. The other three are all quirky.&lt;br /&gt;
&lt;br /&gt;
What I&#039;d suggest is renaming the Medium Fast function to simply Medium, and rename the Medium Slow function to... something. I still need to come up with a name, hence why I haven&#039;t actually edited the page yet. [[User:Ztobor|Ztobor]] 00:44, 1 August 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
:You could just change it to &amp;quot;Parabolic&amp;quot;, but do leave a reminder that there exist different names for the experience functions. In my opinion &amp;quot;Erratic&amp;quot; and &amp;quot;Fluctuating&amp;quot; are okay names for their respective functions. [[User:Ultraflame|Ultraflame]] 04:51, 1 August 2010 (UTC)&lt;br /&gt;
::Or, to go with the quirky nature of the function compared to the others, rename it to &amp;quot;Quirky&amp;quot;. Because &amp;quot;parabolic&amp;quot; is a huge misnomer. What do you think? (I didn&#039;t say anything about Erratic or Fluctiating... o_O) [[User:Ztobor|Ztobor]] 17:25, 1 August 2010 (UTC)&lt;br /&gt;
:::Hard to say, since you&#039;re the first person I&#039;ve ever seen to refer to that experience function as &amp;quot;Quirky&amp;quot;. I just mentioned Erratic and Fluctuating because you didn&#039;t, and I wasn&#039;t sure what your own opinion was on those names. [[User:Ultraflame|Ultraflame]] 22:07, 1 August 2010 (UTC)&lt;br /&gt;
::::Well, I didn&#039;t mention those, but I think they&#039;re perfectly fine. It was just the four that were &amp;quot;ranked&amp;quot; by speed that I had a problem with - and even then it&#039;s only the Medium Slow one simply because it doesn&#039;t even fit into that rank nicely. [[User:Ztobor|Ztobor]] 13:34, 2 August 2010 (UTC)&lt;br /&gt;
::::Actually, even those three names should probably be changed to &amp;quot;Cubic&amp;quot;, &amp;quot;Fast Cubic&amp;quot;, and &amp;quot;Slow Cubic&amp;quot;. It just doesn&#039;t make sense to rank them all by speed if they vary so much. [[User:Ztobor|Ztobor]] 13:36, 2 August 2010 (UTC)&lt;br /&gt;
:::::You could try something like &amp;quot;Fast (Cubic)&amp;quot;, &amp;quot;Medium (Cubic)&amp;quot;, and &amp;quot;Slow (Cubic)&amp;quot;. As for 1059860, we might be able to get away with calling it &amp;quot;Parabolic&amp;quot; and adding a note that the name only refers to the existence of a &amp;quot;not-purely-cubic&amp;quot; part in the function. [[User:Ultraflame|Ultraflame]] 01:06, 4 August 2010 (UTC)&lt;br /&gt;
::::::Not to mention all the article-renaming we&#039;d have to do. &amp;gt;_&amp;lt; [[User:Ztobor|Ztobor]] 14:48, 4 August 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Experience table for PMD ==&lt;br /&gt;
&lt;br /&gt;
It seems random, at least from what I&#039;ve played so far. I have a character named Vino the Torchic, and here&#039;s her experience table for levels 7 through 15:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;roundy&amp;quot; border=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! class=&amp;quot;roundytl&amp;quot; style=&amp;quot;background: #CF4000; color:#FFFFFF;&amp;quot; | Level&lt;br /&gt;
! class=&amp;quot;roundytr&amp;quot; style=&amp;quot;background: #CF4000; color:#FFFFFF;&amp;quot; | Exp.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background: #FF7800; color:#FFFFFF;&amp;quot; | 7&lt;br /&gt;
| style=&amp;quot;background: #FF7800; color:#FFFFFF;&amp;quot; | 410&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background: #FF7800; color:#FFFFFF;&amp;quot; | 8&lt;br /&gt;
| style=&amp;quot;background: #FF7800; color:#FFFFFF;&amp;quot; | 700&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background: #FF7800; color:#FFFFFF;&amp;quot; | 9&lt;br /&gt;
| style=&amp;quot;background: #FF7800; color:#FFFFFF;&amp;quot; | 1250&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background: #FF7800; color:#FFFFFF;&amp;quot; | 10&lt;br /&gt;
| style=&amp;quot;background: #FF7800; color:#FFFFFF;&amp;quot; | 2250&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background: #FF7800; color:#FFFFFF;&amp;quot; | 11&lt;br /&gt;
| style=&amp;quot;background: #FF7800; color:#FFFFFF;&amp;quot; | 4150&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background: #FF7800; color:#FFFFFF;&amp;quot; | 12&lt;br /&gt;
| style=&amp;quot;background: #FF7800; color:#FFFFFF;&amp;quot; | 7290&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background: #FF7800; color:#FFFFFF;&amp;quot; | 13&lt;br /&gt;
| style=&amp;quot;background: #FF7800; color:#FFFFFF;&amp;quot; | 10430&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background: #FF7800; color:#FFFFFF;&amp;quot; | 14&lt;br /&gt;
| style=&amp;quot;background: #FF7800; color:#FFFFFF;&amp;quot; | 15430&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;roundybl&amp;quot; style=&amp;quot;background: #FF7800; color:#FFFFFF;&amp;quot; | 15&lt;br /&gt;
| class=&amp;quot;roundybr&amp;quot; style=&amp;quot;background: #FF7800; color:#FFFFFF;&amp;quot; | (etc.)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
I don&#039;t see a formula here at all. Does anybody have the full table? [[User:Ztobor|Ztobor]] 23:43, 4 August 2010 (UTC)&lt;br /&gt;
:Okay, no, I did find a table, from UPokeCenter. But man, those numbers are arbitrary. From levels 16 through 24, the EXP. required to get to the next level is always 6000. o_O [[User:Ztobor|Ztobor]] 23:47, 4 August 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
== New Exp. gain formula ==&lt;br /&gt;
&lt;br /&gt;
I&#039;m doing research on it right now, by watching playthroughs. Apparently, there&#039;s actually a &#039;&#039;+1&#039;&#039; in the formula &amp;gt;_&amp;gt; [[User:Ztobor|Ztobor]] 02:47, 25 October 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
Okay, here it is:&lt;br /&gt;
&lt;br /&gt;
[[File:Delta_exp_gen5.png]]&lt;br /&gt;
&lt;br /&gt;
The only differences in the formula is that the 7 has now been changed to a 5, and the d&amp;lt;sub&amp;gt;L&amp;lt;/sub&amp;gt; represents the level relationship factor, which I&#039;m still trying to figure out. Also, a constant of 1 is now added to all experience point yields, probably to prevent defeated monsters from yielding 0 experience points due to a low d&amp;lt;sub&amp;gt;L&amp;lt;/sub&amp;gt; modifier. [[User:Ztobor|Ztobor]] 03:00, 25 October 2010 (UTC)&lt;br /&gt;
:Do you know if any rounding down is involved in the calculation? [[User:Hexagon Theory|Hexagon Theory]] 03:50, 7 November 2010 (UTC)&lt;br /&gt;
::There is, but I don&#039;t know where it applies. [[User:Ztobor|Ztobor]] 14:00, 7 November 2010 (UTC)&lt;br /&gt;
:This formula can&#039;t be correct; no matter where I apply or don&#039;t apply rounding, I get slightly higher or slightly lower values than the experience I actually get in the game. Also, unless this one formula gets special treatment out of all the formulas in the game, the Pokémon games round down after every division or any other operation resulting in a non-integer, so if this were literally it, the level factor could never be anything between 0 and 1. [[User:Dragonfree|Dragonfree]] 14:37, 7 November 2010 (UTC)&lt;br /&gt;
::I think it multiplies by the defeated Pokémon&#039;s level + 2 first. It&#039;s been correct every time &#039;&#039;I&#039;ve&#039;&#039; checked it, at any rate. [[User:Ztobor|Ztobor]] 03:48, 9 November 2010 (UTC)&lt;br /&gt;
:::Could you include some of your calculations and data? It could speed up finding out what&#039;s going on here. [[User:Dragonfree|Dragonfree]] 23:00, 13 November 2010 (UTC)&lt;br /&gt;
::::Okay, take your first battle with the other starters - Level 5 vs. Level 5 (a level multiplier of 1) gives you 43 experience points. The starters&#039; base yield is 28, which is multiplied by 1.5 because it&#039;s a trainer battle, giving you 42. No other multipliers apply, so you add 1 to 42 which gives you 43. [[User:Ztobor|Ztobor]] 22:57, 15 November 2010 (UTC)&lt;br /&gt;
::::For that matter, could you report some of your own data? You might be applying the wrong formula. I&#039;ll set up a report section on the talk page for it.&lt;br /&gt;
&lt;br /&gt;
Okay, I&#039;m new here so I hope I&#039;m not breaking any rules, but so far, the formula looks pretty accurate. I&#039;ve only begun research on this a few days ago, battling my Yooterii against wild Pokemon around Route 1 of levels 2 through 4. I kept my Yooterii as the &#039;constant,&#039; creating a data table as it levels from battles against wild Pokemon. &lt;br /&gt;
&lt;br /&gt;
From the experiences gained, I&#039;ve been able to construct this formula: &lt;br /&gt;
&lt;br /&gt;
[(base experience)(level)/5] + 1 = total experience. &lt;br /&gt;
&lt;br /&gt;
However, this is only when both the user&#039;s and wild Pokemon&#039;s levels are equal. The only question I have is what all of the variables represent, such as a and e. Again, I&#039;m very new to this, so any explanation would be greatly appreciated. Thanks!&lt;br /&gt;
&lt;br /&gt;
P.S. I am constructing a large data table for various battles. Would anyone like to help me, or be interested in the data?&lt;br /&gt;
&lt;br /&gt;
--[[User:Xazel|Xazel]] 06:50, 4 March 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
: Sorry, but we got to all this information already. The only thing left to do now is to find out how the relative level multiplier works. [[User:Ztobor|Ztobor]] 00:26, 12 March 2011 (UTC)&lt;br /&gt;
:: Also, what the variables represent are on the page itself. a represents &amp;quot;trainer battle&amp;quot;, t represents &amp;quot;trainer ownership&amp;quot;, b represents &amp;quot;base&amp;quot;, e represents &amp;quot;lucky egg&amp;quot;, l represents &amp;quot;level&amp;quot;, and s represents &amp;quot;share&amp;quot;, or &amp;quot;exp.share&amp;quot;. [[User:Ztobor|Ztobor]] 00:26, 12 March 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
Can anyone tell me what the above ^2.5 power means? We&#039;re discussing this on Yahoo Answers and I&#039;m trying to calculate what would actually happen if a level 70 Pokemon took down a level 70 Latias or Latios. It doesn&#039;t matter because they yield the same EXP Points at any given level. ([[User:MichaelXD|MichaelXD]] 09:01, 7 January 2012 (UTC))&lt;br /&gt;
&lt;br /&gt;
== Base EXP ==&lt;br /&gt;
&lt;br /&gt;
The page currently says that the Pokemon that gives the most base EXP is Blissey with 608 - only every other page on this wiki and on other sites says that it&#039;s only 255. (Tabunne, for the record, has a yield of 390.) It also says that the fifth-gen starters give the least at 28; this time, the NUMBER is right, but Magikarp still apparently only gives 20. What gives? --[[User:HeroicJay|HeroicJay]] 22:51, 25 October 2010 (UTC)&lt;br /&gt;
: Those yields are still from before Generation V. The information on other pages is correct for Generations IV and prior. I haven&#039;t had the time nor the patience to change them all yet. [[User:Ztobor|Ztobor]] 00:43, 26 October 2010 (UTC)&lt;br /&gt;
:: Magikarp&#039;s yield is now 40, BTW. Just so you know [[User:Ztobor|Ztobor]] 00:44, 26 October 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Report anomalies in the new Exp. gain formula ==&lt;br /&gt;
&lt;br /&gt;
As far as we know right now, this is the new formula for experience used in Gen.5:&lt;br /&gt;
&lt;br /&gt;
[[File:Delta_exp_gen5.png]]&lt;br /&gt;
&lt;br /&gt;
If you think this formula might not apply to a certain type of battle, append your case to the bottom of this post with the following data:&lt;br /&gt;
*The Pokémon that was defeated, and its level.&lt;br /&gt;
*The Pokémon that were involved in the battle, and their levels.&lt;br /&gt;
*Whether the battle was a Trainer battle or not.&lt;br /&gt;
*Whether the Pokémon involved were holding any items.&lt;br /&gt;
&lt;br /&gt;
Your support is much appreciated. [[User:Ztobor|Ztobor]] 23:01, 15 November 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Report 1 (example) ===&lt;br /&gt;
&lt;br /&gt;
On the GameFAQ&#039;s forums, a user named JakeisaLie reported the following: A Level 48 Tabunne, was defeated by a level 52 Rotom holding a Lucky Egg, and yielded 5119 experience points instead of 5201 as the formula predicts.&lt;br /&gt;
&lt;br /&gt;
The level difference multiplier, in this case, seems to be 72/79 (48 / 52+(2/3)), instead of 50/54 (48+2 / 50+2). [[User:Ztobor|Ztobor]] 16:25, 23 December 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Watched some playthroughs of the first bit of the game... ===&lt;br /&gt;
... and what I found is below. I didn&#039;t record what Pokémon were used to battle, because I didn&#039;t think it was relevant. None of the Pokémon were holding any experience-affecting items. Format is &amp;lt;pre&amp;gt;&amp;lt;level of player&#039;s Pokémon&amp;gt; vs. &amp;lt;level of defeated Pokémon&amp;gt; &amp;lt;defeated Pokémon&amp;gt;: &amp;lt;Exp. gained&amp;gt; (formula predicts &amp;lt;exp. expected from formula&amp;gt;)&amp;lt;/pre&amp;gt;&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot; class=&amp;quot;expandable&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;&amp;quot;Big&amp;quot; list (click &amp;quot;show&amp;quot;)&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Trainer battles:&lt;br /&gt;
 Choroneko (56 base exp.):&lt;br /&gt;
  Level 7 vs. level 7 Choroneko: 118 (formula predicts 118)&lt;br /&gt;
  Level 9 vs. level 7 Choroneko: 96 (formula predicts 97)&lt;br /&gt;
  Level 10 vs. level 7 Choroneko: 88 (formula predicts 89)&lt;br /&gt;
&lt;br /&gt;
  Level 11 vs. level 8 Choroneko: 102 (formula predicts 104)&lt;br /&gt;
  Level 12 vs. level 8 Choroneko: 94 (formula predicts 97)&lt;br /&gt;
  Level 13 vs. level 8 Choroneko: 86 (formula predicts 90)&lt;br /&gt;
  &lt;br /&gt;
  Level 13 vs. level 10 Choroneko: 133 (formula predicts 135)&lt;br /&gt;
  Level 14 vs. level 10 Choroneko: 123 (formula predicts 127)&lt;br /&gt;
&lt;br /&gt;
  Level 16 vs. level 12 Choroneko: 153 (formula predicts 157)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 Dokkora (61 base exp.):&lt;br /&gt;
  Level 16 vs. level 13 Dokkora: 195 (formula predicts 199)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 Haderia (130 base exp.):&lt;br /&gt;
  Level 20 vs. level 18 Haderia: 632 (formula predicts 639)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 Mamepato (53 base exp.):&lt;br /&gt;
  Level 16 and level 15 vs. level 13 Mamepato: 84 (level 16) and 90 (level 15) (formula predicts 87 and 92)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 Meguroco (58 base exp.):&lt;br /&gt;
  Level 22 vs. level 14 Meguroco: 151 (formula predicts 163)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 Minezumi (51 base exp.):&lt;br /&gt;
  Level 8 vs. level 7 Minezumi: 96 (formula predicts 97)&lt;br /&gt;
  Level 10 vs. level 7 Minezumi: 79 (formula predicts 81)&lt;br /&gt;
  Level 12 vs. level 7 Minezumi: 67 (formula predicts 69)&lt;br /&gt;
  Level 13 vs. level 7 Minezumi: 61 (formula predicts 65)&lt;br /&gt;
  &lt;br /&gt;
  Level 13 vs. level 10 Minezumi: 121 (formula predicts 123)&lt;br /&gt;
  Level 14 vs. level 10 Minezumi: 112 (formula predicts 115)&lt;br /&gt;
&lt;br /&gt;
  Level 12 vs. level 12 Minezumi: 184 (formula predicts 184)&lt;br /&gt;
  Level 12 and tag team partner vs. level 12 Minezumi: 92 (formula predicts 92)&lt;br /&gt;
  &lt;br /&gt;
  Level 22 vs. level 14 Minezumi: 133 (formula predicts 143)&lt;br /&gt;
  Level 22 19 vs. level 14 Minezumi: 66 78 (formula predicts 72 and 82)&lt;br /&gt;
&lt;br /&gt;
  Level 18 vs. level 16 Minezumi: 218 (formula predicts 221)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 Miruhog (147 base exp.):&lt;br /&gt;
  Level 21 vs. level 20 Miruhog: 840 (formula predicts 844)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 Otamaro (59 base exp.):&lt;br /&gt;
  Level 16 vs. level 13 Otamaro: 188 (formula predicts 192)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 Panpour (63 base exp.):&lt;br /&gt;
  Level 15 vs. level 10 Panpour: 129 (formula predicts 134)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 Pansage (63 base exp.):&lt;br /&gt;
  Level 15 vs. level 10 Pansage: 129 (formula predicts 134)&lt;br /&gt;
&lt;br /&gt;
  Level 10 vs. level 14 Pansage: 349 (formula predicts 353)&lt;br /&gt;
  Level 14 vs. level 14 Pansage: 265 (formula predicts 265)&lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
 Pansear (63 base exp.):&lt;br /&gt;
  Level 15 vs. level 10 Pansear: 129 (formula predicts 134)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 Snivy (28 base exp.):&lt;br /&gt;
  Level 12 vs. level 8 Snivy: 47 (formula predicts 49)&lt;br /&gt;
  Level 10 and level 12 vs. level 8 Snivy: 28 (level 10) and 24 (level 12) (formula predicts 29 and 25)&lt;br /&gt;
&lt;br /&gt;
  Level 16 vs. level 14 Snivy: 103 (formula predicts 105)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 Tepig (28 base exp.):&lt;br /&gt;
  Level 10 vs. level 7 Tepig: 44 (formula predicts 45)&lt;br /&gt;
  Level 13 vs. level 7 Tepig: 34 (formula predicts 36)&lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
 Yorterry (55 base exp.):&lt;br /&gt;
  Level 10 vs. level 6 Yorterry: 66 (formula predicts 67)&lt;br /&gt;
  Level 13 vs. level 6 Yorterry: 50 (formula predicts 53)&lt;br /&gt;
  &lt;br /&gt;
  Level 10 vs. level 7 Yorterry: 86 (formula predicts 87)&lt;br /&gt;
  Level 12 vs. level 7 Yorterry: 72 (formula predicts 75)&lt;br /&gt;
  Level 13 vs. level 7 Yorterry: 66 (formula predicts 70)&lt;br /&gt;
&lt;br /&gt;
  Level 10 vs. level 11 Yorterry: 196 (formula predicts 197)&lt;br /&gt;
  Level 13 vs. level 11 Yorterry: 156 (formula predicts 158)&lt;br /&gt;
  &lt;br /&gt;
  Level 13 vs. level 12 Yorterry: 185 (formula predicts 185)&lt;br /&gt;
&lt;br /&gt;
  Level 18 vs. level 15 Yorterry: 207 (formula predicts 211)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Wild battles:&lt;br /&gt;
 Choroneko (56 base exp.):&lt;br /&gt;
  Level 14 and level 11 vs. level 8 Choroneko: 27 (level 14) and 34 (level 11) (formula predicts 29 and 38)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 Minezumi (51 base exp.):&lt;br /&gt;
  Level 6 vs. level 3 Minezumi: 20 (formula predicts 20)&lt;br /&gt;
  Level 11 vs. level 8 Minezumi: 62 (formula predicts 63)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 Yorterry (55 base exp.):&lt;br /&gt;
  Level 6 vs. level 2 Yorterry: 12 (formula predicts 12)&lt;br /&gt;
  Level 10 vs. level 6 Yorterry: 44 (formula predicts 45)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
Hope it helps. [[User:Ultraflame|Ultraflame]] 01:24, 25 December 2010 (UTC)&lt;br /&gt;
: Thanks for the info, but just to clarify - are these Trainer battles? Because the formula seems to identify them as such. [[User:Ztobor|Ztobor]] 22:45, 26 December 2010 (UTC)&lt;br /&gt;
::I had them divided into two sections: &amp;quot;Trainer battles&amp;quot; (at the beginning) and &amp;quot;Wild battles&amp;quot; (at the end). Only the last five entries are wild battles. [[User:Ultraflame|Ultraflame]] 23:53, 26 December 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
: Well. It certainly created more questions than it answered... my formula is definitely wrong, but it brings us nowhere closer in getting the actual formula right. &amp;gt;_&amp;gt; [[User:Ztobor|Ztobor]] 02:54, 27 December 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
: Could you get some higher-level ones? Those ones are better resolution, and leave less room for error. [[User:Ztobor|Ztobor]] 02:56, 27 December 2010 (UTC)&lt;br /&gt;
===A few more...===&lt;br /&gt;
These are all trainer battles.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Level 45 and level 37 vs. level 43 Zuruzukin (171 base exp.): 1048 (level 45) and 1295 (level 37) (formula predicts 1057 and 1273)&lt;br /&gt;
&lt;br /&gt;
Level 44 and level 38 vs. level 43 Roobushin (227 base exp.): 1427 (level 44) and 1674 (level 38) (formula predicts 1433 and 1648)&lt;br /&gt;
&lt;br /&gt;
Level 44 and level 38 vs. level 43 Kojofu (70 base exp.): 441 (level 44) and 516 (level 38) (formula predicts 442 and 508)&lt;br /&gt;
&lt;br /&gt;
Level 52 vs. level 45 Erufuun (168 base exp.): 1916 (formula predicts 1975)&lt;br /&gt;
&lt;br /&gt;
Level 52 vs. level 45 Zeburaika (174 base exp.): 1984 (formula predicts 2045)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
I have to say, despite the formula not being completely accurate, it does give a pretty good rough idea of how much experience you&#039;re going to get. [[User:Ultraflame|Ultraflame]] 22:33, 1 January 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
: I guess so. It&#039;s just that I just know that people are going to be disappointed when they don&#039;t actually get 1,581,409 points for defeating a level 100 Blissey in the way I mentioned. [[User:Ztobor|Ztobor]] 21:05, 2 January 2011 (UTC)&lt;br /&gt;
:: Although, given the looks of the variations in this formula, it looks like that fight would yield &#039;&#039;more&#039;&#039; than 1,581,409. [[User:Ztobor|Ztobor]] 21:09, 2 January 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot; class=&amp;quot;expandable&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;Even more trainer battles (click &amp;quot;show&amp;quot;)&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Level 41 and level 38 vs. level 45 Gigalith: 1697 and 1837 (formula predicts 1675 and 1801) Base exp. 227&lt;br /&gt;
&lt;br /&gt;
Level 41 and level 38 vs. level 46 Shibirudon: 1816 and 1963 (formula predicts 1787 and 1921) Base exp. 232&lt;br /&gt;
&lt;br /&gt;
Level 45 vs. level 45 Gigalith: 3065 (formula predicts 3065) Base exp. 227&lt;br /&gt;
&lt;br /&gt;
Level 44 vs. level 46 Shibirudon: 3364 (formula predicts 3341) Base exp. 232&lt;br /&gt;
&lt;br /&gt;
Level 43 vs. level 45 Erufuun: 2386 (formula predicts 2369) Base exp. 168&lt;br /&gt;
&lt;br /&gt;
Level 43 vs. level 45 Zeburaika: 2471 (formula predicts 2454) Base exp. 174&lt;br /&gt;
&lt;br /&gt;
Level 44 vs. level 45 Murando: 3059 (formula predicts 3049) Base exp. 221&lt;br /&gt;
&lt;br /&gt;
Level 43 vs. level 45 Pendra: 3039 (formula predicts 3018) Base exp. 214&lt;br /&gt;
&lt;br /&gt;
Level 43 vs. level 44 Oobemu: 2303 (formula predicts 2294) Base exp. 170&lt;br /&gt;
&lt;br /&gt;
Level 43 vs. level 44 Kutairan: 2288 (formula predicts 2281) Base exp. 169&lt;br /&gt;
&lt;br /&gt;
Level 43 vs. level 45 Doredia: 2386 (formula predicts 2369) Base exp. 168&lt;br /&gt;
&lt;br /&gt;
Level 43 vs. level 44 Yanakkie: 2356 (formula predicts 2348) Base exp. 174&lt;br /&gt;
&lt;br /&gt;
Level 43 and level 44 vs. level 44 Hiyakkie: 1178 and 1149 (formula predicts 1174 and 1149) Base exp. 174&lt;br /&gt;
&lt;br /&gt;
Level 44 vs. level 44 Baokkie: 2297 (formula predicts 2297) Base exp. 174&lt;br /&gt;
&lt;br /&gt;
Level 44 vs. level 43 Zuruzukin: 2149 (formula predicts 2158) Base exp. 171&lt;br /&gt;
&lt;br /&gt;
Level 44 vs. level 43 Roobushin : 2854 (formula predicts 2865) Base exp. 227&lt;br /&gt;
&lt;br /&gt;
Level 44 vs. level 43 Kojofu: 880 (formula predicts 884) Base exp. 70&lt;br /&gt;
&lt;br /&gt;
Level 44 vs. level 43 Gochimiru: 1722 (formula predicts 1729) Base exp. 137&lt;br /&gt;
&lt;br /&gt;
Level 44 vs. level 43 Hahakomori: 2778 (formula predicts 2789) Base exp. 221&lt;br /&gt;
&lt;br /&gt;
Level 44 vs. level 44 Gigiaru: 2033 (formula predicts 2033) Base exp. 154&lt;br /&gt;
&lt;br /&gt;
Level 44 vs. level 44 Darmanitan: 2218 (formula predicts 2218) Base exp. 168&lt;br /&gt;
&lt;br /&gt;
Level 44 vs. level 44 Gamageroge: 2971 (formula predicts 2971) Base exp. 225&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
Existing formula tends to overestimate if the attacking Pokémon is higher level, and underestimate if the defending Pokémon is higher level (what you hinted at with the Blissey example). (Existing formula is correct if the two Pokémon are the same level.) [[User:Ultraflame|Ultraflame]] 05:45, 3 January 2011 (UTC)&lt;br /&gt;
: I&#039;m pretty sure now that it involves square roots (or other such concave functions) in some way. That means that my formula only underestimates for a little of the time - and then it goes back to overestimating. [[User:Ztobor|Ztobor]] 03:01, 8 January 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ERRATIC behaviour in Mathematica ==&lt;br /&gt;
&lt;br /&gt;
So, I went to type in the EXP per level into Wolfram Mathematica 6, in an attempt to come up with both better graphs and interesting phenomonons. The non-piecewise functions turned out fine. However, the erratic and fluct. formulas kept coming up with strange behaviour in their plots, which I was able to filter out. However, look at this plot for the erratic formula:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This is the derivitive of the function of the Erratic experience group. Look at the range 68-98. Any ideas as to what is causing this? I had typed the formula in direstly as was shown on the article. [[User:TruePikachu|--TruePikachu]] 20:37, 20 November 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;nowiki&amp;gt;*Facepalm*&amp;lt;/nowiki&amp;gt; Just zoomed in, seems to be caused by the Floor() function and the erratic nature of that portion of the growth curve, which is why it didn&#039;t show up for Fluct. The formulas weren&#039;t designed for this kind of manipulation...time to weite an interger-based derivitave function to better model this...&lt;br /&gt;
&lt;br /&gt;
:Anyway, any ideas as to wether or not I should undergo this project? I can easily cut out the inputted formula (It is harder to include it rather than exclude it). The GenI formulas are rather well established, being elementry curves, but the GenIII curves I can do lots of research into, and add to the article under a different heading. For example, I can easily generate a graph of the &#039;changing multiplier&#039; for these two functions, or superimpose all parts of the piecewise function (so someone could see what happens if one part of it is used for the entire function). [[User:TruePikachu|--TruePikachu]] 20:47, 20 November 2010 (UTC)&lt;br /&gt;
::I already created a changing multiplier graph. Third one down from the top. I also created an &amp;quot;EXP per level&amp;quot; graph (shown here on the talk page), but for lack of a place to put it, haven&#039;t put it onto the main page yet. [[User:Ztobor|Ztobor]] 03:19, 22 November 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Reshiram and Zekrom don&#039;t gain experience? ==&lt;br /&gt;
&lt;br /&gt;
For some reason, people are editing this onto the article, even though it isn&#039;t true, at least from what I&#039;ve seen of the playthroughs. Why do people think that it doesn&#039;t yield experience? [[User:Ztobor|Ztobor]] 00:59, 30 November 2010 (UTC)&lt;br /&gt;
:What that means is when you defeat one you don&#039;t gain experience. I wonder if this is true or not. --[[User:Landfish7|&amp;lt;span style=&amp;quot;font-family:Tahoma;background:black&amp;quot;&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&#039;&#039;&#039;Land&#039;&#039;&#039;&amp;lt;/font&amp;gt;]][[User talk:Landfish7|&amp;lt;span style=&amp;quot;font-family:Tahoma;background:black&amp;quot;&amp;gt;&amp;lt;small&amp;gt;&amp;lt;font color=&amp;quot;yellow&amp;quot;&amp;gt;&#039;&#039;&#039;fish7&#039;&#039;&#039;&amp;lt;/font&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;]]&#039;&#039;&#039; 01:03, 30 November 2010 (UTC)&lt;br /&gt;
::When facing the wild version mascot before facing N, defeating it yields no Exp, as when the battlt ends, it&#039;ll just be there in the overworld as if nothing happened. Facing the one N has will yield Exp though. [[User:Shiramu Kuromu|Shiramu Kuromu]] 03:18, 12 December 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Question ==&lt;br /&gt;
&lt;br /&gt;
If there was a Pokémon that would change it&#039;s Exp group upon evolution, what would happen? [[User:Shiramu Kuromu|Shiramu Kuromu]] 03:18, 12 December 2010 (UTC)&lt;br /&gt;
:In Generation III at least, the Pokémon would change level so that it would be consistent with the what the new group&#039;s experience formula would dictate.&lt;br /&gt;
:For example, if you hacked a Pikachu (1000000 at level 100) so that it would evolve into Gyarados (1250000 at level 100) at level 20, the Pikachu would only need 8000 exp. points to reach level 20. So suppose that the Pikachu receives 8000 exp. points, reaches level 20, and is allowed to evolve. But since Gyarados is in a different experience group, the Pokémon would actually drop down to level 18 (for Gyarados&#039;s group, 8000 points is only sufficient for level 18) immediately after evolution is complete. Meaning that when you check your Pokémon menu right after evolution, the Pokémon will appear as level 18, with 8000 exp. points.&lt;br /&gt;
:This has apparently been observed with a Generation III ROM, but I don&#039;t know exactly what would in other Generations. [[User:Ultraflame|Ultraflame]] 04:55, 12 December 2010 (UTC)&lt;br /&gt;
:Just realized that a potential question might arise with my example: Would the newly-evolved Gyarados attempt to learn {{m|Bite}} (a level 20 move), even though it&#039;s technically level 18 after evolution? Unfortunately I don&#039;t have the answer to that particular question. [[User:Ultraflame|Ultraflame]] 05:06, 12 December 2010 (UTC)&lt;br /&gt;
::Based on what you&#039;ve said about the situation, I&#039;d guess no - after evolution, the new level is 18, period. Otherwise, the bug would be that it stays at Level 20, but as soon as it gains experience points, it reverts to 18. [[User:Ztobor|Ztobor]] 15:46, 23 December 2010 (UTC)&lt;br /&gt;
:::Well, a regular Magikarp evolving into Gyarados at level 20 would immediately try to learn Bite upon evolution (without leaving the evolution screen). In other words, we haven&#039;t even seen the new level of the Gyarados until after it attempts to learn Bite. Basically it&#039;s a question of when does the game &amp;quot;notice&amp;quot; that the Pokémon&#039;s experience group has changed - immediately upon evolution (i.e. while the evolution screen is active) or immediately after leaving the evolution screen? [[User:Ultraflame|Ultraflame]] 17:09, 23 December 2010 (UTC)&lt;br /&gt;
::::That&#039;s a good point, actually. We&#039;d need somebody to test that out. [[User:Ztobor|Ztobor]] 01:52, 24 December 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Level multipliers in the new Exp. gain formula ==&lt;br /&gt;
&lt;br /&gt;
We&#039;re going to have to change that article - it certainly is not adding the levels by 2 and dividing them.&lt;br /&gt;
&lt;br /&gt;
I&#039;m getting a table set up with the approximate multipliers. Perhaps we can figure something out. [[User:Ztobor|Ztobor]] 05:19, 27 December 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
== underflow glitch==&lt;br /&gt;
&lt;br /&gt;
can we get a detailed example of this please? {{unsigned|DJLO}}&lt;br /&gt;
:The medium-slow growth algorithm itself is 1.2L^3 - 15L^2 + 100L - 140. This is applied to {{p|Mew}} and all 3-stage evolutionary Pokémon except {{p|Dragonite}}, {{p|Butterfree}} and {{p|Beedrill}}. Substitute L for anything greater than 1 like 2 and the equation will suffice i.e. this would give 9.6 which floors down to 9 total experience for a level 2 medium-slow growth Pokémon. If you use 1 or 0 however you get a negative result, e.g. replacing L with level 1 gives -53.8 experience which floors down to -53. The main problem is that Pokémon experience is an unsigned integer; this means that negative numbers are essentially taken as a positive (w^X)-y value [where w^X is the highest value possible; {at least 2^8} and -y is the negative integer]. Pokémon experience is stored in three 8-bit bytes ((2^8)^3) so for a [[Mew Trick]]ed level 1 Pokémon with no experience we can use the analogy that it has ((2^8)^3)- 53 experience which is 16,777,109. Since 256^3 (16,777,216) is essentially the &#039;largest value&#039; in this case, if this Pokémon got 54 experience it would revert back to a total experience of 0, though gaining less than 54 experience would cause the game to recalculate what level (very high) the Pokémon should be after a battle ends or the [[box trick]] is used. Since it is way over the total experience required for level 100 by far the level 100 cap comes in and makes the Pokémon level 100. --[[User:Chickasaurus|Chickasaurus]] 21:00, 11 January 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
::It is explained in depth in the article itself, no? [[User:Ztobor|Ztobor]] 19:04, 20 January 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Wait, how is a base yield of 28 lower than a base yield of 20? ==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;The Pokémon with the highest base experience yield is Blissey, with a base yield of 608. The Pokémon with the lowest base experience yield are Snivy, Tepig, and Oshawott, &#039;&#039;&#039;with a base yield of 28.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
    * Before Generation V, the Pokémon with the lowest base experience yield was &#039;&#039;&#039;Magikarp with a yield of 20,&#039;&#039;&#039; and the Pokémon with the highest base experience yields were Arceus, Happiny, Chansey, and Blissey, with a yield of 255.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Magikarp still has the lowest base yield. And this can&#039;t be generation only, as Blissey is in there. I&#039;m not willing to correct anything until I know how this mistake was made (is 28 supposed to be 18? Did somebody think 28 is lower than 20? How did this happen?) {{unsigned|Shadowater}}&lt;br /&gt;
:Most of the base exp. yields changed from Generation IV to V. Blissey, for example, had its own base exp. changed from 255 in Generation IV to 608 in Generation V. Pokémon If you take a look at the base exp. column at [[List of Pokémon by effort value yield]], Magikarp now has the tenth lowest base exp, with 40 (up from 20 in Generation IV). [[User:Ultraflame|Ultraflame]] 01:49, 30 January 2011 (UTC)&lt;br /&gt;
::Ah, ok then. I had checked Magikarp&#039;s page to make sure, and it says 20 there, so I got confused by that --[[User:Shadowater|Shadowater]] 04:33, 30 January 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
== My Pokémon got one EP less? ==&lt;br /&gt;
If I start in the yellow edition, I fight with my Pikachu against Gary&#039;s Eevee. I gain 97 EP, but why? It is a trainer battle (1,5), Eevee&#039;s base experiance is 92 in the first generation and it has level 5. If I multiply 1,5*92*5 and divide it with 7 (as it is described in the article), I got 98 EP and not 97. What&#039;s the reason for gaining 97 EP? I controlled it with wild Rattatas and Pidgeots in the same edition, and there the EP-gaining is right (with Rattata: 1*57*2 (1 = wild battle, 57 = Rattata&#039;s base experiance in Generation one, 2 = its level) divided with 7 = 16 EP for Pikachu. But I used a long time to find a solution of my problem, but I can&#039;t. Can anybody help me here?&lt;br /&gt;
--[[User:LaBumm|LaBumm]] 23:40, 28 February 2011 (UTC)&lt;br /&gt;
: Maybe it does the abL/7 thing before multiplying anything else, rounding down in the middle. That&#039;s the only explanation I can think of, and that gives 97.5, which rounds down to 97. [[User:Ztobor|Ztobor]] 12:54, 1 March 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
== On the Gen V formula ==&lt;br /&gt;
&lt;br /&gt;
According to poccil&#039;s post [http://www.smogon.com/forums/showthread.php?p=3372038#post3372038 here], Lucky Egg and trade multipliers are applied after the +1. Since I can&#039;t seem to replace the existing file, I have instead left the repaired formula on [http://en.wikipedia.org/w/index.php?title=Wikipedia:Sandbox&amp;amp;oldid=422238119 Wikipedia&#039;s sandbox]. Could someone perform the replacement of the formula? [[User:Arcorann|Arcorann]] 09:01, 30 June 2011 (UTC)&lt;br /&gt;
:Updated the image with yours. I skimmed the page to see if anything was wrong due to using the old formula, but it seemed to be using your formula anyway. However, it&#039;s possible that I missed something. --[[User:SnorlaxMonster|&amp;lt;span style=&amp;quot;color:#A70000&amp;quot;&amp;gt;&#039;&#039;&#039;Snorlax&#039;&#039;&#039;&amp;lt;/span&amp;gt;]][[User talk:SnorlaxMonster|&amp;lt;span style=&amp;quot;color:#0000A7&amp;quot;&amp;gt;&#039;&#039;&#039;Monster&#039;&#039;&#039;&amp;lt;/span&amp;gt;]] 05:36, 2 July 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Experience Gain Formula Mistake? ==&lt;br /&gt;
&lt;br /&gt;
I saw the experience gain formula and decided to test out. This is the situation: In a Generation IV game a Scyther who defeats a wild level 11 Rattata gains 89 EXP. points. The Scyther is with his original trainer, has no Lucky Egg, there is no EXP. Share in his team, and no EXP. All in the Bag to affect the outcome. Though, using the formula, Change in EXP would simplify to 561/7, which equals 80.14, or 80 EXP. I&#039;d understand if it were off by 1 or 2 EXP but the gap is noticeable here. Could someone help me in finding out my mistake? I&#039;m pretty sure I&#039;m the one mistaken here. Thanks in advance to any help.&lt;br /&gt;
[[User:Chrispizza|Chrispizza]] 20:41, 9 July 2011 (UTC)&lt;br /&gt;
:I tried the exact same thing (Scyther KOing a lv 11 Rattata in Gen IV), and got 89 EXP as well. I don&#039;t think it was you that messed up, but the formula. --[[User:SnorlaxMonster|&amp;lt;span style=&amp;quot;color:#A70000&amp;quot;&amp;gt;&#039;&#039;&#039;Snorlax&#039;&#039;&#039;&amp;lt;/span&amp;gt;]][[User talk:SnorlaxMonster|&amp;lt;span style=&amp;quot;color:#0000A7&amp;quot;&amp;gt;&#039;&#039;&#039;Monster&#039;&#039;&#039;&amp;lt;/span&amp;gt;]] 07:07, 30 July 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Gen IV International Pokémon ==&lt;br /&gt;
&lt;br /&gt;
Does the 1.7 multiplier exist in pre Gen IV games? If not then this info should be added to this page. I only ask because a lot of the benefits of international trading weren&#039;t added until Gen IV. [[User:Jmvb|Jmvb]] 14:53, 1 August 2011 (UTC)&lt;br /&gt;
:I would doubt it. The byte which indicates its country of origin wasn&#039;t added until [[Pokémon data structure in Generation IV|Gen IV]], so I don&#039;t see how the Gen III game would have been able to tell. --[[User:SnorlaxMonster|&amp;lt;span style=&amp;quot;color:#A70000&amp;quot;&amp;gt;&#039;&#039;&#039;Snorlax&#039;&#039;&#039;&amp;lt;/span&amp;gt;]][[User talk:SnorlaxMonster|&amp;lt;span style=&amp;quot;color:#0000A7&amp;quot;&amp;gt;&#039;&#039;&#039;Monster&#039;&#039;&#039;&amp;lt;/span&amp;gt;]] 15:25, 1 August 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Level 100 Exp. Share ==&lt;br /&gt;
&lt;br /&gt;
If I battle a Pokémon with a level 100 Pokémon and another one in my party has an Exp. Share, does the one holding it get 100% of Exp. Points since the one battling doesn&#039;t? [[User:Mastergiygas11|Master&amp;lt;span style=&amp;quot;color:#AB0100;&amp;quot;&amp;gt;Giygas&amp;lt;/span&amp;gt;]] 23:16, 21 December 2011 (UTC)&lt;br /&gt;
:No. In generation IV at least, the 50% that would go to the level 100 Pokemon battling is lost. &amp;lt;span class=&amp;quot;sc&amp;quot;&amp;gt;[[User:Werdnae|&amp;lt;span style=&amp;quot;color:#2D4B98;&amp;quot;&amp;gt;Werdnae&amp;lt;/span&amp;gt;]]&amp;lt;/span&amp;gt; &amp;lt;small&amp;gt;[[User talk:Werdnae|&amp;lt;span style=&amp;quot;color:#009000;&amp;quot;&amp;gt;(talk)&amp;lt;/span&amp;gt;]]&amp;lt;/small&amp;gt; 23:19, 21 December 2011 (UTC)&lt;br /&gt;
::Just tested, it gets 50% in 5th gen as well. -- [[User:Trainer Hunter|Trainer]] [[User talk:Trainer Hunter|Hunter]] -- 23:38, 21 December 2011 (UTC)&lt;br /&gt;
:::I used to do this in Gen III. It is true there as well. --[[User:SnorlaxMonster|&amp;lt;span style=&amp;quot;color:#A70000&amp;quot;&amp;gt;&#039;&#039;&#039;Snorlax&#039;&#039;&#039;&amp;lt;/span&amp;gt;]][[User talk:SnorlaxMonster|&amp;lt;span style=&amp;quot;color:#0000A7&amp;quot;&amp;gt;&#039;&#039;&#039;Monster&#039;&#039;&#039;&amp;lt;/span&amp;gt;]] 01:17, 22 December 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
== A most accuracy GenV formula for Exp. Points gained in battle ==&lt;br /&gt;
&lt;br /&gt;
(I&#039;m spanish so, I&#039;m sorry if my english isn&#039;t perfect)&lt;br /&gt;
&lt;br /&gt;
I&#039;m working and testing the actual formula for gain Exp. Points in battles and, in some cases, I noticed that the actual formula has some little mistakes in certain specific cases. I modified the actual formula, and with this new version I didn&#039;t fail any case until now. I will try to explain it as well as I can:&lt;br /&gt;
&lt;br /&gt;
- Step 1: Calculate total Exp. Points.&lt;br /&gt;
    totalExp = tct((b x L) x a)&lt;br /&gt;
    NOTE: tct() meas truncate decimals.&lt;br /&gt;
&lt;br /&gt;
- Step 2: Calculate particular Exp. Points.&lt;br /&gt;
    This step is slightly different from the actual formula.&lt;br /&gt;
    &amp;quot;aux1&amp;quot; is equal to 1 if the Pokémon has participated in the battle or 0 if not.&lt;br /&gt;
    &amp;quot;aux2&amp;quot; is equal to 1 if the Pokémon has Exp. Share equipped or 0 if not.&lt;br /&gt;
    &amp;quot;s1&amp;quot;  is the number of Pokémon that participated in the battle and have not fainted. If any Pokémon in the party is holding an Exp. Share, &amp;quot;s1&amp;quot; is&lt;br /&gt;
    equal to twice the number of Pokémon that participated instead.&lt;br /&gt;
    &amp;quot;s2&amp;quot; is equal to twice the number of Pokémon holding the Exp. Share in the party.&lt;br /&gt;
    partExp = (aux1 x tct(totalExp / (5 x s1))) + (aux2 x tct(totalExp / (5 x s2)))&lt;br /&gt;
&lt;br /&gt;
- Step 3: Calculate Exp. Points per level multiplier.&lt;br /&gt;
    This step is slightly different from the actual formula.&lt;br /&gt;
    multiplier = tct((tct((2L + 10)^2.5) x 1000) / tct((L + Lp + 10)^2.5))&lt;br /&gt;
&lt;br /&gt;
- Step 4: Semi final Exp. Points.&lt;br /&gt;
    This step is slightly different from the actual formula.&lt;br /&gt;
    sFinal = tct((partExp x multiplier) / 1000) + 1&lt;br /&gt;
&lt;br /&gt;
- Step 5: Final Exp. Points.&lt;br /&gt;
    finalExp = tct(tct(tct(sFinal x t) x e) x p)&lt;br /&gt;
    NOTE: I can&#039;t test if that&#039;s the real order, because I don&#039;t have any international traded Pokémon and any Exp. Point Power.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
: Amazing! I just make it into a better look equation, but I haven&#039;t test it yet&lt;br /&gt;
: Note that big brackets &#039;[]&#039; means truncate decimals&lt;br /&gt;
&lt;br /&gt;
: [[File:Exp_process_1_totalexp.png]]&lt;br /&gt;
&lt;br /&gt;
: [[File:Exp_process_2_partexp.png]]&lt;br /&gt;
&lt;br /&gt;
: [[File:Exp_process_3_multiplier.png]]&lt;br /&gt;
&lt;br /&gt;
: [[File:Exp_process_4_sfinal.png]]&lt;br /&gt;
&lt;br /&gt;
: [[File:Exp_process_5_finalexp.png]]&lt;br /&gt;
&lt;br /&gt;
:[[File:Exp_process_6_mixed.png]]&lt;br /&gt;
: Where&lt;br /&gt;
: b is the base experience yield of the fainted Pokémon′s species, listed here.&lt;br /&gt;
: L is the level of the fainted Pokémon.&lt;br /&gt;
: a is equal to 1 if the fainted Pokémon is wild, and 1.5 if the fainted Pokémon is owned by a Trainer.&lt;br /&gt;
: aux1 is equal to 1 if the Pokémon has participated in the battle or 0 if not.&lt;br /&gt;
: aux2 is equal to 1 if the Pokémon has Exp. Share equipped or 0 if not.&lt;br /&gt;
: s1 is the number of Pokémon that participated in the battle and have not fainted. If any Pokémon in the party is holding an Exp. Share, &amp;quot;s1&amp;quot; is equal to twice the number of Pokémon that participated instead.&lt;br /&gt;
: s2 is equal to twice the number of Pokémon holding the Exp. Share in the party.——[[User:Kolu|Kolu]] ([[User talk:Kolu|talk]]) 06:30, 19 August 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== EXP and Tag Battles ==&lt;br /&gt;
&lt;br /&gt;
How does being in a story-based tag battle affect EXP (for example, when you&#039;re teamed with Bianca in Reversal Mountain in B&amp;amp;W2)?  I don&#039;t think it&#039;s consistent between different games. [[User:Legionaireb|Legionaireb]] ([[User talk:Legionaireb|talk]]) 19:26, 2 March 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Possibly minor page error ==&lt;br /&gt;
&lt;br /&gt;
So, on the chart listing &amp;quot;Experience at each level&amp;quot; comparing the exp groups, at the top of the chart for Medium Slow on the &amp;quot;To next level&amp;quot; side, it reads 0 with use of the {{Template|tt}} template reading &amp;quot;63 in Generations I and II&amp;quot;. This should &#039;&#039;probably&#039;&#039; either read 6 or 3, but probably not 63, since that would be more than the next number down. [[User:Schiffy|&amp;lt;font color=&amp;quot;000999&amp;quot;&amp;gt;Schiffy&amp;lt;/font&amp;gt;]] ([[User_talk:Schiffy|&amp;lt;font color=&amp;quot;FF6600&amp;quot;&amp;gt;Speak to me&amp;lt;/font&amp;gt;]]&amp;amp;#124;[[Special:Contributions/Schiffy|&amp;lt;font color=&amp;quot;FF0000&amp;quot;&amp;gt;What I&#039;ve done&amp;lt;/font&amp;gt;]]) 17:22, 7 September 2013 (UTC)&lt;br /&gt;
:Remember that in those generations the formula was actually broken at level 1. &amp;lt;span class=&amp;quot;sc&amp;quot;&amp;gt;[[User:Werdnae|&amp;lt;span style=&amp;quot;color:#2D4B98;&amp;quot;&amp;gt;Werdnae&amp;lt;/span&amp;gt;]]&amp;lt;/span&amp;gt; &amp;lt;small&amp;gt;[[User talk:Werdnae|&amp;lt;span style=&amp;quot;color:#009000;&amp;quot;&amp;gt;(talk)&amp;lt;/span&amp;gt;]]&amp;lt;/small&amp;gt; 21:15, 7 September 2013 (UTC)&lt;br /&gt;
::Oh.... right..... Forgot, it&#039;s Gen I/II, where more than enough random pieces of code was broken, and level 1&#039;s weren&#039;t even legitimately obtainable. [[User:Schiffy|&amp;lt;font color=&amp;quot;000999&amp;quot;&amp;gt;Schiffy&amp;lt;/font&amp;gt;]] ([[User_talk:Schiffy|&amp;lt;font color=&amp;quot;FF6600&amp;quot;&amp;gt;Speak to me&amp;lt;/font&amp;gt;]]&amp;amp;#124;[[Special:Contributions/Schiffy|&amp;lt;font color=&amp;quot;FF0000&amp;quot;&amp;gt;What I&#039;ve done&amp;lt;/font&amp;gt;]]) 22:49, 7 September 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;Unexplainable&amp;quot; deviation in Gen I? ==&lt;br /&gt;
&lt;br /&gt;
The text states that in Gen I &amp;quot;... the calculated experience deviates by as much as three experience points from the experience received in-game, a deviance which cannot be accounted for by simple rounding errors.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
I would like to know more about this. A 3-point deviation is certainly possible assuming that the game truncates any intermediate result to integers; for example, 13/7*1.5*1.5≈4.18, but int(int(int(13/7)*1.5)*1.5)=int(int(1*1.5)*1.5)=int(1*1.5)=1.&lt;br /&gt;
&lt;br /&gt;
[[User:Bbbbbbbbba|Bbbbbbbbba]] ([[User talk:Bbbbbbbbba|talk]]) 15:56, 19 February 2014 (UTC)&lt;br /&gt;
:I put part of the data I gathered on [[User:Tiddlywinks/Gen I Exp/Party of 6|a user page]] (I have data for parties of 1-5 as well). You should just be able to import (copy/paste{{tt|*|You might want to copy from the source, because whenever I&#039;ve tried to copy-paste directly between a webpage and OpenOffice Calc, it doesn&#039;t import correctly; I have to put it in a simple text editor in between}}) that data into a spreadsheet if you want, marking comma as the delimiter. About half of those result in some deviation (with a half-dozen or so deviating by 3). You&#039;re welcome to try to reconcile those with some rounding. [[User:Tiddlywinks|Tiddlywinks]] ([[User talk:Tiddlywinks|talk]]) 16:32, 19 February 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
::Try this sequence of operation:&lt;br /&gt;
::1. Divide the base exp of the enemy by the number of participating Pokémons. In case of Exp. All, divide the above result by the number of all Pokémons in party. Truncate the result (to an integer).&lt;br /&gt;
::2. Multiply by the level of the enemy, then divide by 7. Truncate the result.&lt;br /&gt;
::3. Multiply any factor of 1.5 (trade/trainer) that is applicable. Truncate after each multiplication.&lt;br /&gt;
::This should work like a charm.&lt;br /&gt;
::[Actually I &amp;quot;cheated&amp;quot; by reading the assembly code:)] [[User:Bbbbbbbbba|Bbbbbbbbba]] ([[User talk:Bbbbbbbbba|talk]]) 18:56, 19 February 2014 (UTC)&lt;br /&gt;
:::Yup, that does it for all the data I&#039;ve got (except that you forgot an extra /2 for Exp. All in Step 1). Thanks! I think the main difference with everything I tried is that I was always multiplying enemy level and base exp together right away.&lt;br /&gt;
:::I really wish I could mark rounding in the formulas, but I&#039;m still waiting for them to be updated for Gen VI, even. =( And I don&#039;t really want to try to explain it purely textually... [[User:Tiddlywinks|Tiddlywinks]] ([[User talk:Tiddlywinks|talk]]) 19:44, 19 February 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
== What&#039;s wrong with EXP All? ==&lt;br /&gt;
&lt;br /&gt;
:In Generation I, when Exp. All is in the Bag, every Pokémon in the player&#039;s party also receives some experience from Exp. All; that amount is equal to the amount that a battling Pokémon would have received (before any bonuses) divided by the number of Pokémon in the player&#039;s party (this method of calculation appears to be an error).&lt;br /&gt;
&lt;br /&gt;
I don&#039;t see what the error is here. If you have 6 mons in your party and you defeat an opponent and win N EXP, each mon gains N/6 EXP. Is that not what happens? [[User:HyperHacker|⬡]] ([[User talk:HyperHacker|talk]]) 19:55, 15 July 2014 (UTC)&lt;br /&gt;
:In point of fact, if your party has 6 Pokemon and only one of them battles and Exp All is in the bag, they each actually get (N/2)/6 Exp (and the battler gets N/2 Exp). That&#039;s no problem.&lt;br /&gt;
:If you send 2 Pokemon out of a 6-Pokemon party in to battle, though, the battlers each get N/4 Exp and each of the 6 party Pokemon get (N/4)/6 Exp. But they should be getting (N/2)/6 Exp. The game should be using half the opponent&#039;s experience to divide among the party; instead it uses the amount that a battler receives, which will be less than N/2 if there is more than one battler. [[User:Tiddlywinks|Tiddlywinks]] ([[User talk:Tiddlywinks|talk]]) 21:59, 15 July 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
::I think I understand, but I&#039;m still not clear... it divides the EXP into two pools (one for those who battled, one for those who didn&#039;t) of 50% each, except the non-battler pool isn&#039;t actually 50%, but (50 / #battlers)%?&lt;br /&gt;
&lt;br /&gt;
::Maybe I&#039;m just a derp, but I don&#039;t find either explanation completely clear. [[User:HyperHacker|⬡]] ([[User talk:HyperHacker|talk]]) 12:20, 16 July 2014 (UTC)&lt;br /&gt;
:::That&#039;s basically right. What it &#039;&#039;looks&#039;&#039; like is that someone thought, &amp;quot;Hey, I&#039;ve got one guy battling so he&#039;s gonna receive 50% of the experience, then I need to divide 50% among the party...I can just divide the number that the guy in battle got, easy peasy!&amp;quot;. And if they only tested it with one battler, that would look correct and they could have missed the mistake. On the other hand, it could be more of a bug and they meant to actually use the right value but forgot or didn&#039;t quite do it right somehow. It&#039;s hard to say. [[User:Tiddlywinks|Tiddlywinks]] ([[User talk:Tiddlywinks|talk]]) 13:23, 16 July 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
== B2W2 cap. ==&lt;br /&gt;
&lt;br /&gt;
...I think they capped the yield at 100k in B2W2. I&#039;ve seen Lv. 79 Blissey with all the bonuses (Pass Power, trade, Lucky Egg) giving exactly 100 000EXP. This is not the case [https://www.youtube.com/watch?v=ZYhC2ZTqVzY here]. {{unsigned|Eridanus}}&lt;br /&gt;
&lt;br /&gt;
:This seems to be true. It can be seen [https://www.youtube.com/watch?v=REKgGBh55kE here] for example. The video Eridanus linked to is from BW, not B2W2, so the change seems to have been implemented during Gen V. Maybe add this to / change the text in the Trivia section where the maximum value for Exp. Points amounting to &amp;gt;100k is said to be possible in &#039;Gen V&#039;? [[User:Peterpansexuell|Peterpansexuell]] ([[User talk:Peterpansexuell|talk]]) 19:05, 9 August 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Gen VI experience formula ==&lt;br /&gt;
&lt;br /&gt;
So I&#039;m not sure if this has been discussed or not, but I just noticed a few weeks ago, that experience in Generation VI is no longer divided between the number of Pokémon that took part in the battle. I thought this was exclusive to when the Exp. Share was turned on, but I discovered that it works the same even if the Exp. Share is turned off.&lt;br /&gt;
So, this means that, in previous generations, if two Pokémon took part in a battle where the yielded experience was, say, 1000, then each Pokémon would receive 500 experience points. But in Gen VI, both Pokémon will gain the whole 1000 exp. points, effectively doubling the total experience received. This also means that if three Pokémon take part in the battle, the total experience gained would be three times the normal amount, and if four Pokémon took part, it would be four times the total experience, and so on. &lt;br /&gt;
I believe it&#039;s already been included in the article, but it is hard to understand as it is now. So I was thinking that maybe it could be further explained in the Trivia section, as it is the first time experience points aren&#039;t divided between team members.  [[User:LinkNinjaMaster|LinkNinjaMaster]] ([[User talk:LinkNinjaMaster|talk]]) 07:04, 23 December 2014 (UTC)&lt;/div&gt;</summary>
		<author><name>LinkNinjaMaster</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Talk:List_of_glitches_in_Generation_I&amp;diff=2119448</id>
		<title>Talk:List of glitches in Generation I</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Talk:List_of_glitches_in_Generation_I&amp;diff=2119448"/>
		<updated>2014-05-16T05:13:01Z</updated>

		<summary type="html">&lt;p&gt;LinkNinjaMaster: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==List of minor glitches==&lt;br /&gt;
These comments are here from when this article was located at &amp;quot;List of minor glitches&amp;quot;, so they may no longer be applicable to this page. Please do not reply to them. --[[User:SnorlaxMonster|&amp;lt;span style=&amp;quot;color:#A70000&amp;quot;&amp;gt;&#039;&#039;&#039;Snorlax&#039;&#039;&#039;&amp;lt;/span&amp;gt;]][[User talk:SnorlaxMonster|&amp;lt;span style=&amp;quot;color:#0000A7&amp;quot;&amp;gt;&#039;&#039;&#039;Monster&#039;&#039;&#039;&amp;lt;/span&amp;gt;]] 07:44, 30 May 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
===Surfing outside [[Turnback Cave]]===&lt;br /&gt;
I just thought that I&#039;d point out that you can {{m|surf}} outside Turnback Cave with no music. What I did was I used {{m|Rock Climb}}, then immedietly got onto my [[List of key items in Generation IV#Bicycle|Bike]], then rode up to the water and press A (to surf). This all happened in a period of about 4 - 5 seconds, and I surfed around on the pond with no surfing music. It seems to only work the first time you try (I&#039;ve done it twice), and this is for {{v2|Diamond}}. ~[[User:Takharii|&amp;lt;font color=&amp;quot;#B69E00&amp;quot;&amp;gt;Takhar&amp;lt;/font&amp;gt;]][[User talk:Takharii|&amp;lt;font color=&amp;quot;#E1E1E1&amp;quot;&amp;gt;eon&amp;lt;/font&amp;gt;]] 01:00, 18 April 2010 (UTC)&lt;br /&gt;
:Hm... Maybe we should get another source... Anyone? [[User:CuboneKing|&amp;lt;font color=&amp;quot;Red&amp;quot;&amp;gt;Cu&amp;lt;/font&amp;gt;]][[User talk:CuboneKing|&amp;lt;font color=&amp;quot;Tan&amp;quot;&amp;gt;bo&amp;lt;/font&amp;gt;]][[Special:Contributions/CuboneKing|&amp;lt;font color=&amp;quot;Green color light&amp;quot;&amp;gt;ne&amp;lt;/font&amp;gt;]][[Cubone (Pokémon)|&amp;lt;font color=&amp;quot;Black&amp;quot;&amp;gt;King&amp;lt;/font&amp;gt;]] 01:16, 18 April 2010 (UTC)&lt;br /&gt;
::I&#039;ve heard of situation around [[Spring Path]] where riding the bike causes the music to stop, but I couldn&#039;t get it to work. Can you repeat it? If not, it might just be dust jamming the system or something. --[[User:SnorlaxMonster|&amp;lt;span style=&amp;quot;color:#A70000&amp;quot;&amp;gt;&#039;&#039;&#039;Snorlax&#039;&#039;&#039;&amp;lt;/span&amp;gt;]][[User talk:SnorlaxMonster|&amp;lt;span style=&amp;quot;color:#0000A7&amp;quot;&amp;gt;&#039;&#039;&#039;Monster&#039;&#039;&#039;&amp;lt;/span&amp;gt;]] 01:22, 18 April 2010 (UTC)&lt;br /&gt;
:::I could make a video and YouTube it, if its neccesary, but yeah, it might be the game having trouble handling all the action, rather than a glitch. ~[[User:Takharii|&amp;lt;font color=&amp;quot;#B69E00&amp;quot;&amp;gt;Takhar&amp;lt;/font&amp;gt;]][[User talk:Takharii|&amp;lt;font color=&amp;quot;#E1E1E1&amp;quot;&amp;gt;eon&amp;lt;/font&amp;gt;]] 01:40, 18 April 2010 (UTC)&lt;br /&gt;
::::Well, a video would be good, but all I wanted to know was if it could be repeated. --[[User:SnorlaxMonster|&amp;lt;span style=&amp;quot;color:#A70000&amp;quot;&amp;gt;&#039;&#039;&#039;Snorlax&#039;&#039;&#039;&amp;lt;/span&amp;gt;]][[User talk:SnorlaxMonster|&amp;lt;span style=&amp;quot;color:#0000A7&amp;quot;&amp;gt;&#039;&#039;&#039;Monster&#039;&#039;&#039;&amp;lt;/span&amp;gt;]] 01:58, 18 April 2010 (UTC)&lt;br /&gt;
:::::Yes, what I meant was: I&#039;ve had this happen to me on two separate occasions (different days). The glitch occurs, then I try to repeat it (get off the pond and repeat the steps taken) and it doesn&#039;t seem to work. So it only works sometimes. I&#039;ll try to make a video, anyway. ~[[User:Takharii|&amp;lt;font color=&amp;quot;#B69E00&amp;quot;&amp;gt;Takhar&amp;lt;/font&amp;gt;]][[User talk:Takharii|&amp;lt;font color=&amp;quot;#E1E1E1&amp;quot;&amp;gt;eon&amp;lt;/font&amp;gt;]] 02:01, 18 April 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
===Glitch with supereffectiveness using a move normally not very effective===&lt;br /&gt;
&lt;br /&gt;
http://www.youtube.com/watch?v=0IeGdpFRGtQ&lt;br /&gt;
&lt;br /&gt;
As seen here, {{m|Discharge}} was used by {{p|Maggyo}} against a {{p|Denchura}}. Strangely, it was deemed supereffective by the game. Should this be added? - [[User:050294|050294]] 03:31, 21 October 2010 (UTC)&lt;br /&gt;
:The video has been taken down, so it was likely a fake. --[[User:SnorlaxMonster|&amp;lt;span style=&amp;quot;color:#444444&amp;quot;&amp;gt;&#039;&#039;&#039;Snorlax&#039;&#039;&#039;&amp;lt;/span&amp;gt;]][[User talk:SnorlaxMonster|&amp;lt;span style=&amp;quot;color:#C3C3C3&amp;quot;&amp;gt;&#039;&#039;&#039;Monster&#039;&#039;&#039;&amp;lt;/span&amp;gt;]] 13:01, 24 October 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
===Kecleon glitch===&lt;br /&gt;
The following comments come from the talk page of the Kecleon glitch, which was merged into this page --[[User:SnorlaxMonster|&amp;lt;span style=&amp;quot;color:#A70000&amp;quot;&amp;gt;&#039;&#039;&#039;Snorlax&#039;&#039;&#039;&amp;lt;/span&amp;gt;]][[User talk:SnorlaxMonster|&amp;lt;span style=&amp;quot;color:#0000A7&amp;quot;&amp;gt;&#039;&#039;&#039;Monster&#039;&#039;&#039;&amp;lt;/span&amp;gt;]] 12:31, 25 November 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
====What====&lt;br /&gt;
What the heck is the {{p|Kecleon}} Glitch? [[User:Pokedex493|Pokedex493]] 18:38, 2 September 2010 (UTC)&lt;br /&gt;
:Also, the Kecleon Glitch article page should not be deleted because articles about glitches should always stay on there. [[User:Pokedex493|Pokedex493]] 18:40, 2 September 2010 (UTC)&lt;br /&gt;
::The article tells you exactly what it is. Also, the article should be deleted and the content paced on [[list of minor glitches]]. The whole purpose of that page is to stop pages like this from being created. --[[User:SnorlaxMonster|&amp;lt;span style=&amp;quot;color:#A70000&amp;quot;&amp;gt;&#039;&#039;&#039;Snorlax&#039;&#039;&#039;&amp;lt;/span&amp;gt;]][[User talk:SnorlaxMonster|&amp;lt;span style=&amp;quot;color:#0000A7&amp;quot;&amp;gt;&#039;&#039;&#039;Monster&#039;&#039;&#039;&amp;lt;/span&amp;gt;]] 01:39, 4 September 2010 (UTC)&lt;br /&gt;
:::Per SnorlaxMonster --[[User:Chickasaurus|Chickasaurus]] 14:14, 8 September 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
====Cause====&lt;br /&gt;
Note: This is based somewhat on presumed data. I&#039;m pretty sure the game does this though.&lt;br /&gt;
&lt;br /&gt;
Couldn&#039;t the cause of this come from the Kecleon only aiming for whoever its item or attacked it? If the Pass Scarf causes it to attack the enemy, the chain reaction would then cause it to act as a team member, as Kecleon&#039;s data {{tt|causes it to be on the opposite side of the one it attacked|I think it does at least}}. Since the enemy is then defeated, Kecleon follows the team to the next floor, but doesn&#039;t go farther than this because the game would {{tt|only|presumably}} make it &#039;&#039;act&#039;&#039; like a team member, rather than being one. [[User:Turtwig A|&amp;lt;font color=&amp;quot;#CD7F32&amp;quot;&amp;gt;Turtwig&#039;s&amp;lt;/font&amp;gt;]] [[Turtwig (Pokémon)|&amp;lt;font color=&amp;quot;#FF7F00&amp;quot;&amp;gt;A-B-Cs&amp;lt;/font&amp;gt;]] ([[User talk:Turtwig A|&amp;lt;font color=&amp;quot;#green&amp;quot;&amp;gt;talk&amp;lt;/font&amp;gt;]] |  [[Special:Contributions/Turtwig A|&amp;lt;font color=&amp;quot;#yellow&amp;quot;&amp;gt;contribs&amp;lt;/font&amp;gt;]]) 12:23, 9 September 2010 (UTC)&lt;br /&gt;
:That seems right to me. That&#039;s basically how I thought it worked too. --[[User:SnorlaxMonster|&amp;lt;span style=&amp;quot;color:#A70000&amp;quot;&amp;gt;&#039;&#039;&#039;Snorlax&#039;&#039;&#039;&amp;lt;/span&amp;gt;]][[User talk:SnorlaxMonster|&amp;lt;span style=&amp;quot;color:#0000A7&amp;quot;&amp;gt;&#039;&#039;&#039;Monster&#039;&#039;&#039;&amp;lt;/span&amp;gt;]] 12:52, 9 September 2010 (UTC)&lt;br /&gt;
:That seems right to me too, but I&#039;ve never tried this glitch before, so I don&#039;t know. [[User:Pokedex493|Pokedex493]] 23:04, 10 September 2010 (UTC)&lt;br /&gt;
::&#039;Cause it&#039;s not a glitch. It&#039;s with all Pokémon that battle the player (barring {{a|Run Away}} when HP is low). [[User:Ht14|&amp;lt;span style=&amp;quot;color:#DAA520&amp;quot;&amp;gt;&amp;lt;sup&amp;gt;&#039;&#039;&#039;&#039;&#039;ht&#039;&#039;&#039;&#039;&#039;&amp;lt;/sup&amp;gt;&amp;lt;/span&amp;gt;]][[User talk:Ht14|&amp;lt;span style=&amp;quot;color:#C0C0C0&amp;quot;&amp;gt;&amp;lt;small&amp;gt;&#039;&#039;14&#039;&#039;&amp;lt;/small&amp;gt;&amp;lt;/span&amp;gt;]] 00:35, 11 September 2010 (UTC)&lt;br /&gt;
:::There&#039;s a difference. Those will still attack, not just follow the player. Not to mention that the Kecleon are faster than the team, and can easily be able to defeat it. Never activated it before either though. [[User:Turtwig A|&amp;lt;font color=&amp;quot;#CD7F32&amp;quot;&amp;gt;Turtwig&#039;s&amp;lt;/font&amp;gt;]] [[Turtwig (Pokémon)|&amp;lt;font color=&amp;quot;#FF7F00&amp;quot;&amp;gt;A-B-Cs&amp;lt;/font&amp;gt;]] ([[User talk:Turtwig A|&amp;lt;font color=&amp;quot;#green&amp;quot;&amp;gt;talk&amp;lt;/font&amp;gt;]] |  [[Special:Contributions/Turtwig A|&amp;lt;font color=&amp;quot;#yellow&amp;quot;&amp;gt;contribs&amp;lt;/font&amp;gt;]]) 00:37, 11 September 2010 &lt;br /&gt;
:It {{tt|may be a|Think of it, Kecleon acting weird and all}} glitch.---[[User:Pokemaniac2000|Pokemaniac2000]] 02:36, 29 September 2010(UTC)&lt;br /&gt;
&lt;br /&gt;
====Discussion regarding potential deletion====&lt;br /&gt;
This article has been marked for deletion.  I&#039;m not really in a position to give my opinion here... it seems just as notable as plenty of other glitches we have/have had articles on, but at the same time, it is sort of walkthrough-ish.  Personally, I think all glitches with the exception of a select few should be merged into one article for all the glitches in each game, with subsections for each glitch.  That&#039;s just me, though.  Discuss.  The article will likely be deleted within the next week or two if no convinving arguments are presented.  --[[User:Politoed666|&amp;lt;span style=&amp;quot;color:#00B7EB&amp;quot;&amp;gt;&#039;&#039;P&#039;&#039;&amp;lt;/span&amp;gt; &amp;lt;span style=&amp;quot;color:#008080&amp;quot;&amp;gt;&#039;&#039;o&#039;&#039;&amp;lt;/span&amp;gt;]] [[User talk:Politoed666|&amp;lt;span style=&amp;quot;color:#0095B6&amp;quot;&amp;gt;&#039;&#039;L&#039;&#039;&amp;lt;/span&amp;gt; &amp;lt;span style=&amp;quot;color:#00CCCC&amp;quot;&amp;gt;&#039;&#039;i&#039;&#039;&amp;lt;/span&amp;gt;]] 19:35, 7 October 2010 (UTC)&lt;br /&gt;
:Well, that is kinda what [[list of minor glitches]] is for, and what is really wanted is that it remains there but doesn&#039;t get its own page. However, having specific glitch sections on the articles of the games themselves is a good idea. --[[User:SnorlaxMonster|&amp;lt;span style=&amp;quot;color:#444444&amp;quot;&amp;gt;&#039;&#039;&#039;Snorlax&#039;&#039;&#039;&amp;lt;/span&amp;gt;]][[User talk:SnorlaxMonster|&amp;lt;span style=&amp;quot;color:#C3C3C3&amp;quot;&amp;gt;&#039;&#039;&#039;Monster&#039;&#039;&#039;&amp;lt;/span&amp;gt;]] 00:43, 9 October 2010 (UTC)&lt;br /&gt;
::To me, this seems better suited to the list of glitches as opposed to just deleting it or giving it its own article. --[[User:Zesty Cactus|&amp;lt;span style=&amp;quot;color:#006400&amp;quot;&amp;gt;&#039;&#039;&#039;Zesty&#039;&#039;&#039;&amp;lt;/span&amp;gt;]][[User talk:Zesty Cactus|&amp;lt;span style=&amp;quot;color:#3CB371&amp;quot;&amp;gt;&#039;&#039;&#039;Cactus&#039;&#039;&#039;&amp;lt;/span&amp;gt;]] 00:45, 9 October 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::I suppose it&#039;s decided then.  Anyone want to volunteer to condense and move it?  --[[User:Politoed666|&amp;lt;span style=&amp;quot;color:#00B7EB&amp;quot;&amp;gt;&#039;&#039;P&#039;&#039;&amp;lt;/span&amp;gt; &amp;lt;span style=&amp;quot;color:#008080&amp;quot;&amp;gt;&#039;&#039;o&#039;&#039;&amp;lt;/span&amp;gt;]] [[User talk:Politoed666|&amp;lt;span style=&amp;quot;color:#0095B6&amp;quot;&amp;gt;&#039;&#039;L&#039;&#039;&amp;lt;/span&amp;gt; &amp;lt;span style=&amp;quot;color:#00CCCC&amp;quot;&amp;gt;&#039;&#039;i&#039;&#039;&amp;lt;/span&amp;gt;]] 19:08, 13 October 2010 (UTC)&lt;br /&gt;
::::[[List of minor glitches#Kecleon glitch|Did that a while ago]]. Since there seems to be consensus, I&#039;ll just redirect this page there. --[[User:SnorlaxMonster|&amp;lt;span style=&amp;quot;color:#444444&amp;quot;&amp;gt;&#039;&#039;&#039;Snorlax&#039;&#039;&#039;&amp;lt;/span&amp;gt;]][[User talk:SnorlaxMonster|&amp;lt;span style=&amp;quot;color:#C3C3C3&amp;quot;&amp;gt;&#039;&#039;&#039;Monster&#039;&#039;&#039;&amp;lt;/span&amp;gt;]] 03:06, 17 October 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
===Similar to the cut glitch===&lt;br /&gt;
&lt;br /&gt;
Giovanni drops a Silph Scope at the Game Corner in Generation 1, and it&#039;s possible to appear on top of it. Looking back, I wonder if that&#039;s normal.&lt;br /&gt;
&lt;br /&gt;
Also, certain Pokemon cries will sound glitchy every couple replays in Generation 1. Pikachu&#039;s cry sounds different every six plays, for example [[User:Zouje|Zouje]] 17:43, 31 December 2010 (UTC)&lt;br /&gt;
#So you can just walk on top of it without a collision? How do you appear on top of it?&lt;br /&gt;
#Can you link to a video of this please? I&#039;m interested. --[[User:SnorlaxMonster|&amp;lt;span style=&amp;quot;color:#A70000&amp;quot;&amp;gt;&#039;&#039;&#039;Snorlax&#039;&#039;&#039;&amp;lt;/span&amp;gt;]][[User talk:SnorlaxMonster|&amp;lt;span style=&amp;quot;color:#0000A7&amp;quot;&amp;gt;&#039;&#039;&#039;Monster&#039;&#039;&#039;&amp;lt;/span&amp;gt;]] 10:42, 1 January 2011 (UTC)&lt;br /&gt;
:#Basically if you fight him from the left hand side the Silph Scope item ball appears in that same spot but remains invisible because of the priority of the player&#039;s sprite until you walk away. You can also stand on a boulder in Gold/Silver via the same stand on a tree method from Red/Blue and jump from a ledge and land on a person in Vermilion City.&lt;br /&gt;
:#Interrupting certain sound effects can cause minor &#039;oddities&#039; such as these (try playing Electabuzz&#039;s cry immediately after Jynx&#039;s for instance). There is a related &#039;music doubling trick&#039; where a &#039;sound effect is playing&#039; flag doesn&#039;t activate the first time but I haven&#039;t been able to replicate it. --[[User:Chickasaurus|Chickasaurus]] 16:37, 2 January 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
===Raimon Gym Trainer glitch===&lt;br /&gt;
&lt;br /&gt;
Could the glitch occur with Rich Boy Roland?  Seeing as both him and Lady Colette are the only trainers are in the roller coaster cars, Roland could possibly be able to trigger this glitch.  Also, can you still talk to Colette while she is on the track or does the game act like she is not there after the battle? {{unsigned|Super goku}} 21:18, 18 January 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
===Grass next to stairs glitch===&lt;br /&gt;
&lt;br /&gt;
http://www.youtube.com/watch?v=BTe-BTQbw-s&lt;br /&gt;
&lt;br /&gt;
Should it be added to the list? If it does, can someone do? My english sucks. :/ [[User:Metang|&amp;lt;font color=&amp;quot;#FF0000&amp;quot;&amp;gt;•●&amp;lt;/font&amp;gt;&#039;&#039;&#039;&amp;lt;font color=&amp;quot;#000080&amp;quot;&amp;gt;MΣƬΛПG&#039;&#039;&#039;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;#FF0000&amp;quot;&amp;gt;●•&amp;lt;/font&amp;gt;]] 21:21, 6 February 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
===Marowak Ghost Glitch===&lt;br /&gt;
&lt;br /&gt;
Is there any proof that the Marowak Ghost-Pokedoll event is actually a glitch? Considering you can use a Pokedoll on pre-Scoped Ghastly to end battles, it doesn&#039;t seem likely that it is really a glitch. After all, the Marowak Ghost is still coded as a Pokemon, just an uncatch-able one. [[User:Scorponis|Scorponis]] 19:23, 7 February 2011 (UTC)&lt;br /&gt;
:For me it is a glitch. First for bypassing a major event, second because it doesn&#039;t occur in Firered/Leafgreen versions. [[User:Metang|&amp;lt;font color=&amp;quot;#FF0000&amp;quot;&amp;gt;•●&amp;lt;/font&amp;gt;&#039;&#039;&#039;&amp;lt;font color=&amp;quot;#000080&amp;quot;&amp;gt;MΣƬΛПG&#039;&#039;&#039;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;#FF0000&amp;quot;&amp;gt;●•&amp;lt;/font&amp;gt;]] 20:47, 7 February 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
===Poké Radar===&lt;br /&gt;
&lt;br /&gt;
I noticed that when I have a chain of Pikachu on my Poké Radar in the Trophy Garden on my Pearl version, and I go into a spot on the edge of the grass, even if a Pikachu turns up from it, my chain ends. I am using a Max Repel to block all other Pokémon, and have a high enough level in my first slot for the Repel to work. Should this glitch be on here? [[User:EnosShayrem|EnosShayrem]] 15:37, 17 February 2011 (UTC)&lt;br /&gt;
:If you walk 7 or more steps to find a pokemon with radar the chain can break. Not a glitch. [[User:OwnageMuch|OwnageMuch]] 03:31, 18 February 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
===R/S/E Walk on water glitch===&lt;br /&gt;
&lt;br /&gt;
There is a glitch in R/S/E where if you press B at the right time while entering the Seafloor Cave, you&#039;ll be asked to resurface while you&#039;re over its entrance. If you choose to do so, the game will put you on a rock in the water (not technically a water tile), so you&#039;ll be on your feet and able to walk on the water. Video here: http://www.youtube.com/watch?v=YB4qqYYy7nc&lt;br /&gt;
I have tried it and I can verify that it works. Good for adding? [[User:Silverlucario|Frezgle]] 21:45, 21 February 2011 (UTC)&lt;br /&gt;
:Yes. (Oh hi Frezparce, I think I&#039;ve seen you before from HoO forums) --[[User:Chickasaurus|Chickasaurus]] 21:48, 21 February 2011 (UTC)&lt;br /&gt;
::Yeah, I was there for a bit a while ago d: And, it&#039;s added. [[User:Silverlucario|Frezgle]] 00:33, 22 February 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
===Potential additions===&lt;br /&gt;
&lt;br /&gt;
I&#039;m passing on some of the things I&#039;ve been looking at to you people.&lt;br /&gt;
&lt;br /&gt;
* Mail Trick glitch: If an enemy Pokémon tricks away your Mail you still keep it (JPN Ruby/Sapphire)&lt;br /&gt;
* After 1792 Battle Tower fights in Platinum/HG/SS (possibly D/P too) the Tower resets, but Tower Tycoon Palmer starts appearing again, as a normal, &#039;wannabe trainer&#039; (see Tower Tycoon event skip).&lt;br /&gt;
* &amp;lt;s&amp;gt;Pressing B to resurface from underwater entrances (see [http://www.youtube.com/watch?v=YB4qqYYy7nc] (first uploaded here I believe: [http://www.youtube.com/watch?v=ZqdLWm7rVf0]) + looked into a little here: [http://profglitch.proboards.com/index.cgi?board=gcltempboard&amp;amp;action=display&amp;amp;thread=233&amp;amp;page=2] ) &amp;lt;/s&amp;gt;&lt;br /&gt;
* &amp;lt;s&amp;gt;Selfdestruct/Explosion audio glitch: Winning via a sacrificial move in Generation I plays the victory theme even though you black out (fixed in Gen II)&amp;lt;/s&amp;gt;&lt;br /&gt;
* &amp;lt;s&amp;gt;Substitute glitch: Using Selfdestruct/Explosion on a Substitute will break it but not faint the user, the picture of the user disappears (Gen I)&amp;lt;/s&amp;gt;&lt;br /&gt;
* Breaking through Paralysis/Burn: Increasing or decreasing the appropriate stat breaks through the drop (e.g. Agility when Paralysed breaks through hindering effect of Paralysis) (Gen I)&lt;br /&gt;
* Its possible to combine moves like Reflect and Barrier/Light Screen and Amnesia to roll-over 1023 Defense/Special Defense and consequently end up which much lower defences due to the larger number modulo 1024. (Gen I)&lt;br /&gt;
* A few glitches from PRAMA initative, like this walking Pikachu one [http://www.prama-initiative.com/index.php?page=glitches-mineurs-rbj-8#Pikachu]&lt;br /&gt;
* If a user&#039;s regular Ditto transforms and the player switches the transformation away to a shiny Pokémon the transformation momentarily appears shiny. (G/S) (need to verify)&lt;br /&gt;
* A shiny Ditto transforming into another Shiny Pokémon makes the transformation a normal Pokémon until DPPt (need to verify)&lt;br /&gt;
* A miss from Rage reduces its accuracy the next turn to 0.4%&lt;br /&gt;
* Focus Energy in Gen I is completely broken. [http://hax.iimarck.us/files/rbymoveinfo.txt]&lt;br /&gt;
* Other Red/Green select bugs like &#039;fossil conversion&#039; except dokokashira if they&#039;re notable.&lt;br /&gt;
* Other Gen I battle mechanics related glitches e.g. [http://sourceforge.net/apps/mediawiki/openpkmn/index.php?title=Differences_in_Mechanics#Move_Mechanics_of_Note]&lt;br /&gt;
* Ledge glitch needs expanding to apply to a Gentleman west of Lilycove and [http://profglitch.proboards.com/index.cgi?board=gcltempboard&amp;amp;action=display&amp;amp;thread=265 a trainer in the Abandoned Ship]&lt;br /&gt;
* B/W AI oversight forcing trainer to send out fainted Pokémon (needs verifying) [http://www.youtube.com/watch?v=rPoQ6QRi3to]&lt;br /&gt;
* Pokémon Yellow critical save glitch [http://www.youtube.com/watch?v=7yXTpnUCh5Q]&lt;br /&gt;
* Pal Park ability change&lt;br /&gt;
* If you Pal Park a Pokémon with an accented name (from in-game trade from another localization) there&#039;s no support for the character when it reaches Gen IV (turns into a Japanese character instead) (thanks Blaziken257) &lt;br /&gt;
* Sketch glitch (G/S), Mimic glitch (JP D/P)&lt;br /&gt;
* A little problem where Shiny shadow Pokémon may change back to normal coloured Shadow Pokémon and vice versa (Colosseum) (needs verifying) [http://www.youtube.com/watch?v=y9dM0UDD7c4]&lt;br /&gt;
* Disappearing over-world Pokémon (a derivative of Trainer-Fly/Mew-Trick when your Start Button is disabled (Red/Blue)&lt;br /&gt;
* Life Orb glitch (Pokémon Battle Revolution)&lt;br /&gt;
* Magic Coated Dark Void glitch (Pokémon Battle Revolution)&lt;br /&gt;
* Japanese D/P Ace Trainer oversight [http://www.youtube.com/watch?v=OaNIKkRSYiQ]&lt;br /&gt;
&lt;br /&gt;
* Also Smogon reported on Slow Start (JP D/P), Choiced U-Turn (D/P), Choiced Pursuit (JP D/P) + Hitting through Protect without Shadow Force (D/P) glitches here [http://www.smogon.com/ingame/misc/gen4_glitches#choiced_pursuit] though RE: Choiced U-Turn there have been reports of it not working outside of battle simulators. &lt;br /&gt;
* The rumour that there is a chance a Master Ball will fail in Generation I, any video verification?&lt;br /&gt;
&lt;br /&gt;
--[[User:Chickasaurus|Chickasaurus]] 22:37, 21 February 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
I don&#039;t have a video, but it says [[Poké Ball|here]] that any ball can miss in Gen. I. [[User:Pokabu82|&amp;lt;font color=&amp;quot;#FF7F00&amp;quot;&amp;gt;Pokabu&amp;lt;/font&amp;gt;]][[user talk:Pokabu82|&amp;lt;font color=&amp;quot;#FF0000&amp;quot;&amp;gt;82&amp;lt;/font&amp;gt;]] 22:58, 21 February 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
===Route 9 Biker Glitch (Gen V)===&lt;br /&gt;
&lt;br /&gt;
This is probably a glitch, but it might be something done on purpose for whatever reason. I&#039;ve only noticed this on Route 9, where two bikers are riding back and forth, but when you hold down B, &#039;&#039;they&#039;&#039; speed up. I&#039;m in the process of checking whether this applies to other moving trainers or just them. --[[User:JRBockus|JRBockus]] 06:06, 12 March 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
===False Thief Glitch===&lt;br /&gt;
&lt;br /&gt;
Is this actually a glitch? If kelcon calls a price, I don&#039;t think so. It&#039;s like if someone drops an apple core on your lawn, it&#039;s yours, right? But if you just pick it up, forget what I said. [[User:Focus58|&amp;lt;font color=&amp;quot;dark blue&amp;quot;&amp;gt;Focus&amp;lt;/font&amp;gt;]][[User talk:Focus58|&amp;lt;font color=&amp;quot;dark gold&amp;quot;&amp;gt;58&amp;lt;/font&amp;gt;]] 22:19, 16 April 2011 (UTC)&lt;br /&gt;
:Well, it is, because you don&#039;t get a choice whether or not to buy it, you just pick it up. --[[User:SnorlaxMonster|&amp;lt;span style=&amp;quot;color:#A70000&amp;quot;&amp;gt;&#039;&#039;&#039;Snorlax&#039;&#039;&#039;&amp;lt;/span&amp;gt;]][[User talk:SnorlaxMonster|&amp;lt;span style=&amp;quot;color:#0000A7&amp;quot;&amp;gt;&#039;&#039;&#039;Monster&#039;&#039;&#039;&amp;lt;/span&amp;gt;]] 14:32, 1 May 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
===Trapped in Solaceon Town===&lt;br /&gt;
&lt;br /&gt;
In Platinum version, I was trapped in Solaceon town for some odd reason. I just started from the last save, and as I was riding my bike up through Solaceon town, I hit an invisible barrier right where the border is to route 210. I rode back and then tried again to get to route 210, and it let me through. I noticed this glitch wasn&#039;t listed, so I wanted to know if this has happened to anybody else. --[[User:Fimbulwinter2012|&amp;lt;span style=&amp;quot;color:navy&amp;quot;&amp;gt;☆&#039;&#039;&#039;FiMbUlWiNtEr2O|2&#039;&#039;&#039;☆&amp;lt;/span&amp;gt;]] 14:26, 19 June 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
You probably [[tweaking|tweaked]] without realising. :) [[User:OwnageMuch|OwnageMuch]] 04:00, 20 June 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
===Black Belt Glitch===&lt;br /&gt;
&lt;br /&gt;
What I don&#039;t understand is the whole reasoning behind it. First of all, how can consecutive spaces result in something like&lt;br /&gt;
 D n  i&lt;br /&gt;
  o e  n...&lt;br /&gt;
unless the program was something like &lt;br /&gt;
 Opponent1::Say(&amp;quot;D n  i\n o e  n...&amp;quot;);&lt;br /&gt;
which would have made it intentional. Secondly, the letters are aligned correctly, something rare in glitches. If it was caused by spaces (the ASCII 0x20 variety) wrapping around like the HP bar in the Pomeg Glitch, ZZAZZ, Super Glitch (?), etc., even if it is a restricted text window (which is unlikely given the device type), the &#039; &#039; and &#039;...&#039; would have also alternated the line, resulting in&lt;br /&gt;
 D n   n&lt;br /&gt;
  o e i ...&lt;br /&gt;
Thirdly, it could be a sort of joke among the programmers. What other &#039;phrase&#039; do we know that follows this pattern?&lt;br /&gt;
 P M&lt;br /&gt;
  K N&lt;br /&gt;
So, once and for all, is it actually a glitch? I can&#039;t wrap my head around how it could (although there are some other glitches far more confusing). Or is it just an error in the coding, not related to consecutive spaces? (Driftveil&#039;s... Old... Lady... comes... to... mind...) In any case, the &amp;quot;glitch&amp;quot; either needs more detail or the detail present is incorrect. [[User:TruePikachu|--TruePikachu]] 05:46, 24 June 2011 (UTC) (and yes, I am aware the game uses a variable-width font, not monospaced)&lt;br /&gt;
:I think the glitch is that he can sometimes also say really random text? Or do I understand it wrong? [[User:OwnageMuch|OwnageMuch]] 10:01, 24 June 2011 (UTC)&lt;br /&gt;
::I don&#039;t personally own Platinum; I quoted the phrase from the supplied video. [[User:TruePikachu|--TruePikachu]] 20:13, 24 June 2011 (UTC)&lt;br /&gt;
:::Yeah, he said Done in like in the video when I battled him. I don&#039;t think he ever says anything random—people just didn&#039;t see Done in. I think there was something on this on a GCL wiki page. Unfortunately, it&#039;s not archived. --[[User:SnorlaxMonster|&amp;lt;span style=&amp;quot;color:#A70000&amp;quot;&amp;gt;&#039;&#039;&#039;Snorlax&#039;&#039;&#039;&amp;lt;/span&amp;gt;]][[User talk:SnorlaxMonster|&amp;lt;span style=&amp;quot;color:#0000A7&amp;quot;&amp;gt;&#039;&#039;&#039;Monster&#039;&#039;&#039;&amp;lt;/span&amp;gt;]] 16:22, 25 June 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
===TM67 Retaliate not a glitch????===&lt;br /&gt;
&lt;br /&gt;
Are you sure that&#039;s a Dark-type TM sprite? It looks an awful lot like a normal-type TM.&lt;br /&gt;
:Nope, it&#039;s black, so it&#039;s dark. And please sign with four tildes &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;. :--[[User:SuperAipom7|&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;SuperAipom7&amp;lt;/span&amp;gt;]] &amp;lt;small&amp;gt;&#039;&#039;([[User talk:SuperAipom7|&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Questions?&amp;lt;/span&amp;gt;]])&#039;&#039;&amp;lt;/small&amp;gt; 16:32, 26 June 2011 (UTC)&lt;br /&gt;
[[File:TM67_Retaliate_glitch.png|thumb]]&lt;br /&gt;
::But only in the Japanese games, which is probably what confused you. --[[User:SnorlaxMonster|&amp;lt;span style=&amp;quot;color:#A70000&amp;quot;&amp;gt;&#039;&#039;&#039;Snorlax&#039;&#039;&#039;&amp;lt;/span&amp;gt;]][[User talk:SnorlaxMonster|&amp;lt;span style=&amp;quot;color:#0000A7&amp;quot;&amp;gt;&#039;&#039;&#039;Monster&#039;&#039;&#039;&amp;lt;/span&amp;gt;]] 16:34, 26 June 2011 (UTC)&lt;br /&gt;
:::Ah, yes, I forgot about that. :--[[User:SuperAipom7|&amp;lt;span style=&amp;quot;color:orange&amp;quot;&amp;gt;SuperAipom7&amp;lt;/span&amp;gt;]] &amp;lt;small&amp;gt;&#039;&#039;([[User talk:SuperAipom7|&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Questions?&amp;lt;/span&amp;gt;]])&#039;&#039;&amp;lt;/small&amp;gt; 16:35, 26 June 2011 (UTC) &amp;lt;br clear=all&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Defining &#039;minor&#039;===&lt;br /&gt;
&lt;br /&gt;
This page is probably starting to get too large again, like what happened to [[glitch]] a long time ago. Why are things like the Pewter Gym skip, experience underflow glitch, 0 PP underflow glitch and no stone evolving glitch to be considered minor, and where should we draw the line between minor and &#039;normal&#039;? --[[User:Chickasaurus|Chickasaurus]] 19:39, 7 July 2011 (UTC)&lt;br /&gt;
:...as in not minor, but not major either. --[[User:Chickasaurus|Chickasaurus]] 19:57, 7 July 2011 (UTC)&lt;br /&gt;
::My plan is to split this up into &amp;quot;List of glitches in Generation I&amp;quot; etc., with even glitches like the [[mew glitch]] listed, but with main article links. Since you brought this up, I&#039;ll probably do it today (I&#039;ve been planning to do this for months now). --[[User:SnorlaxMonster|&amp;lt;span style=&amp;quot;color:#A70000&amp;quot;&amp;gt;&#039;&#039;&#039;Snorlax&#039;&#039;&#039;&amp;lt;/span&amp;gt;]][[User talk:SnorlaxMonster|&amp;lt;span style=&amp;quot;color:#0000A7&amp;quot;&amp;gt;&#039;&#039;&#039;Monster&#039;&#039;&#039;&amp;lt;/span&amp;gt;]] 01:38, 8 July 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
===Pokémon Center terrain===&lt;br /&gt;
I was playing Blue version in a Gameboy Advance and the cartridge shifted a little bit, and when I walked inside of the Pokémon Center it was all jagged and I could only walk in certain areas. Is this notable or is it just some random thing?[[User:SONICバリヤ|SONICバリヤ]] 04:04, 8 July 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
Pretrty much anything can happen if you shift the cartridge. [[User:OwnageMuch|OwnageMuch]] 05:27, 8 July 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Oak Lab glitch? ==&lt;br /&gt;
&lt;br /&gt;
I remember a few years ago (and I recently began to try it again) that when you are first at Oak&#039;s lab he will always ask you to choose what Pokemon you want. I found a neat but weird glitch where if you try to leave the lab he will call you back (nothing unusual). However like the Bike Glitch if you keep pressing B then after awhile the game glitches and you are unable to do anything. Don&#039;t know if this has been mentioned though... [[User:Frozen Fennec|Frozen Fennec]]&lt;br /&gt;
: OK so I just tried this again a moment ago. Apparently pressing B while trying to leave will make you and Prof. Oak disappear and the game unplayable. [[User:Frozen Fennec|Frozen Fennec]]&lt;br /&gt;
::That sounds interesting. Any chance you could upload a video? --[[User:SnorlaxMonster|&amp;lt;span style=&amp;quot;color:#A70000&amp;quot;&amp;gt;&#039;&#039;&#039;Snorlax&#039;&#039;&#039;&amp;lt;/span&amp;gt;]][[User talk:SnorlaxMonster|&amp;lt;span style=&amp;quot;color:#0000A7&amp;quot;&amp;gt;&#039;&#039;&#039;Monster&#039;&#039;&#039;&amp;lt;/span&amp;gt;]] 14:15, 18 July 2011 (UTC)&lt;br /&gt;
Where am I going to upload it to? But yea, used to do this glitch a lot when I was younger because I thought I could skip out on getting a starter. Not sure if this glitch can be done on an emulator. Found a video of it, pressing start afterward brings you right back, lol. http://www.youtube.com/watch?v=9iAF20EdMiU [[User:Frozen Fennec|Frozen Fennec]]&lt;br /&gt;
:It&#039;s true, and its a legitimate glitch from long ago. It works on a real Game Boy, on {{2v2|Red|Blue}}. Though despite what [http://www.prama-initiative.com/index.php?page=glitches-mineurs-rbj#Labo PRAMA Initiative] say it doesn&#039;t seem to work on {{game|Yellow}}. You don&#039;t have to spam B, just keep closing the menu and holding down and it&#039;ll eventually glitch out. I read last year about a similar trick within the [[S.S. Anne]] itself, but I can&#039;t remember it unfortunately.&lt;br /&gt;
&lt;br /&gt;
:You can also &#039;read&#039; while pointing away from a bookshelf or scroll. The moment you press A, simply turn away. This can also be used with NPCs, to make them turn away but not talk to you.&lt;br /&gt;
&lt;br /&gt;
{{youtubevid|xrpYso3KMiw|PramaTheTrust|Blue}} -[[User:Chickasaurus|Chickasaurus]] 15:40, 18 July 2011 (UTC)&lt;br /&gt;
::Well, if either of you could write a section about it, I&#039;d appreciate it. --[[User:SnorlaxMonster|&amp;lt;span style=&amp;quot;color:#A70000&amp;quot;&amp;gt;&#039;&#039;&#039;Snorlax&#039;&#039;&#039;&amp;lt;/span&amp;gt;]][[User talk:SnorlaxMonster|&amp;lt;span style=&amp;quot;color:#0000A7&amp;quot;&amp;gt;&#039;&#039;&#039;Monster&#039;&#039;&#039;&amp;lt;/span&amp;gt;]] 11:04, 20 July 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Expanding upon the Shiny Ditto glitch==&lt;br /&gt;
Perhaps there should be mention that it works on any Pokémon who uses Transform, not just Ditto?  I haven&#039;t tested any of this out, but I heard you can get a Shiny Mew this way (as long as during the Mew glitch, you make sure that the Pokémon with the Special stat of 21 know Swords Dance and you let the encountered Ditto use Swords Dance at least twice, which will make the Mew that appears be over level 10 and able to use Transform).  I&#039;ve also heard that Shiny Pupitar, Tyranitar, and Lugia can be obtained this way (the Ghost forme, Kabutops fossil forme, and the Aerodactyl fossil forme MissingNo.s inherit attacks of the last Pokémon viewed, so view the Pokédex entry or stats page of a Ditto before the encounter and each of those MissingNo.s will be able to Transform... so get them to Transform into your Shiny Pokémon and catch them).  When these three MissingNo. formes are traded over to Generation II they will become Pupitar, Tyranitar, and Lugia (if the game allows the trade... sometimes it does, sometimes it doesn&#039;t). [[User:Dannyjenn|Dannyjenn]] 00:14, 18 March 2012 (UTC)&lt;br /&gt;
:In [[Generation I]] and [[Generation II|II]] all Pokémon that use Transform turn into {{p|Ditto}}. This normally isn&#039;t a problem, because Mew (normally) can&#039;t be found in the wild, but if you get a Pokémon like {{p|Spearow}} to {{m|Mirror Move}} Transform, it will also turn into {{p|Ditto}}. --[[User:Chickasaurus|Chickasaurus]] 00:25, 18 March 2012 (UTC)&lt;br /&gt;
::So you&#039;re saying that Shiny Mew and Shiny MissingNo.s would be impossible this way?  Just wondering because I heard that someone has done it before... however, like I said, I never tested it so I have no idea if that person was lieing. [[User:Dannyjenn|Dannyjenn]] 00:33, 18 March 2012 (UTC)&lt;br /&gt;
:::Unfortunately not, I don&#039;t think so. I haven&#039;t tested this particular glitch either, but I know out of experience that all Pokémon in Generation I and II which use {{m|Transform}} turn into {{p|Ditto}} upon capture. Presumably, it copies both species values (i.e. it becomes a stable Ditto all the time) but feel free to correct me if I&#039;m wrong. The shiny Ditto glitch works because transforming copies a Pokémon&#039;s DVs, therefore the opponent &amp;quot;transforming into your transformation&amp;quot; copies the [[Effort values|DV]]s of the shiny Pokémon you used from Generation II. In Generation II, shiny Pokémon are determined by their DVs.&lt;br /&gt;
&lt;br /&gt;
:::You might be interested in the [[Bug-Catching Contest data copy glitch]], but the shiny Pokémon you can get from it are unfortunately [[unstable hybrid Pokémon]]. There is another method of obtaining shiny Mew via an altered version of the [[remaining HP glitch]], [http://profglitch.proboards.com/index.cgi?action=display&amp;amp;board=gcltempboard&amp;amp;thread=368&amp;amp;page=1 discovered by Paco81], but it&#039;s complicated and I don&#039;t really understand it. The idea is to manipulate the Pokémon&#039;s [[Effort values|DV]]s manually to create a shiny Pokémon. --[[User:Chickasaurus|Chickasaurus]] 01:04, 18 March 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Change Magikarp into Mew (Pokémon Green)==&lt;br /&gt;
I recently added a glitch that turns a Magikarp into a Mew.  Someone deleted it.  Why is that?  Is it because I never posted a discussion about it before editing the page?  Sorry, I&#039;m new... I don&#039;t exactly know the protocol of adding content to pages.  If that&#039;s the reason, could someone let me know?  Are we supposed to discuss everything before making major edits to the page?  I just figured since it was a glitch with no mention then it&#039;d be fine to add. [[User:Dannyjenn|Dannyjenn]] 00:38, 18 March 2012 (UTC)&lt;br /&gt;
:It was me, but I added an article about it under [[second type glitch]], because it isn&#039;t specific to {{p|Magikarp}} or {{type|Water}} Pokémon. Don&#039;t worry about it. BTW, I replied to your discussion under [[Talk:Magikarp (Pokémon)]] --[[User:Chickasaurus|Chickasaurus]] 00:45, 18 March 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Team rocket teleporting member glitch==&lt;br /&gt;
So in Pokemon Blue I&#039;m at Safforon city and I got into the Pokemone center then exit. I make Red walk left and then up when the path turns and then right when the path branches off. I walk right and then talk to the team rocket member that says &amp;quot;Being evil makes me feel so alive!&amp;quot; I then walk past him and go forward till I&#039;m in front of Silph Co. The team rocket member that is supposed to be sleeping next to the door is a few paces from his position. Going up to talk to him will make him warp back to the place at the door and likewise waiting a bit will also make him warp to the door. It is possible to stand on the place where the team rocket member was and then have the player standing on top of him. I don&#039;t know if this occurs just in Blue and Red versions so I was wondering if someone could possibly find out and then add it. [[User:Minor Notes|Minor Notes]] ([[User talk:Minor Notes|talk]]) 22:01, 20 November 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Invisible Oak Glitch==&lt;br /&gt;
It&#039;s listed twice on the page and even the description is exactly the same in both. [[User: Ariano|Արիանո]] 07:34, 19 January 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Combine Save Surf glitch with S.S. Anne Reboard glitch ==&lt;br /&gt;
&lt;br /&gt;
From my experience, the S.S. Anne Reboard glitch is just an application of the Save Surf glitch and should really be under the former glitch&#039;s section in the article. pikalax 05:42, 27 February 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Gate Glitch Video ==&lt;br /&gt;
&lt;br /&gt;
I noticed that there wasn&#039;t a Bulbapedia video for the Gate Glitch, so I have a video of the glitch at: &lt;br /&gt;
[http://www.youtube.com/watch?v=BA_bo-c0wuA]&lt;br /&gt;
&lt;br /&gt;
I hope you will use it! :)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:Iamchazzi|Iamchazzi]] ([[User talk:Iamchazzi|talk]]) 17:58, 27 August 2013 (UTC)iamchazzi&lt;br /&gt;
:Added. --[[User:NOBODY|NOBODY]] ([[User talk:NOBODY|talk]]) 22:02, 27 August 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Prevented progress ==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Prevented progress:&lt;br /&gt;
&lt;br /&gt;
If the player&#039;s starter Pokémon evolves before they obtain their Pokédex from Prof. Oak, the game will assume, since they have two Pokémon registered as caught, that they already have a Pokédex, and will not allow them to proceed.&lt;br /&gt;
This glitch was fixed in the Japanese Blue but it reappears in the Japanese Yellow.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Ok, I understand how in Pokémon Red and Green this can work, but this is impossible in Yellow, since in Yellow Pikachu can&#039;t evolve. So it&#039;s impossible to use this glitch. Anybody? --&#039;&#039;&#039;&#039;&#039;[[User:Dr. James|Dr. James]]&#039;&#039;&#039;&#039;&#039; &amp;lt;small&amp;gt;([[User talk:Dr. James|tell me]])&amp;lt;/small&amp;gt; 00:47, 25 November 2013 (UTC)&lt;br /&gt;
:You can use this glitch by cheating to obtain a second Pokémon of another species. You don&#039;t even have to cheat to obtain the Pokémon itself since all that is required is the &amp;quot;walk through walls&amp;quot; cheat code to bypass the overworld collision data so that you can reach a Poké Mart and buy Poké Balls to catch another Pokémon. [[User:SatoMew2|&amp;lt;b&amp;gt;&amp;lt;span style=&amp;quot;color:blue&amp;quot;&amp;gt;Sato&amp;lt;/span&amp;gt;&amp;lt;/b&amp;gt;]][[User talk:SatoMew2|&amp;lt;b&amp;gt;&amp;lt;span style=&amp;quot;color:pink&amp;quot;&amp;gt;Mew&amp;lt;/span&amp;gt;&amp;lt;/b&amp;gt;]] 18:03, 5 March 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Any Shiny ==&lt;br /&gt;
&lt;br /&gt;
On YouTube, MissingnoXpert describes how to make any Pokemon shiny(trade from gen 2, http://www.youtube.com/watch?v=V0QDZQhjxzY .) Should I add this?--[[User:SamurottMaster4747|SamurottMaster4747]] ([[User talk:SamurottMaster4747|talk]]) 23:13, 1 January 2014 (UTC)&lt;br /&gt;
: That glitch is currently on Gen II&#039;s article. I don&#039;t think there&#039;s any point in mentioning it here, as it has no effect in the Gen I games. [[User:Yamiidenryuu|Yamiidenryuu]] ([[User talk:Yamiidenryuu|talk]]) 03:16, 3 January 2014 (UTC)&lt;br /&gt;
==Game breaking canoe glitch?==&lt;br /&gt;
Canoe (0x07) or ????? is an item that you can get through item manipulation. If you attempt the surf glitch with the canoe using the pond in Viridian, and get off of it, the game will lock up. Any help? {{unsigned|Katakanaglitch}}&lt;br /&gt;
:That sounds interesting regarding the lock up, but I tried the Surf glitch on both Red/Blue and Yellow on the Viridian City pond and it worked correctly, making me surf down on to a ground tile and letting me walk away afterwards. I used the ?????, too. Where exactly did you perform the Surf glitch? Can you send a screenshot?&lt;br /&gt;
:By the way, I don&#039;t know if you&#039;re aware, but canoe is misleading because it implies the name of the item is known, while it isn&#039;t. The number of question marks is likely irrelevant because there&#039;s another item with the same name (hex: 2C) that was probably a cut key item. --[[User:Chickasaurus|Chickasaurus]] ([[User talk:Chickasaurus|talk]]) 23:11, 27 January 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Bind glitch ==&lt;br /&gt;
&lt;br /&gt;
Ok so I just found a glitch in Pokémon Blue regarding the move Bind. When using Bind against a Ghost type Pokémon, it will not affect it, as Ghost is inmune to Normal type. But in subsequent turns, the game will act as if the move connected, and will trap the Pokémon, preventing it from moving, but without doing damage.&lt;br /&gt;
Should it be added? [[User:LinkNinjaMaster|LinkNinjaMaster]] ([[User talk:LinkNinjaMaster|talk]]) 05:13, 16 May 2014 (UTC)&lt;/div&gt;</summary>
		<author><name>LinkNinjaMaster</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Talk:Revenge_(move)&amp;diff=1655863</id>
		<title>Talk:Revenge (move)</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Talk:Revenge_(move)&amp;diff=1655863"/>
		<updated>2012-04-24T16:46:25Z</updated>

		<summary type="html">&lt;p&gt;LinkNinjaMaster: /* Revenge&amp;#039;s GenIII priority */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Fly==&lt;br /&gt;
Should it be noted that Revenge can hit opponents using fly? [[User:Turtwig A|Turt]][[wig]] [[Turtwig (Pokémon)|A]] &#039;&#039;&#039;&#039;&#039;[[Special:Contributions/Turtwig_A|Contributions]]&#039;&#039;&#039;&#039;&#039; &#039;&#039;&#039;&#039;&#039;[[User talk:Turtwig A|Talk]]&#039;&#039;&#039;&#039;&#039; 20:10, 15 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
If the one who used Revenge was of the [[Machop_(Pokémon)|Machop]] line, it was probably their [[No Guard]] ability that hit the Flyer. [[User:Tsum|Tsum]] 19:11, 22 November 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Revenge&#039;s GenIII priority ==&lt;br /&gt;
&lt;br /&gt;
I got my level 50 Machoke to use Revenge on a Route 1, level 2 Rattata, and it still went last. I don&#039;t know what priority it has on GenIII, but it clearly isn&#039;t the standard one. At least not in FireRed. Someone, please check this. [[User:LinkNinjaMaster|LinkNinjaMaster]] 09:29, 24 April 2012 (UTC)&lt;br /&gt;
:Mind if I ask what move the Rattata used? It&#039;ll help narrow down the actual priority. &amp;lt;span class=&amp;quot;sc&amp;quot;&amp;gt;[[User:Werdnae|&amp;lt;span style=&amp;quot;color:#2D4B98;&amp;quot;&amp;gt;Werdnae&amp;lt;/span&amp;gt;]]&amp;lt;/span&amp;gt; &amp;lt;small&amp;gt;[[User talk:Werdnae|&amp;lt;span style=&amp;quot;color:#009000;&amp;quot;&amp;gt;(talk)&amp;lt;/span&amp;gt;]]&amp;lt;/small&amp;gt; 10:00, 24 April 2012 (UTC)&lt;br /&gt;
::Well, it was Tail Whip. Being a Lv.2 Rattata, it just know that, and Tackle.[[User:LinkNinjaMaster|LinkNinjaMaster]] 16:09, 24 April 2012 (UTC)&lt;br /&gt;
Now I attacked a Lv3 Rattata with Seismic Toss and went first. Then I encountered an Lv2 Rattata, used Revenge (the Rattata used Tackle), and went last again. I&#039;ll try to use Revenge with other Pokémon that know some Low Priority moves, to figure out which it may be. [[User:LinkNinjaMaster|LinkNinjaMaster]] 16:46, 24 April 2012 (UTC)&lt;/div&gt;</summary>
		<author><name>LinkNinjaMaster</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Talk:Revenge_(move)&amp;diff=1655847</id>
		<title>Talk:Revenge (move)</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Talk:Revenge_(move)&amp;diff=1655847"/>
		<updated>2012-04-24T16:09:49Z</updated>

		<summary type="html">&lt;p&gt;LinkNinjaMaster: /* Revenge&amp;#039;s GenIII priority */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Fly==&lt;br /&gt;
Should it be noted that Revenge can hit opponents using fly? [[User:Turtwig A|Turt]][[wig]] [[Turtwig (Pokémon)|A]] &#039;&#039;&#039;&#039;&#039;[[Special:Contributions/Turtwig_A|Contributions]]&#039;&#039;&#039;&#039;&#039; &#039;&#039;&#039;&#039;&#039;[[User talk:Turtwig A|Talk]]&#039;&#039;&#039;&#039;&#039; 20:10, 15 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
If the one who used Revenge was of the [[Machop_(Pokémon)|Machop]] line, it was probably their [[No Guard]] ability that hit the Flyer. [[User:Tsum|Tsum]] 19:11, 22 November 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Revenge&#039;s GenIII priority ==&lt;br /&gt;
&lt;br /&gt;
I got my level 50 Machoke to use Revenge on a Route 1, level 2 Rattata, and it still went last. I don&#039;t know what priority it has on GenIII, but it clearly isn&#039;t the standard one. At least not in FireRed. Someone, please check this. [[User:LinkNinjaMaster|LinkNinjaMaster]] 09:29, 24 April 2012 (UTC)&lt;br /&gt;
:Mind if I ask what move the Rattata used? It&#039;ll help narrow down the actual priority. &amp;lt;span class=&amp;quot;sc&amp;quot;&amp;gt;[[User:Werdnae|&amp;lt;span style=&amp;quot;color:#2D4B98;&amp;quot;&amp;gt;Werdnae&amp;lt;/span&amp;gt;]]&amp;lt;/span&amp;gt; &amp;lt;small&amp;gt;[[User talk:Werdnae|&amp;lt;span style=&amp;quot;color:#009000;&amp;quot;&amp;gt;(talk)&amp;lt;/span&amp;gt;]]&amp;lt;/small&amp;gt; 10:00, 24 April 2012 (UTC)&lt;br /&gt;
::Well, it was Tail Whip. Being a Lv.2 Rattata, it just know that, and Tackle.[[User:LinkNinjaMaster|LinkNinjaMaster]] 16:09, 24 April 2012 (UTC)&lt;/div&gt;</summary>
		<author><name>LinkNinjaMaster</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Talk:Revenge_(move)&amp;diff=1655713</id>
		<title>Talk:Revenge (move)</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Talk:Revenge_(move)&amp;diff=1655713"/>
		<updated>2012-04-24T09:29:29Z</updated>

		<summary type="html">&lt;p&gt;LinkNinjaMaster: /* Revenge&amp;#039;s GenIII priority */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Fly==&lt;br /&gt;
Should it be noted that Revenge can hit opponents using fly? [[User:Turtwig A|Turt]][[wig]] [[Turtwig (Pokémon)|A]] &#039;&#039;&#039;&#039;&#039;[[Special:Contributions/Turtwig_A|Contributions]]&#039;&#039;&#039;&#039;&#039; &#039;&#039;&#039;&#039;&#039;[[User talk:Turtwig A|Talk]]&#039;&#039;&#039;&#039;&#039; 20:10, 15 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
If the one who used Revenge was of the [[Machop_(Pokémon)|Machop]] line, it was probably their [[No Guard]] ability that hit the Flyer. [[User:Tsum|Tsum]] 19:11, 22 November 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Revenge&#039;s GenIII priority ==&lt;br /&gt;
&lt;br /&gt;
I got my level 50 Machoke to use Revenge on a Route 1, level 2 Rattata, and it still went last. I don&#039;t know what priority it has on GenIII, but it clearly isn&#039;t the standard one. At least not in FireRed. Someone, please check this. [[User:LinkNinjaMaster|LinkNinjaMaster]] 09:29, 24 April 2012 (UTC)&lt;/div&gt;</summary>
		<author><name>LinkNinjaMaster</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Talk:Reckless_(Ability)&amp;diff=1571927</id>
		<title>Talk:Reckless (Ability)</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Talk:Reckless_(Ability)&amp;diff=1571927"/>
		<updated>2011-12-21T06:51:30Z</updated>

		<summary type="html">&lt;p&gt;LinkNinjaMaster: /* Mimic Hitmonlee and Reckless Hitmonlee */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Only the Opponent? Isn&#039;t it both Pokémon? [[Image:Ani137MS.gif]][[User:Tesh|&amp;lt;span style=&amp;quot;color:#FF594F;&amp;quot;&amp;gt;TESH&amp;lt;/span&amp;gt;]][[Image:Ani233MS.gif]]&amp;lt;sup&amp;gt;[[User Talk:Tesh|&amp;lt;span style=&amp;quot;color:#5FA7C6;&amp;quot;&amp;gt;TALK&amp;lt;/span&amp;gt;]][[Image:Ani474MS.gif]][[User:Tesh/Sandbox|&amp;lt;span style=&amp;quot;color:#DECC4D;&amp;quot;&amp;gt;SAND&amp;lt;/span&amp;gt;]]&amp;lt;/sup&amp;gt; 19:03, 2 October 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
This information differs from other stuff on the internet.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ab&amp;gt;Legendary Pokedex: &amp;quot;The power of moves that have recoil damage is doubled, but so is the recoil.&amp;quot;&lt;br /&gt;
Smogon: &amp;quot;Whenever this Pokémon uses a move with recoil, including Hi Jump Kick and Jump Kick, the base power is increased by 20%.&amp;quot;&lt;br /&gt;
Eevee&#039;s: &amp;quot;Opposing Pokémon take 30% more damage from recoil.&amp;quot;&lt;br /&gt;
Serebii.net: &amp;quot; Thepower of moves that have recoil damage is doubled, but so is the recoil.&amp;quot;&lt;br /&gt;
UPC: &amp;quot;[Base damage] of moves by bearer that cause recoil damage, as well as Jump Kick and Hi Jump Kick is multiplied by 1.2. (Struggle is excluded.)&amp;quot;&lt;br /&gt;
&lt;br /&gt;
There seems to be three theories:&lt;br /&gt;
1) +20% damage.&lt;br /&gt;
2) +100% damage, +100% recoil.&lt;br /&gt;
3) opponent has +30% recoil damage.&amp;lt;/ab&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also, related is if Hi Jump Kick is a recoil move, despite not causing recoil.&lt;br /&gt;
[[User:Zazq|Zazq]] 22:00, 2 July 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Hi Jump Kick causes recoil when it misses.  I&#039;ll try and test out this ability some tomorrow.&amp;amp;nbsp;&amp;amp;mdash;&amp;amp;nbsp;[[User:Laoris|Laoris]]&amp;amp;nbsp;&amp;lt;sub&amp;gt;([[User_Talk:Laoris|Blah]])&amp;lt;/sub&amp;gt; 06:41, 14 January 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
So how about Wild Bolt, isn&#039;t it increased too?&lt;br /&gt;
&lt;br /&gt;
==Chart==&lt;br /&gt;
I noticed how cool the chart on {{a|Skill Link}}&#039;s page was, and was wondering if the information on which Pokémon with Reckless can learn each modified move could be integrated into the chart on this page. --[[User:AndyPKMN|Andy&amp;lt;sup&amp;gt;P&amp;lt;/sup&amp;gt;&amp;lt;sub&amp;gt;K&amp;lt;/sub&amp;gt;&amp;lt;sup&amp;gt;M&amp;lt;/sup&amp;gt;&amp;lt;sub&amp;gt;N&amp;lt;/sub&amp;gt;]] [[User talk:AndyPKMN|(talk)]] 12:01, 3 May 2011 (UTC)&lt;br /&gt;
:C&#039;mon, anybody? I don&#039;t have the coding smarts to do this myself. --[[User:AndyPKMN|Andy&amp;lt;sup&amp;gt;P&amp;lt;/sup&amp;gt;&amp;lt;sub&amp;gt;K&amp;lt;/sub&amp;gt;&amp;lt;sup&amp;gt;M&amp;lt;/sup&amp;gt;&amp;lt;sub&amp;gt;N&amp;lt;/sub&amp;gt;]] [[User talk:AndyPKMN|(talk)]] 12:37, 18 May 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Take Down==&lt;br /&gt;
I thought [[Staraptor]] could learn [[Take Down]].--[[User:K4kirin|K4kirin]] 04:54, 27 October 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Mimic Hitmonlee and Reckless Hitmonlee ==&lt;br /&gt;
&lt;br /&gt;
I was thinking about the section that says that a [[Hitmonlee]] with [[Mimic]] cannot legally have the [[Reckless]] ability, so [[Submission]], [[Volt Tackle]], and [[Wood Hammer]] can&#039;t have Reckless boost legitimately, and then remembered this section from the page &amp;quot;[[Ability]]&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;&#039;&#039;In Generation IV, several Pokémon obtainable in Generation III gained new Abilities, becoming dual-Ability Pokémon. These Pokémon will keep the Ability they had in Generation III unless they evolve, when their Ability will be recalculated.&#039;&#039;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
So I thought: isn&#039;t it possible to teach a [[Tyrogue]] the [[move]] Mimic, transfer it to a GenIV Game, evolve it to Hitmonlee and then, by mere chance, obtain a Reckless Hitmonlee with Mimic?&lt;br /&gt;
If that&#039;s true, then, in theory, it IS possible to legitimately have a Reckless Hitmonlee that knows Mimic and, therefore, Submission, Volt Tackle, and Wood Hammer could legitimately use Reckless power boost (in the right circumstances). I just wanted to point that out, since it intrigued me.&lt;br /&gt;
I may test it someday, as I&#039;m replaying my FireRed cartridge, but I&#039;m still far from finishing it, so, it would be nice if someone else can test it to find out if it is possible. If it has been tested already, and proved false, I would appreciate if someone corrected me.&lt;br /&gt;
Thanks. [[User:LinkNinjaMaster|LinkNinjaMaster]] 06:42, 21 December 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>LinkNinjaMaster</name></author>
	</entry>
	<entry>
		<id>https://bulbapedia.bulbagarden.net/w/index.php?title=Talk:Reckless_(Ability)&amp;diff=1571920</id>
		<title>Talk:Reckless (Ability)</title>
		<link rel="alternate" type="text/html" href="https://bulbapedia.bulbagarden.net/w/index.php?title=Talk:Reckless_(Ability)&amp;diff=1571920"/>
		<updated>2011-12-21T06:42:11Z</updated>

		<summary type="html">&lt;p&gt;LinkNinjaMaster: /* Mimic Hitmonlee and Reckless Hitmonlee */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Only the Opponent? Isn&#039;t it both Pokémon? [[Image:Ani137MS.gif]][[User:Tesh|&amp;lt;span style=&amp;quot;color:#FF594F;&amp;quot;&amp;gt;TESH&amp;lt;/span&amp;gt;]][[Image:Ani233MS.gif]]&amp;lt;sup&amp;gt;[[User Talk:Tesh|&amp;lt;span style=&amp;quot;color:#5FA7C6;&amp;quot;&amp;gt;TALK&amp;lt;/span&amp;gt;]][[Image:Ani474MS.gif]][[User:Tesh/Sandbox|&amp;lt;span style=&amp;quot;color:#DECC4D;&amp;quot;&amp;gt;SAND&amp;lt;/span&amp;gt;]]&amp;lt;/sup&amp;gt; 19:03, 2 October 2007 (UTC)&lt;br /&gt;
&lt;br /&gt;
This information differs from other stuff on the internet.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ab&amp;gt;Legendary Pokedex: &amp;quot;The power of moves that have recoil damage is doubled, but so is the recoil.&amp;quot;&lt;br /&gt;
Smogon: &amp;quot;Whenever this Pokémon uses a move with recoil, including Hi Jump Kick and Jump Kick, the base power is increased by 20%.&amp;quot;&lt;br /&gt;
Eevee&#039;s: &amp;quot;Opposing Pokémon take 30% more damage from recoil.&amp;quot;&lt;br /&gt;
Serebii.net: &amp;quot; Thepower of moves that have recoil damage is doubled, but so is the recoil.&amp;quot;&lt;br /&gt;
UPC: &amp;quot;[Base damage] of moves by bearer that cause recoil damage, as well as Jump Kick and Hi Jump Kick is multiplied by 1.2. (Struggle is excluded.)&amp;quot;&lt;br /&gt;
&lt;br /&gt;
There seems to be three theories:&lt;br /&gt;
1) +20% damage.&lt;br /&gt;
2) +100% damage, +100% recoil.&lt;br /&gt;
3) opponent has +30% recoil damage.&amp;lt;/ab&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also, related is if Hi Jump Kick is a recoil move, despite not causing recoil.&lt;br /&gt;
[[User:Zazq|Zazq]] 22:00, 2 July 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Hi Jump Kick causes recoil when it misses.  I&#039;ll try and test out this ability some tomorrow.&amp;amp;nbsp;&amp;amp;mdash;&amp;amp;nbsp;[[User:Laoris|Laoris]]&amp;amp;nbsp;&amp;lt;sub&amp;gt;([[User_Talk:Laoris|Blah]])&amp;lt;/sub&amp;gt; 06:41, 14 January 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
So how about Wild Bolt, isn&#039;t it increased too?&lt;br /&gt;
&lt;br /&gt;
==Chart==&lt;br /&gt;
I noticed how cool the chart on {{a|Skill Link}}&#039;s page was, and was wondering if the information on which Pokémon with Reckless can learn each modified move could be integrated into the chart on this page. --[[User:AndyPKMN|Andy&amp;lt;sup&amp;gt;P&amp;lt;/sup&amp;gt;&amp;lt;sub&amp;gt;K&amp;lt;/sub&amp;gt;&amp;lt;sup&amp;gt;M&amp;lt;/sup&amp;gt;&amp;lt;sub&amp;gt;N&amp;lt;/sub&amp;gt;]] [[User talk:AndyPKMN|(talk)]] 12:01, 3 May 2011 (UTC)&lt;br /&gt;
:C&#039;mon, anybody? I don&#039;t have the coding smarts to do this myself. --[[User:AndyPKMN|Andy&amp;lt;sup&amp;gt;P&amp;lt;/sup&amp;gt;&amp;lt;sub&amp;gt;K&amp;lt;/sub&amp;gt;&amp;lt;sup&amp;gt;M&amp;lt;/sup&amp;gt;&amp;lt;sub&amp;gt;N&amp;lt;/sub&amp;gt;]] [[User talk:AndyPKMN|(talk)]] 12:37, 18 May 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Take Down==&lt;br /&gt;
I thought [[Staraptor]] could learn [[Take Down]].--[[User:K4kirin|K4kirin]] 04:54, 27 October 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Mimic Hitmonlee and Reckless Hitmonlee ==&lt;br /&gt;
&lt;br /&gt;
I was thinking about the section that says that a Hitmonlee with Mimic cannot legally have the Reckless ability, so Submission, Volt Tackle, and Wood Hammer can&#039;t have Reckless boost legitimately, and then remembered this section from the page &amp;quot;Ability&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;&#039;&#039;In Generation IV, several Pokémon obtainable in Generation III gained new Abilities, becoming dual-Ability Pokémon. These Pokémon will keep the Ability they had in Generation III unless they evolve, when their Ability will be recalculated.&#039;&#039;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
So I thought: isn&#039;t it possible to teach a Tyrogue Mimic, transfer it to a GenIV Game, evolve it to Hitmonlee and then, by mere chance, obtain a Reckless Hitmonlee with Mimic?&lt;br /&gt;
If that&#039;s true, then, in theory, it IS possible to legitimately have a Reckless Hitmonlee that knows Mimic, and, therefore, Submission, Volt Tackle, and Wood Hammer could legitimately use Reckless power boost. I just wanted to point that out, since it intrigued me.&lt;br /&gt;
I may test it someday, as I&#039;m replaying my FireRed cartridge, but I&#039;m still far from finishing it, so, it would be nice if someone else can test it to find out if it is possible. If it has been tested already, and proved false, I would appreciate if someone corrected me.&lt;br /&gt;
Thanks. [[User:LinkNinjaMaster|LinkNinjaMaster]] 06:42, 21 December 2011 (UTC)&lt;/div&gt;</summary>
		<author><name>LinkNinjaMaster</name></author>
	</entry>
</feed>