diff options
| author | Rangi <remy.oukaour+rangi@gmail.com> | 2018-05-31 11:32:30 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi@gmail.com> | 2018-05-31 11:32:30 -0400 |
| commit | 0953f537d4e6745a1ead06bba49dd53c50aefc13 (patch) | |
| tree | b4e31b211b28a172e107bdc75b72aef16811a1fb /constants | |
| parent | de11c8f2f054952456115630c9e88b790a873727 (diff) | |
Declare Pokédex type search data; add more comments
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/type_constants.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/type_constants.asm b/constants/type_constants.asm index 548653e..b842480 100644 --- a/constants/type_constants.asm +++ b/constants/type_constants.asm @@ -10,7 +10,7 @@ PHYSICAL_TYPES EQU const_value ; 00 const TYPE_BIRD ; 06 const TYPE_BUG ; 07 const TYPE_GHOST ; 08 - const TYPE_STEEL ; 09 + const TYPE_METAL ; 09 STEEL UNUSED_TYPES EQU const_value ; 0a const TYPE_0A ; 0a @@ -22,7 +22,7 @@ UNUSED_TYPES EQU const_value ; 0a const TYPE_10 ; 10 const TYPE_11 ; 11 const TYPE_12 ; 12 - const TYPE_UNKNOWN ; 13 + const TYPE_UNKNOWN ; 13 (used for Metronome, not Curse) UNUSED_TYPES_END EQU const_value ; 14 SPECIAL_TYPES EQU const_value ; 14 |
