diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-07-02 13:53:51 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-07-02 13:53:51 -0400 |
commit | 5c065d8eec653b111310ff966761c5ca740a2f22 (patch) | |
tree | 9083093b3d8d184d122563d575a936cda3e9022f /include | |
parent | a1c5baa4b55c4dd5e722f517911253fa9addc0b0 (diff) |
Comment GetMonBaseStat arg values
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 { |