summaryrefslogtreecommitdiff
path: root/common.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2012-01-24 06:29:21 -0800
committerYamaArashi <shadow962@live.com>2012-01-24 06:29:21 -0800
commit187642e9051b000e5ad3d6de84697410c7022869 (patch)
treebbbb803e82e4f66b863ca89e8bb636a2b940b35c /common.asm
parentaba1d9f02a8d1391f02e14217981791683357976 (diff)
fix comment typo about swift
hg-commit-id: 724dbad27df7
Diffstat (limited to 'common.asm')
-rw-r--r--common.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.asm b/common.asm
index 35d24f54..2cbf5057 100644
--- a/common.asm
+++ b/common.asm
@@ -25370,7 +25370,7 @@ MoveHitTest: ; 656B
.swiftCheck\@
ld a,[de]
cp a,SWIFT_EFFECT
- ret z ; Swift never misses (interestingly, Azure Heights lists this is a myth, but it is appears to be true)
+ ret z ; Swift never misses (interestingly, Azure Heights lists this is a myth, but it appears to be true)
call $7b79 ; substitute check (note that this overwrites a)
jr z,.checkForDigOrFlyStatus\@
; this code is buggy. it's supposed to prevent HP draining moves from working on substitutes.