From 313e48d6d9bcf93b4286150de76eddb405694257 Mon Sep 17 00:00:00 2001 From: Brandon Mulcahy Date: Mon, 23 May 2016 16:55:20 -0400 Subject: Switch labels for fast and slow exp groups --- constants/pokemon_data_constants.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'constants') 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 -- cgit v1.2.3