diff options
author | yenatch <yenatch@gmail.com> | 2018-07-17 18:16:12 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-17 18:16:12 -0400 |
commit | 3e14c1f26e91b1fc1d18eed389518ae8454e938f (patch) | |
tree | 64db6e9f438a62248ef0f0fe8e874ca6cf94b720 /engine/battle/effect_commands.asm | |
parent | 89c2646ccaa2c9a0afb358c1d9738e9bb0d42c97 (diff) | |
parent | b23f0b2bdaa993f17d8312bcde5f2b8a59ef9c90 (diff) |
Merge pull request #539 from Rangi42/master
[RTM] Miscellaneous reorganization fixes
Diffstat (limited to 'engine/battle/effect_commands.asm')
-rw-r--r-- | engine/battle/effect_commands.asm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/engine/battle/effect_commands.asm b/engine/battle/effect_commands.asm index 3e6d928d2..eb30af88b 100644 --- a/engine/battle/effect_commands.asm +++ b/engine/battle/effect_commands.asm @@ -1210,7 +1210,9 @@ BattleCommand_Critical: ld [wCriticalHit], a ret -INCLUDE "data/battle/critical_hits.asm" +INCLUDE "data/moves/critical_hit_moves.asm" + +INCLUDE "data/battle/critical_hit_chances.asm" INCLUDE "engine/battle/move_effects/triple_kick.asm" |