summaryrefslogtreecommitdiff
path: root/constants/type_constants.asm
diff options
context:
space:
mode:
Diffstat (limited to 'constants/type_constants.asm')
-rw-r--r--constants/type_constants.asm4
1 files changed, 3 insertions, 1 deletions
diff --git a/constants/type_constants.asm b/constants/type_constants.asm
index c18d71c7..5bce009d 100644
--- a/constants/type_constants.asm
+++ b/constants/type_constants.asm
@@ -34,4 +34,6 @@ SPECIAL EQU const_value
const DARK
TYPES_END EQU const_value
-NUM_TYPES EQU TYPES_END + UNUSED_TYPES - UNUSED_TYPES_END
+NUM_TYPES EQU TYPES_END + UNUSED_TYPES - UNUSED_TYPES_END - 1 ; discount BIRD
+
+POKEDEX_TYPE_STRING_LENGTH EQU 9