shithub: pokered

Download patch

ref: 25f0b7abcd66b9273f224790ed2fbe70141ce26d
parent: d8d0893d94e652c8c5ebf347498e86a369bf1051
parent: 6cb51a1c4efe543b153219677ba5a842d189ff98
author: Daniel Harding <corrnondacqb@yahoo.com>
date: Thu Feb 26 18:28:25 EST 2015

Merge pull request #82 from dannye/master

Label typo

--- a/engine/battle/b.asm
+++ b/engine/battle/b.asm
@@ -3,14 +3,14 @@
 	and a, $7F
 	cp a, $0A
 	ret z
-	ld hl, SupperEffectiveText
+	ld hl, SuperEffectiveText
 	jr nc, .done
 	ld hl, NotVeryEffectiveText
 .done
 	jp PrintText
 
-SupperEffectiveText: ; 2fb8e (b:7b8e)
-	TX_FAR _SupperEffectiveText
+SuperEffectiveText: ; 2fb8e (b:7b8e)
+	TX_FAR _SuperEffectiveText
 	db "@"
 
 NotVeryEffectiveText: ; 2fb93 (b:7b93)
--- a/text.asm
+++ b/text.asm
@@ -1552,7 +1552,7 @@
 	line "Come back!"
 	done
 
-_SupperEffectiveText:: ; 89d22 (22:5d22)
+_SuperEffectiveText:: ; 89d22 (22:5d22)
 	text "It's super"
 	line "effective!"
 	prompt