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 /engine/battle/effect_commands.asm | |
parent | 446f1846b1c614ab1538d1ce11aa2781c22717f2 (diff) |
Replace many '; unused' with '; unreferenced'
Diffstat (limited to 'engine/battle/effect_commands.asm')
-rw-r--r-- | engine/battle/effect_commands.asm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/engine/battle/effect_commands.asm b/engine/battle/effect_commands.asm index d3f9290fa..14f1afd82 100644 --- a/engine/battle/effect_commands.asm +++ b/engine/battle/effect_commands.asm @@ -5714,8 +5714,7 @@ BattleCommand_Charge: text_far _BattleDugText text_end -BattleCommand3c: -; unused +BattleCommand_Unused3C: ; unreferenced ret BattleCommand_TrapTarget: @@ -6489,8 +6488,7 @@ INCLUDE "engine/battle/move_effects/sandstorm.asm" INCLUDE "engine/battle/move_effects/rollout.asm" -BattleCommand5d: -; unused +BattleCommand_Unused5D: ; unreferenced ret INCLUDE "engine/battle/move_effects/fury_cutter.asm" |