aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYamaArashi <devnull@localhost>2012-01-23 18:31:27 -0800
committerYamaArashi <devnull@localhost>2012-01-23 18:31:27 -0800
commit9a3a6c1b53deaae0236aa8ee85d384f2d29032bb (patch)
treec7a1c71c476b12c6af35969359b16bdb62ea833a
parentdisasm of some battle code (diff)
downloadpokeyellow-9a3a6c1b53deaae0236aa8ee85d384f2d29032bb.tar.gz
pokeyellow-9a3a6c1b53deaae0236aa8ee85d384f2d29032bb.tar.xz
pokeyellow-9a3a6c1b53deaae0236aa8ee85d384f2d29032bb.zip
fixed typo
hg-commit-id: aade1ab573e4
-rw-r--r--common.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.asm b/common.asm
index 84fb9ff1..4d56b420 100644
--- a/common.asm
+++ b/common.asm
@@ -24937,7 +24937,7 @@ ApplyDamageToEnemyPokemon: ; 60DF
ld [W_ENEMYMONCURHP],a
jr nc,.animateHpBar\@
; if more damage was done than the current HP, zero the HP and set the damage
-; equal to how HP the pokemon had before fainting
+; equal to how much HP the pokemon had before fainting
ld a,[$ceec]
ld [hli],a
ld a,[$ceeb]