diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-07-08 16:25:39 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-07-08 16:25:39 -0400 |
| commit | 462088a25c971fc8989e5bf56260c2365e258053 (patch) | |
| tree | db7babc1f3fcb99ccd113dbb6d0aa0eff2f17afd /constants | |
| parent | Merge pull request #185 from UrsSchmidt/master (diff) | |
| download | pokeyellow-462088a25c971fc8989e5bf56260c2365e258053.tar.gz pokeyellow-462088a25c971fc8989e5bf56260c2365e258053.tar.xz pokeyellow-462088a25c971fc8989e5bf56260c2365e258053.zip | |
Document the origin of MissingNo's base stats.
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/pokemon_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/pokemon_constants.asm b/constants/pokemon_constants.asm index 96d44ef5..c4189911 100644 --- a/constants/pokemon_constants.asm +++ b/constants/pokemon_constants.asm @@ -136,7 +136,7 @@ const_value = 1 const MISSINGNO_86 ; $86 const MISSINGNO_87 ; $87 const MUK ; $88 - const MISSINGNO_8A ; $8A + const MISSINGNO_89 ; $89 const KINGLER ; $8A const CLOYSTER ; $8B const MISSINGNO_8C ; $8C |
