diff options
author | Daniel Harding <33dannye@gmail.com> | 2018-07-15 21:45:22 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-15 21:45:22 -0500 |
commit | c9da8510c88524c3c50e33f41ea1881594898d36 (patch) | |
tree | bd01b71757307249064ca236fdc9c8eb94b19f3b /constants | |
parent | 929c65f805ba144e7e093b2c5b2f70b84176ba00 (diff) | |
parent | eddcbba82fa07705b35f3958a4f729878f22ecc2 (diff) |
Merge pull request #187 from Rangi42/master
Document MissingNo's base stats, and silence an rgbds warning
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 |