From 2f2ee9ba380b1665c878ce378cffde81971b4046 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Sun, 24 Jan 2016 00:36:32 -0800 Subject: [PATCH] remove underscore from farfetch'd constant --- constants/species_constants.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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