diff options
| author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-15 21:32:43 -0500 |
|---|---|---|
| committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-15 21:32:43 -0500 |
| commit | f96aab40141ddeeefd582f0ad733f10f3553bb98 (patch) | |
| tree | 19cdef7e298b42bc67f55cdb5e191e792fa036c6 /constants/pokemon_data_constants.asm | |
| parent | e44640b0088dad5856d7a6f60ad930779931b251 (diff) | |
Correct some documentation comments
Diffstat (limited to 'constants/pokemon_data_constants.asm')
| -rw-r--r-- | constants/pokemon_data_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/pokemon_data_constants.asm b/constants/pokemon_data_constants.asm index e3af35bbe..4093adfa9 100644 --- a/constants/pokemon_data_constants.asm +++ b/constants/pokemon_data_constants.asm @@ -35,7 +35,7 @@ GENDER_F100 EQU 254 ; 100 percent GENDERLESS EQU 255 ; BaseGrowthRate values -; GrowthRates indexes (see main.asm) +; GrowthRates indexes (see data/growth_rates.asm) const_def const MEDIUM_FAST const SLIGHTLY_FAST |
