diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-01-22 16:23:34 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-01-22 16:23:34 -0500 |
commit | cb5e3378de0582217cdb308d33cee7afb4d7cb89 (patch) | |
tree | da5c9f5da1d93265727b85ee3cb328d4a8f5e78b /engine/battle/effect_commands.asm | |
parent | efe6981a0db99aa2deeb7fbea5a51c9e40dd4138 (diff) |
Move type data to data/types/
Diffstat (limited to 'engine/battle/effect_commands.asm')
-rw-r--r-- | engine/battle/effect_commands.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/battle/effect_commands.asm b/engine/battle/effect_commands.asm index c1bc3752a..ba4dc72f8 100644 --- a/engine/battle/effect_commands.asm +++ b/engine/battle/effect_commands.asm @@ -1639,7 +1639,7 @@ BattleCommand_ResetTypeMatchup: ; 34833 INCLUDE "engine/battle/ai/switch.asm" -INCLUDE "data/battle/type_matchups.asm" +INCLUDE "data/types/type_matchups.asm" BattleCommand_DamageVariation: ; 34cfd ; damagevariation @@ -3642,7 +3642,7 @@ BattleCommand_DamageCalc: ; 35612 ; 35703 -INCLUDE "data/battle/type_boost_items.asm" +INCLUDE "data/types/type_boost_items.asm" BattleCommand_ConstantDamage: ; 35726 |