From ae0a820095a095bc3b7af1b3dab17c7e2fb64496 Mon Sep 17 00:00:00 2001 From: Idain Date: Sat, 13 Mar 2021 02:45:48 -0400 Subject: Got confused with some changes I applied to my own code. Sorry! --- Physical-Special-split.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Physical-Special-split.md') 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. -- cgit v1.2.3