summaryrefslogtreecommitdiff
path: root/engine/battle/move_effects/spite.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-11-17 11:09:02 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2020-11-17 11:09:02 -0500
commit9b3c45b14d40d084b6301129d25376ee115b25ad (patch)
tree70b6dc198e201c9df6dc266c9676ebb55a8153c4 /engine/battle/move_effects/spite.asm
parentcd3fb2ca724475df55f2a2f908761d100bcf2a4b (diff)
Resolve some "???" comments
Diffstat (limited to 'engine/battle/move_effects/spite.asm')
-rw-r--r--engine/battle/move_effects/spite.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/move_effects/spite.asm b/engine/battle/move_effects/spite.asm
index 06627268b..3e1c2f9bd 100644
--- a/engine/battle/move_effects/spite.asm
+++ b/engine/battle/move_effects/spite.asm
@@ -4,7 +4,7 @@ BattleCommand_Spite:
ld a, [wAttackMissed]
and a
jp nz, .failed
- ld bc, PARTYMON_STRUCT_LENGTH ; ????
+ ld bc, PARTYMON_STRUCT_LENGTH ; unused
ld hl, wEnemyMonMoves
ldh a, [hBattleTurn]
and a