diff options
author | Cleverking2003 <30466983+Cleverking2003@users.noreply.github.com> | 2020-07-02 22:44:49 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-02 22:44:49 +0300 |
commit | 30694cdc38e8824d56f6e6b89da9753b01ccb17b (patch) | |
tree | 6b3eba63186be3ad51f0a36ef15970282260a07c /include | |
parent | 43866e9cb9e829f33a549b2d56cf3f70e1f98d52 (diff) | |
parent | 99ada0fe1010c1530e4d799c4fdf264c9301d701 (diff) |
Merge pull request #210 from PikalaxALT/pikalax_work
misc naming and cleanup
Diffstat (limited to 'include')
-rw-r--r-- | include/constants/pokemon.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/constants/pokemon.h b/include/constants/pokemon.h index 0f9ba25c..c83847c6 100644 --- a/include/constants/pokemon.h +++ b/include/constants/pokemon.h @@ -316,10 +316,10 @@ enum BaseStat { BASE_GREAT_MARSH_RATE, BASE_COLOR, BASE_FLIP, - BASE_UNKNOWN_29, - BASE_UNKNOWN_30, - BASE_UNKNOWN_31, - BASE_UNKNOWN_32, + BASE_TMHM_1, + BASE_TMHM_2, + BASE_TMHM_3, + BASE_TMHM_4, }; typedef enum { |