From 6cb51a1c4efe543b153219677ba5a842d189ff98 Mon Sep 17 00:00:00 2001 From: "U-Daniel-PC\\Daniel" Date: Thu, 26 Feb 2015 23:27:51 -0500 Subject: Label typo closes https://github.com/iimarckus/pokered/issues/81 --- engine/battle/b.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engine') diff --git a/engine/battle/b.asm b/engine/battle/b.asm index 24a75af4..32534b17 100755 --- a/engine/battle/b.asm +++ b/engine/battle/b.asm @@ -3,14 +3,14 @@ DisplayEffectiveness: ; 2fb7b (b:7b7b) 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) -- cgit v1.3.1-sl0p