summaryrefslogtreecommitdiff
path: root/engine/battle/effect_commands.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2018-05-11 00:45:00 -0400
committerGitHub <noreply@github.com>2018-05-11 00:45:00 -0400
commit9b0ca7b8c2a6ef6e3b6ef1f591f0ec875432b03a (patch)
tree802e2f9d77c263fa501d9c6330033ecc27055d9e /engine/battle/effect_commands.asm
parent59c4d824e65409f6de211d6e0fd354ca4ef6c61e (diff)
parent6e91c3a293d94990695e6b002a8c031873aefdf9 (diff)
Merge pull request #510 from Rangi42/master
Use explicit HELD_NONE and NO_LIMITS, not 0s; also fix #511
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