summaryrefslogtreecommitdiff
path: root/Physical-Special-split.md
diff options
context:
space:
mode:
authorIdain <luiscarlosholguinperez@outlook.com>2021-03-12 23:09:32 -0400
committerIdain <luiscarlosholguinperez@outlook.com>2021-03-12 23:09:32 -0400
commit59469524bbeddcb1dcfecb0a0c6b9c2a786e0e86 (patch)
tree676fa0417a6fc73bc5450ac1aeb2ab16a625e219 /Physical-Special-split.md
parentf9f1695821cdd632761c9a487bb710d61a3fbc7f (diff)
Updated to reflect the new changes made to the main repo
Diffstat (limited to 'Physical-Special-split.md')
-rw-r--r--Physical-Special-split.md16
1 files changed, 4 insertions, 12 deletions
diff --git a/Physical-Special-split.md b/Physical-Special-split.md
index 14c50df..8ed0ec5 100644
--- a/Physical-Special-split.md
+++ b/Physical-Special-split.md
@@ -36,16 +36,8 @@ Edit [constants/type_constants.asm](../blob/master/constants/type_constants.asm)
const STEEL
UNUSED_TYPES EQU const_value
- const TYPE_10
- const TYPE_11
- const TYPE_12
- const TYPE_13
- const TYPE_14
- const TYPE_15
- const TYPE_16
- const TYPE_17
- const TYPE_18
- const CURSE_T
+ const_next 19
+ const CURSE_TYPE
UNUSED_TYPES_END EQU const_value
-SPECIAL EQU const_value
@@ -140,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. `CheckTypeMatchup`
-4. `BattleCommand_DamageCalc`
+3. `BattleCheckTypeMatchup`
+4. `ConfusionDamageCalc`
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.