shithub: pokered

Download patch

ref: 187642e9051b000e5ad3d6de84697410c7022869
parent: aba1d9f02a8d1391f02e14217981791683357976
author: YamaArashi <shadow962@live.com>
date: Tue Jan 24 01:29:21 EST 2012

fix comment typo about swift

hg-commit-id: 724dbad27df7


--- a/common.asm
+++ b/common.asm
@@ -25370,7 +25370,7 @@
 .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.