summaryrefslogtreecommitdiff
path: root/engine/battle/effect_commands.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-05-06 12:16:57 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2018-05-06 12:16:57 -0400
commit1c92cb8b48b96d861ceb2d14dfbf775223006edf (patch)
tree0f7d73b4892d796fcaf8ca75079f23a19b4a4bc8 /engine/battle/effect_commands.asm
parentd31ba05aebed61b499e242f133cfbd4095eee09e (diff)
'rept' is not indented
Diffstat (limited to 'engine/battle/effect_commands.asm')
-rw-r--r--engine/battle/effect_commands.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/battle/effect_commands.asm b/engine/battle/effect_commands.asm
index 580c25583..fad5b27a0 100644
--- a/engine/battle/effect_commands.asm
+++ b/engine/battle/effect_commands.asm
@@ -2404,10 +2404,10 @@ GetFailureResultText: ; 350e4
ld hl, wCurDamage
ld a, [hli]
ld b, [hl]
- rept 3
+rept 3
srl a
rr b
- endr
+endr
ld [hl], b
dec hl
ld [hli], a