summaryrefslogtreecommitdiff
path: root/constants/pokedex_constants.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-12-22 16:06:11 -0500
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-12-22 16:06:11 -0500
commit5aa4d6c777507ff7403f2f14ab602007b17f19ab (patch)
tree82fd7aadc36baf46d888b90f3447103d8eaac06f /constants/pokedex_constants.asm
parent9178fc7183b6f43dc901637a7497e9f3084fc668 (diff)
Fewer underscores in constants
dannye
Diffstat (limited to 'constants/pokedex_constants.asm')
-rw-r--r--constants/pokedex_constants.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/pokedex_constants.asm b/constants/pokedex_constants.asm
index 036426ed..07cda548 100644
--- a/constants/pokedex_constants.asm
+++ b/constants/pokedex_constants.asm
@@ -82,7 +82,7 @@ const_value = 1
const DEX_SLOWBRO ; 80
const DEX_MAGNEMITE ; 81
const DEX_MAGNETON ; 82
- const DEX_FARFETCH_D ; 83
+ const DEX_FARFETCHD ; 83
const DEX_DODUO ; 84
const DEX_DODRIO ; 85
const DEX_SEEL ; 86