move the Moves label into battle/moves/moves.asm

This commit is contained in:
yenatch 2013-12-30 23:17:11 -05:00
parent f91be01df8
commit 82214440e1
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,5 @@
Moves: ; 41afb
; Characteristics of each move
; animation, effect, power, type, accuracy, PP, effect chance

View File

@ -40129,7 +40129,6 @@ Function41af7: ; 41af7
; 41afb
Moves: ; 0x41afb
INCLUDE "battle/moves/moves.asm"