diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-02-05 17:39:26 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-02-05 17:39:26 +0100 |
commit | ae8e89a10ddfb736afc23a2477c20b6897b0313d (patch) | |
tree | 03ead636462c868b93cad1046867ac338f9788b0 /constants/constants.inc | |
parent | eb6aed50e56f36ce416f7ecc8edfacea1da61bf1 (diff) |
move some pokemon data to c
Diffstat (limited to 'constants/constants.inc')
-rw-r--r-- | constants/constants.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/constants/constants.inc b/constants/constants.inc index 99c3d3c73..bed7944ca 100644 --- a/constants/constants.inc +++ b/constants/constants.inc @@ -5,7 +5,6 @@ .include "constants/pokemon_data_constants.inc" .include "constants/item_data_constants.inc" .include "constants/battle_move_constants.inc" - .include "constants/trainer_constants.inc" .include "constants/battle_frontier_constants.inc" .include "constants/map_constants.inc" .include "constants/berry_constants.inc" |