diff options
author | yenatch <yenatch@gmail.com> | 2014-06-18 00:55:44 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-06-18 00:55:44 -0700 |
commit | bc3a21193dd522284818c724fb52b887973c281e (patch) | |
tree | acfdef90ccfc72edd062ddde2132c55fcbffdd4c /battle/effect_commands.asm | |
parent | dbe4c7ab67cb88ef4ce725598b2082b13a566776 (diff) |
Residual damage, battle text labels, pic predefs.
Diffstat (limited to 'battle/effect_commands.asm')
-rw-r--r-- | battle/effect_commands.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/battle/effect_commands.asm b/battle/effect_commands.asm index 692c03100..dc82b4500 100644 --- a/battle/effect_commands.asm +++ b/battle/effect_commands.asm @@ -1536,7 +1536,7 @@ Function347d3: ; 347d3 ld b, [hl] inc hl ld c, [hl] - ld a, $a + ld a, 10 ; 1.0 ld [$d265], a ld hl, TypeMatchup .asm_347e7 |