diff options
-rw-r--r-- | Physical-Special-split.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Physical-Special-split.md b/Physical-Special-split.md index 8ed0ec5..4bc866d 100644 --- a/Physical-Special-split.md +++ b/Physical-Special-split.md @@ -132,8 +132,8 @@ First, edit [engine/battle/effect_commands.asm](../blob/master/engine/battle/eff 1. `BattleCommand_Stab` (actually, this usage calls `GetBattleVarAddr` instead of `GetBattleVar`) 2. `BattleCommand_Stab` again (although this one calls `GetBattleVar`) -3. `BattleCheckTypeMatchup` -4. `ConfusionDamageCalc` +3. `CheckTypeMatchup` +4. `BattleCommand_DamageCalc` 5. `CheckMoveTypeMatchesTarget` Just use your text editor to find all five occurrences of "`BATTLE_VARS_MOVE_TYPE`" in the file, and make that one-line change to all of them. |