diff options
author | mid-kid <esteve.varela@gmail.com> | 2018-06-01 09:02:24 +0200 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2018-06-01 09:02:24 +0200 |
commit | 761edc7db37df18a6e7f41e0d3bb9edd1e3cf721 (patch) | |
tree | ae116b7a1e65bf0b7c0cc4e574a5655a074e8e7a /engine/battle/effect_commands.asm | |
parent | 8d10a987a375a93045659422779c30d25d1aa89b (diff) | |
parent | 53bcd8f46ca4f78381af70f55d03f3180be277de (diff) |
Merge branch 'master' of https://github.com/pret/pokecrystal
Diffstat (limited to 'engine/battle/effect_commands.asm')
-rw-r--r-- | engine/battle/effect_commands.asm | 4 |
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 |