summaryrefslogtreecommitdiff
path: root/extras/type_constants.py
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-08-30 13:33:09 -0700
committeryenatch <yenatch@gmail.com>2013-08-30 13:33:09 -0700
commit0b36af8da526ef1389d2c08bb61d6ea5fdb41f2e (patch)
tree243498feeaaa2a3726e8de489d4da0b8202ae95e /extras/type_constants.py
parentb86d0da040448f286aa65ff5b2bacb05fff200a8 (diff)
parentd2333a90c9eed0be38d722bfcd0d8b5dee0e56a7 (diff)
Merge pull request #3 from kanzure/proposed-yenatch-master
Proposed merge of kanzure/master into yenatch/master
Diffstat (limited to 'extras/type_constants.py')
m---------extras0
-rw-r--r--extras/type_constants.py21
2 files changed, 0 insertions, 21 deletions
diff --git a/extras b/extras
new file mode 160000
+Subproject 016f0206b5029fc83a6200be29b0f980c76dfd9
diff --git a/extras/type_constants.py b/extras/type_constants.py
deleted file mode 100644
index da89b0bc3..000000000
--- a/extras/type_constants.py
+++ /dev/null
@@ -1,21 +0,0 @@
-# -*- 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,
-}