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/9.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engine/battle/9.asm') diff --git a/engine/battle/9.asm b/engine/battle/9.asm index 26f65317..eb86cce0 100755 --- a/engine/battle/9.asm +++ b/engine/battle/9.asm @@ -163,9 +163,9 @@ FocusEnergyEffect_: ; 27f86 (9:7f86) jr z, .asm_27f91 ld hl, W_ENEMYBATTSTATUS2 ; W_ENEMYBATTSTATUS2 .asm_27f91 - bit 2, [hl] ; is mon already using focus energy? + bit GettingPumped, [hl] ; is mon already using focus energy? jr nz, .asm_27fa5 - set 2, [hl] ; mon is now using focus energy + set GettingPumped, [hl] ; mon is now using focus energy callab Func_3fba8 ld hl, GettingPumpedText ; $7fb2 jp PrintText -- cgit v1.3.1-sl0p