summaryrefslogtreecommitdiff
path: root/home.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 /home.asm
parenteb9fc6676cfed0460d19ce441134dbcdfce49b0d (diff)
Battle type constants in the wild.
Also add constants for trap and Celebi event battles.
Diffstat (limited to 'home.asm')
-rw-r--r--home.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home.asm b/home.asm
index 5132351e1..ec106886c 100644
--- a/home.asm
+++ b/home.asm
@@ -1583,7 +1583,7 @@ Function36f5:: ; 36f5
Function3718:: ; 3718
ld a, [BattleType]
- cp $1
+ cp BATTLETYPE_CANLOSE
jr .asm_3724
ld hl, WalkingTile