diff options
author | camthesaxman <cameronghall@cox.net> | 2017-11-26 13:00:26 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-11-26 13:00:26 -0600 |
commit | 5f242ae6cee377d219defa8290ef1c164b003f52 (patch) | |
tree | 4499f7a75ad102013ca8fba71a6fd34f5e374d53 /constants/constants.inc | |
parent | 4e7e4cf467e6243994d19971d7cbee33c2f7bd25 (diff) |
abilities, songs, species constants
Diffstat (limited to 'constants/constants.inc')
-rw-r--r-- | constants/constants.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/constants/constants.inc b/constants/constants.inc index bc55f6723..f6e90f3cd 100644 --- a/constants/constants.inc +++ b/constants/constants.inc @@ -1,7 +1,6 @@ .include "constants/gba_constants.inc" .include "constants/misc_constants.inc" .include "constants/species_constants.inc" - .include "constants/ability_constants.inc" .include "constants/move_constants.inc" .include "constants/item_constants.inc" .include "constants/type_constants.inc" @@ -16,7 +15,6 @@ .include "constants/map_object_constants.inc" .include "constants/opponent_constants.inc" .include "constants/decorations.inc" - .include "constants/songs.inc" .include "constants/version.inc" .include "constants/region_map_sections.inc" .include "constants/hold_effects.inc" |