diff options
author | yenatch <yenatch@gmail.com> | 2013-12-30 23:17:11 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-12-30 23:17:11 -0500 |
commit | 82214440e190fc250023a7b59bb4c20432700555 (patch) | |
tree | 43985ce92c24c5bd7aabcf4fb5525e76b4b55623 /battle | |
parent | f91be01df858f53cfc5d37eaeaaa7252ba4ae12b (diff) |
move the Moves label into battle/moves/moves.asm
Diffstat (limited to 'battle')
-rw-r--r-- | battle/moves/moves.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/battle/moves/moves.asm b/battle/moves/moves.asm index a9c571228..d37376378 100644 --- a/battle/moves/moves.asm +++ b/battle/moves/moves.asm @@ -1,3 +1,5 @@ +Moves: ; 41afb + ; Characteristics of each move ; animation, effect, power, type, accuracy, PP, effect chance |