mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
basic type_constants data
This commit is contained in:
parent
80fc1f42c4
commit
9a29def250
21
extras/type_constants.py
Normal file
21
extras/type_constants.py
Normal file
@ -0,0 +1,21 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
type_constants = {
|
||||
"NORMAL": 0x00,
|
||||
"FIGHTING": 0x01,
|
||||
"FLYING": 0x02,
|
||||
"POISON": 0x03,
|
||||
"GROUND": 0x04,
|
||||
"ROCK": 0x05,
|
||||
"BUG": 0x07,
|
||||
"GHOST": 0x08,
|
||||
"STEEL": 0x09,
|
||||
"CURSE_T": 0x13,
|
||||
"FIRE": 0x14,
|
||||
"WATER": 0x15,
|
||||
"GRASS": 0x16,
|
||||
"ELECTRIC": 0x17,
|
||||
"PSYCHIC": 0x18,
|
||||
"ICE": 0x19,
|
||||
"DRAGON": 0x1A,
|
||||
"DARK": 0x1B,
|
||||
}
|
Loading…
Reference in New Issue
Block a user