diff options
author | YamaArashi <shadow962@live.com> | 2016-01-24 00:36:32 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-01-24 00:36:32 -0800 |
commit | 2f2ee9ba380b1665c878ce378cffde81971b4046 (patch) | |
tree | 5d78b607a0b6effd4ff133f6ece478a71aaa9c32 | |
parent | eba68957051936fdd5d5ab502a95e496a10205ef (diff) |
remove underscore from farfetch'd constant
-rw-r--r-- | constants/species_constants.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/species_constants.s b/constants/species_constants.s index 7ee94df61..8f164a1d9 100644 --- a/constants/species_constants.s +++ b/constants/species_constants.s @@ -80,7 +80,7 @@ .set SPECIES_SLOWBRO, 0x050 .set SPECIES_MAGNEMITE, 0x051 .set SPECIES_MAGNETON, 0x052 - .set SPECIES_FARFETCH_D, 0x053 + .set SPECIES_FARFETCHD, 0x053 .set SPECIES_DODUO, 0x054 .set SPECIES_DODRIO, 0x055 .set SPECIES_SEEL, 0x056 |