summaryrefslogtreecommitdiff
path: root/engine/battle/move_effects/thunder.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/battle/move_effects/thunder.asm')
-rw-r--r--engine/battle/move_effects/thunder.asm4
1 files changed, 1 insertions, 3 deletions
diff --git a/engine/battle/move_effects/thunder.asm b/engine/battle/move_effects/thunder.asm
index 3705e1a28..b2a643787 100644
--- a/engine/battle/move_effects/thunder.asm
+++ b/engine/battle/move_effects/thunder.asm
@@ -1,4 +1,4 @@
-BattleCommand_ThunderAccuracy: ; 37d94
+BattleCommand_ThunderAccuracy:
; thunderaccuracy
ld a, BATTLE_VARS_MOVE_TYPE
@@ -16,5 +16,3 @@ BattleCommand_ThunderAccuracy: ; 37d94
; Redundant with CheckHit guranteeing hit
ld [hl], 100 percent
ret
-
-; 37daa