diff options
author | yenatch <yenatch@gmail.com> | 2013-10-01 01:02:33 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-10-01 01:02:33 -0400 |
commit | 0f8c8e2d52e5299598754aa634facfe4ff447de7 (patch) | |
tree | 209ab5a48358913b6998f1038de1de7174fc0c24 /battle/effect_commands.asm | |
parent | eebf069839aab570b4bdf13032f0c6d69893a0a2 (diff) |
move effect command 'wait' is now 'movedelay'
Diffstat (limited to 'battle/effect_commands.asm')
-rw-r--r-- | battle/effect_commands.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/battle/effect_commands.asm b/battle/effect_commands.asm index 87196653a..16d03b5e9 100644 --- a/battle/effect_commands.asm +++ b/battle/effect_commands.asm @@ -11015,7 +11015,7 @@ Function0x37e77: ; 37e77 BattleCommandaa: ; 37e80 -; wait +; movedelay ; Wait 40 frames. ld c, 40 jp DelayFrames |