diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2020-10-30 12:26:04 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-30 12:26:04 -0400 |
commit | d831e40b99853c8e29e3939bb100b6ecf03b1028 (patch) | |
tree | 7d97e9277ee405a77046481100bf11adbc325367 /data/battle/effect_command_pointers.asm | |
parent | 26ddba8cfd8f035c06bd6419b64a6c4d7dbc226f (diff) | |
parent | db72c5103e807c4960ff62ca1764cac151288586 (diff) |
Merge pull request #64 from Rangi42/unreferenced
Comment, remove, or revise many unreferenced labels
Diffstat (limited to 'data/battle/effect_command_pointers.asm')
-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 d5c044d7..d1f747a1 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 |