diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-30 16:53:54 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-30 16:53:54 -0400 |
commit | 518c4c09e9d1c43d07e67e55c19b600a05b90578 (patch) | |
tree | 4d65318f7cd5f71aadedbe441cee8de73aa700af /constants/constants.inc | |
parent | 1ba6cb22450b729cc2ac1b7fd72b2b27e5ec38c7 (diff) |
Remove trainer_constants.inc, which is causing problems
Diffstat (limited to 'constants/constants.inc')
-rw-r--r-- | constants/constants.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/constants.inc b/constants/constants.inc index 4365e90e1..4a513c355 100644 --- a/constants/constants.inc +++ b/constants/constants.inc @@ -4,7 +4,7 @@ .include "constants/contest_constants.inc" @ .include "constants/item_data_constants.inc" .include "constants/battle_move_constants.inc" - .include "constants/trainer_constants.inc" +@ .include "constants/trainer_constants.inc" .include "constants/berry_constants.inc" .include "constants/version.inc" .include "constants/battle.inc" |