diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-05-16 14:59:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-16 14:59:02 -0400 |
commit | fa52c7fc159a749cb97f4a78d7cf39781b55c62f (patch) | |
tree | 8a88de09420ad7f53eb2154ba49f04d3d93c4e0b /constants/constants.inc | |
parent | 683c9edf348c8a7730e72eb4a21a934e158a58c0 (diff) | |
parent | 4156dd6b5789e613e4c25ec2cfe9867ec491f85a (diff) |
Merge pull request #56 from pret/document_map_vars
Document map vars, 1
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 4365e90e1..814dc580b 100644 --- a/constants/constants.inc +++ b/constants/constants.inc @@ -10,3 +10,4 @@ .include "constants/battle.inc" .include "constants/battle_text.inc" .include "constants/contest_move_effects.inc" + .include "constants/map_constants.inc" |