diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-28 10:21:24 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-28 10:21:24 -0400 |
commit | 9483cf47dd62d3c513dade49747e868f49f0e374 (patch) | |
tree | 079a0fad71dc0805b873aeaf30b4c032f0b790b3 /engine/battle/effect_commands.asm | |
parent | 599046c89283997efac417c445d0bdcf75fd373c (diff) |
Replace many '; unused' with '; unreferenced'
Diffstat (limited to 'engine/battle/effect_commands.asm')
-rw-r--r-- | engine/battle/effect_commands.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/battle/effect_commands.asm b/engine/battle/effect_commands.asm index 7317407a..12f7a101 100644 --- a/engine/battle/effect_commands.asm +++ b/engine/battle/effect_commands.asm @@ -5668,7 +5668,7 @@ BattleCommand_Charge: text_far _BattleDugText text_end -BattleCommand3c: +BattleCommand_Unused3C: ; unused ret @@ -6439,7 +6439,7 @@ INCLUDE "engine/battle/move_effects/sandstorm.asm" INCLUDE "engine/battle/move_effects/rollout.asm" -BattleCommand5d: +BattleCommand_Unused5D: ; unused ret |