summaryrefslogtreecommitdiff
path: root/engine/battle/core.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-06-16 13:25:46 -0700
committeryenatch <yenatch@gmail.com>2014-06-16 13:25:46 -0700
commitd10108a066c102bf2d167ac656d79308e41f304e (patch)
tree8e23833f9b0b2cbffe7114212da8af13e0ef85d1 /engine/battle/core.asm
parent94dc6955431171d4dba5833e5784e102dd045b49 (diff)
Use macros to define predefs.
Diffstat (limited to 'engine/battle/core.asm')
-rwxr-xr-xengine/battle/core.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/core.asm b/engine/battle/core.asm
index 21ee9d0d..a1a69a4f 100755
--- a/engine/battle/core.asm
+++ b/engine/battle/core.asm
@@ -6661,7 +6661,7 @@ Func_3eed3: ; 3eed3 (f:6ed3)
PlayMoveAnimation: ; 3ef07 (f:6f07)
ld [W_ANIMATIONID],a
call Delay3
- PREDEF_JUMP MoveAnimationPredef ; predef 8
+ predef_jump MoveAnimation
InitBattle: ; 3ef12 (f:6f12)
ld a, [W_CUROPPONENT] ; wd059