diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-28 10:21:10 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-28 10:21:10 -0400 |
| commit | 6d333bed5fde0c2da0a6a9df2ccae83933400e42 (patch) | |
| tree | 0485e425e27cdb5d373bbd7fad10af5dfc00fbd5 /data/battle | |
| parent | 446f1846b1c614ab1538d1ce11aa2781c22717f2 (diff) | |
Replace many '; unused' with '; unreferenced'
Diffstat (limited to 'data/battle')
| -rw-r--r-- | data/battle/effect_command_pointers.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/battle/effect_command_pointers.asm b/data/battle/effect_command_pointers.asm index d5c044d78..d1f747a1f 100644 --- a/data/battle/effect_command_pointers.asm +++ b/data/battle/effect_command_pointers.asm @@ -63,7 +63,7 @@ BattleCommandPointers: dw BattleCommand_Charge dw BattleCommand_CheckCharge dw BattleCommand_TrapTarget - dw BattleCommand3c + dw BattleCommand_Unused3C dw BattleCommand_Rampage dw BattleCommand_CheckRampage dw BattleCommand_ConstantDamage @@ -96,7 +96,7 @@ BattleCommandPointers: dw BattleCommand_Endure dw BattleCommand_CheckCurl dw BattleCommand_RolloutPower - dw BattleCommand5d + dw BattleCommand_Unused5D dw BattleCommand_FuryCutter dw BattleCommand_Attract dw BattleCommand_HappinessPower |
