diff options
author | YamaArashi <shadow962@live.com> | 2016-08-18 12:16:57 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-08-18 12:16:57 -0700 |
commit | 8729d58d5a7aa1b537ecaf928aed04849fabcc11 (patch) | |
tree | 10069972054b276b730e5c340e895b4d734f0f1a /constants/constants.s | |
parent | afc654d138c9802e99e0272e5bd17636e7802b0d (diff) |
contest move effect constants
Diffstat (limited to 'constants/constants.s')
-rw-r--r-- | constants/constants.s | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/constants/constants.s b/constants/constants.s index b1313a319..42c9fa382 100644 --- a/constants/constants.s +++ b/constants/constants.s @@ -24,4 +24,5 @@ .include "constants/hold_effects.s" .include "constants/battle.s" .include "constants/battle_text.s" - .include "constants/move_effects.s" + .include "constants/battle_move_effects.s" + .include "constants/contest_move_effects.s" |