diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-09-26 13:45:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-26 13:45:41 -0500 |
commit | 701d53be8dc98d33d73536ac00ebe8db5d506f04 (patch) | |
tree | a932a3eb54c0e230f5ca20b7241fb3d1a04c43ba /constants/constants.inc | |
parent | a57915fa5bd8c2e68bc291a371e66e3cafd7e195 (diff) | |
parent | 60b0fd8b39d1bc5a4692d0ed5610552a13cbf93e (diff) |
Merge pull request #48 from Diegoisawesome/cleanup
Extract scattered baseroms and cleanup
Diffstat (limited to 'constants/constants.inc')
-rw-r--r-- | constants/constants.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/constants/constants.inc b/constants/constants.inc index 650ba4703..3928d63d6 100644 --- a/constants/constants.inc +++ b/constants/constants.inc @@ -13,6 +13,7 @@ .include "constants/trainer_constants.inc" .include "constants/battle_frontier_constants.inc" .include "constants/map_constants.inc" + .include "constants/map_object_constants.inc" .include "constants/berry_constants.inc" .include "constants/field_object_constants.inc" .include "constants/contest_move_effects.inc" |