diff options
author | yenatch <yenatch@gmail.com> | 2014-06-04 01:41:43 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-06-04 01:41:43 -0700 |
commit | 2d1a1b9c174cefbf71d9a81749262a3159cfed5a (patch) | |
tree | 359a64b259002d615d8d76a9dcb43f3795d1841c /constants | |
parent | fc16533207669886369b57628beebc4e63ea94ff (diff) |
Experience growth rate constants.
Diffstat (limited to 'constants')
-rw-r--r-- | constants/pokemon_data_constants.asm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/constants/pokemon_data_constants.asm b/constants/pokemon_data_constants.asm index 2fb6fdbe0..6d82ca926 100644 --- a/constants/pokemon_data_constants.asm +++ b/constants/pokemon_data_constants.asm @@ -1,3 +1,8 @@ +; growth rate +MEDIUM_FAST EQU 0 +MEDIUM_SLOW EQU 3 +SLOW EQU 4 +FAST EQU 5 ; egg group constants |