summaryrefslogtreecommitdiff
path: root/battle/effect_commands.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-06-13 22:53:20 -0700
committeryenatch <yenatch@gmail.com>2014-06-13 22:53:20 -0700
commite23f34125879e680e1a6ee263cb3dbb579cc5135 (patch)
tree2474334d0166f7889ad46689dd80b542383143e3 /battle/effect_commands.asm
parenteb9fc6676cfed0460d19ce441134dbcdfce49b0d (diff)
Battle type constants in the wild.
Also add constants for trap and Celebi event battles.
Diffstat (limited to 'battle/effect_commands.asm')
-rw-r--r--battle/effect_commands.asm4
1 files changed, 2 insertions, 2 deletions
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