From 23c7161bbcd0e3412fc30a59c68cf4296fdd7dca Mon Sep 17 00:00:00 2001 From: "U-Fish-PC\\Daniel" Date: Wed, 11 Dec 2013 10:34:29 -0500 Subject: Clean up constants --- constants/pokedex_constants.asm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'constants/pokedex_constants.asm') diff --git a/constants/pokedex_constants.asm b/constants/pokedex_constants.asm index bc95f8bd..c9ba6ae8 100644 --- a/constants/pokedex_constants.asm +++ b/constants/pokedex_constants.asm @@ -148,5 +148,4 @@ DEX_DRATINI EQU 147 DEX_DRAGONAIR EQU 148 DEX_DRAGONITE EQU 149 DEX_MEWTWO EQU 150 -DEX_MEW EQU 151 - +DEX_MEW EQU 151 \ No newline at end of file -- cgit v1.3.1-sl0p