summaryrefslogtreecommitdiff
path: root/engine/battle/a.asm
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2015-02-03 20:51:53 +0100
committeryenatch <yenatch@gmail.com>2015-02-04 23:22:46 -0800
commit9de54645c896cc57a79679aecd6174afc59762c8 (patch)
tree8ae99f34ab3e24453c4b8da9b602842d995bb86b /engine/battle/a.asm
parent97637e7ce7110c9a20e5fa9222e445700857a9cb (diff)
add constants for volatile statuses and more battle labels/commentary/constants
Diffstat (limited to 'engine/battle/a.asm')
-rwxr-xr-xengine/battle/a.asm4
1 files changed, 2 insertions, 2 deletions
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