From 9de54645c896cc57a79679aecd6174afc59762c8 Mon Sep 17 00:00:00 2001 From: xCrystal Date: Tue, 3 Feb 2015 20:51:53 +0100 Subject: add constants for volatile statuses and more battle labels/commentary/constants --- engine/battle/a.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engine/battle/a.asm') diff --git a/engine/battle/a.asm b/engine/battle/a.asm index fd3ef40b..917a462b 100755 --- a/engine/battle/a.asm +++ b/engine/battle/a.asm @@ -18,9 +18,9 @@ LeechSeedEffect_: ; 2bea9 (a:7ea9) ld a, [de] cp GRASS jr z, .asm_2bee7 - bit 7, [hl] + bit Seeded, [hl] jr nz, .asm_2bee7 - set 7, [hl] + set Seeded, [hl] callab Func_3fba8 ld hl, WasSeededText ; $7ef2 jp PrintText -- cgit v1.3.1-sl0p