diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-05-14 16:20:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-14 16:20:13 -0400 |
commit | 31e1a9e7596499e1fc90bc9b515dba888503f6f9 (patch) | |
tree | 0d18f7532ed1c607567a78b5192332c887935369 /constants | |
parent | 9b01d4fee588b0733cf4242173d43a9fc5889e57 (diff) | |
parent | 2e9d8a61e0882d6606e72185e830a4abc623c21d (diff) |
Merge pull request #48 from garakmon/mapdump
map data
Diffstat (limited to 'constants')
-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 1ec25462f..4365e90e1 100644 --- a/constants/constants.inc +++ b/constants/constants.inc @@ -2,7 +2,7 @@ .include "constants/misc_constants.inc" .include "constants/type_constants.inc" .include "constants/contest_constants.inc" - .include "constants/item_data_constants.inc" +@ .include "constants/item_data_constants.inc" .include "constants/battle_move_constants.inc" .include "constants/trainer_constants.inc" .include "constants/berry_constants.inc" |