Add "Yellow Form" MissingNo.

This commit is contained in:
Dragon Fire
2020-03-25 21:31:35 -04:00
parent da62e2d8db
commit 8522cea39b
3 changed files with 17 additions and 7 deletions
+15 -5
View File
@@ -35,16 +35,26 @@
"is_default": true,
"pokemon": {
"name": "missingno"
}
},
"types": [
"Bird",
"Normal"
]
},
{
"is_default": false,
"pokemon": {
"name": "missingno-yellow"
},
"types": [
"Normal",
"999"
]
}
],
"evolution_chain": {
"url": null
},
"types": [
"Bird",
"Normal"
],
"chain": [0],
"missingno": true,
"sprite": "https://cdn.bulbagarden.net/upload/9/98/Missingno_RB.png",