diff options
author | yenatch <yenatch@gmail.com> | 2016-05-23 21:19:38 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2016-05-23 21:19:38 -0400 |
commit | 87639e724d71d36bc50cdaf56d407167f5bb2ba4 (patch) | |
tree | 072a4cfeb67f05fb901ee31bdd26072a3bed7742 /constants/pokemon_data_constants.asm | |
parent | 7aef59841489ea449b9a34d424c681a4b48b88ab (diff) | |
parent | 313e48d6d9bcf93b4286150de76eddb405694257 (diff) |
Merge pull request #343 from jangler/exp-groups
Switch labels for fast and slow exp groups
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 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 |