diff options
author | YamaArashi <shadow962@live.com> | 2016-08-30 22:08:38 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-08-30 22:08:38 -0700 |
commit | d5637762c3fd80a095061538c7bd874986e44b46 (patch) | |
tree | 294ce8e015d2a57e318742d10c3dfdf75bec8298 /constants | |
parent | 33a3f6844770b8cf9e0ec1c6bbb4febc21fde2ec (diff) |
rename TYPE_UNKNOWN to TYPE_MYSTERY
Diffstat (limited to 'constants')
-rw-r--r-- | constants/type_constants.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/type_constants.s b/constants/type_constants.s index 86e3c9df3..c6611bd8a 100644 --- a/constants/type_constants.s +++ b/constants/type_constants.s @@ -7,7 +7,7 @@ .set TYPE_BUG, 0x06 .set TYPE_GHOST, 0x07 .set TYPE_STEEL, 0x08 - .set TYPE_UNKNOWN, 0x09 + .set TYPE_MYSTERY, 0x09 .set TYPE_FIRE, 0x0a .set TYPE_WATER, 0x0b .set TYPE_GRASS, 0x0c |