diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-06-14 22:00:09 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-06-15 07:49:21 -0500 |
commit | acc1a5d4461476567facf08ee0fa64e28cdd3c76 (patch) | |
tree | 0a99ff1bf3836d2d39c2a0f380cff21fc8359d67 /constants/constants.inc | |
parent | 0c8cfc2297a0fd7fb3b9ff3c422e871d8b14595a (diff) |
Get all map constants from include/ rather than constants/
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 5e133bba4..27d554ad0 100644 --- a/constants/constants.inc +++ b/constants/constants.inc @@ -3,6 +3,5 @@ .include "constants/contest_constants.inc" .include "constants/pokemon_data_constants.inc" .include "constants/battle_frontier_constants.inc" - .include "constants/map_constants.inc" .include "constants/berry_constants.inc" .include "constants/contest_move_effects.inc" |