diff options
| author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-27 10:39:17 -0400 |
|---|---|---|
| committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-27 10:39:17 -0400 |
| commit | bfe2f6d52e035ea03a372cabb18ba5cf57823bf9 (patch) | |
| tree | 5fd33d02363837e3b48d049dc6cf37d32cad15b0 /constants | |
| parent | 41639feb9761001d485d893d03fbdc7fe5832dbb (diff) | |
| parent | 604778749d26223a21df776c7df6a017e80cead9 (diff) | |
Merge branch 'master' of https://github.com/pret/pokecrystal
Diffstat (limited to 'constants')
| -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 383e9bac2..9a34e2ae5 100644 --- a/constants/pokemon_data_constants.asm +++ b/constants/pokemon_data_constants.asm @@ -4,8 +4,8 @@ const SLIGHTLY_FAST const SLIGHTLY_SLOW const MEDIUM_SLOW - const SLOW const FAST + const SLOW ; egg group constants const_value SET 1 |
