diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2022-01-11 02:20:18 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-11 02:20:18 -0500 |
commit | f8ab09b4b42b4a28a36a7cae3b545a812db4133d (patch) | |
tree | def65c5939ccd5ffcbf55cc3da4baf332ec8add4 /constants/type_constants.inc | |
parent | d0c79e4e479d633b65cb5a821de882416946a975 (diff) | |
parent | 53eca1d3a7ee378b825e40702a99a6473ae97d77 (diff) |
Merge pull request #482 from GriffinRichards/remove-old-asm-constants
Remove old asm constants
Diffstat (limited to 'constants/type_constants.inc')
-rw-r--r-- | constants/type_constants.inc | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/constants/type_constants.inc b/constants/type_constants.inc deleted file mode 100644 index c6611bd8a..000000000 --- a/constants/type_constants.inc +++ /dev/null @@ -1,18 +0,0 @@ - .set TYPE_NORMAL, 0x00 - .set TYPE_FIGHTING, 0x01 - .set TYPE_FLYING, 0x02 - .set TYPE_POISON, 0x03 - .set TYPE_GROUND, 0x04 - .set TYPE_ROCK, 0x05 - .set TYPE_BUG, 0x06 - .set TYPE_GHOST, 0x07 - .set TYPE_STEEL, 0x08 - .set TYPE_MYSTERY, 0x09 - .set TYPE_FIRE, 0x0a - .set TYPE_WATER, 0x0b - .set TYPE_GRASS, 0x0c - .set TYPE_ELECTRIC, 0x0d - .set TYPE_PSYCHIC, 0x0e - .set TYPE_ICE, 0x0f - .set TYPE_DRAGON, 0x10 - .set TYPE_DARK, 0x11 |