From e23f34125879e680e1a6ee263cb3dbb579cc5135 Mon Sep 17 00:00:00 2001 From: yenatch Date: Fri, 13 Jun 2014 22:53:20 -0700 Subject: Battle type constants in the wild. Also add constants for trap and Celebi event battles. --- battle/effect_commands.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'battle/effect_commands.asm') diff --git a/battle/effect_commands.asm b/battle/effect_commands.asm index a2332d2bf..25e2e8da4 100644 --- a/battle/effect_commands.asm +++ b/battle/effect_commands.asm @@ -7083,7 +7083,7 @@ BattleCommanda0: ; 36778 jr z, .asm_367b9 cp $9 jr z, .asm_367b9 - cp $b + cp BATTLETYPE_CELEBI jr z, .asm_367b9 cp BATTLETYPE_SUICUNE jr z, .asm_367b9 @@ -7175,7 +7175,7 @@ BattleCommand23: ; 3680f jp z, .asm_36969 cp $9 jp z, .asm_36969 - cp $b + cp BATTLETYPE_CELEBI jp z, .asm_36969 cp BATTLETYPE_SUICUNE jp z, .asm_36969 -- cgit v1.2.3