diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-01-22 16:23:34 -0500 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-01-22 16:23:34 -0500 |
| commit | cb5e3378de0582217cdb308d33cee7afb4d7cb89 (patch) | |
| tree | da5c9f5da1d93265727b85ee3cb328d4a8f5e78b /constants | |
| parent | efe6981a0db99aa2deeb7fbea5a51c9e40dd4138 (diff) | |
Move type data to data/types/
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/type_constants.asm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/constants/type_constants.asm b/constants/type_constants.asm index 6587c3a70..c3524e9d9 100644 --- a/constants/type_constants.asm +++ b/constants/type_constants.asm @@ -2,7 +2,8 @@ ; also used in: ; - PokedexTypeSearchConversionTable (see data/types/search_types.asm) ; - PokedexTypeSearchStrings (see data/types/search_strings.asm) -; - TypeMatchups (see data/battle/type_matchups.asm) +; - TypeMatchups (see data/types/type_matchups.asm) +; - TypeBoostItems (see data/types/type_boost_items.asm) const_def PHYSICAL EQU const_value |
