summaryrefslogtreecommitdiff
path: root/constants.asm
diff options
context:
space:
mode:
authorTauwasser <Tauwasser@tauwasser.eu>2018-06-02 00:29:20 +0200
committerTauwasser <Tauwasser@tauwasser.eu>2018-06-02 00:29:23 +0200
commit454c4632146ff34353b6ba1a44e22bcaa76e7f4d (patch)
treeb6408f8036ad5451392bfe3430bd5f2ce0c99ad6 /constants.asm
parent2e234f92057f5ea3e987f243e28627c89b4f4036 (diff)
constants: introduce internal order Pokémon constants
Notice that LEAFY doesn't have an internal ID, because it's actually missing from the mapping table at 10:4B70. Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
Diffstat (limited to 'constants.asm')
-rw-r--r--constants.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm
index f0a0c2c..6909def 100644
--- a/constants.asm
+++ b/constants.asm
@@ -9,6 +9,7 @@ INCLUDE "constants/text_constants.asm"
INCLUDE "constants/type_constants.asm"
INCLUDE "constants/pokedex_constants.asm"
+INCLUDE "constants/pokemon_constants.asm"
INCLUDE "constants/pokemon_data_constants.asm"
INCLUDE "constants/move_constants.asm"
INCLUDE "constants/item_constants.asm"