diff options
| author | yenatch <yenatch@gmail.com> | 2014-06-16 13:25:46 -0700 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2014-06-16 13:25:46 -0700 |
| commit | d10108a066c102bf2d167ac656d79308e41f304e (patch) | |
| tree | 8e23833f9b0b2cbffe7114212da8af13e0ef85d1 /engine/battle/core.asm | |
| parent | Fix a typo in home/vcopy.asm. (diff) | |
| download | pokeyellow-d10108a066c102bf2d167ac656d79308e41f304e.tar.gz pokeyellow-d10108a066c102bf2d167ac656d79308e41f304e.tar.xz pokeyellow-d10108a066c102bf2d167ac656d79308e41f304e.zip | |
Use macros to define predefs.
Diffstat (limited to 'engine/battle/core.asm')
| -rwxr-xr-x | engine/battle/core.asm | 2 |
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 |
