shithub: pokecrystal

Download patch

ref: 82214440e190fc250023a7b59bb4c20432700555
parent: f91be01df858f53cfc5d37eaeaaa7252ba4ae12b
author: yenatch <[email protected]>
date: Mon Dec 30 18:17:11 EST 2013

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

--- 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
--- a/main.asm
+++ b/main.asm
@@ -40129,7 +40129,6 @@
 ; 41afb
 
 
-Moves: ; 0x41afb
 INCLUDE "battle/moves/moves.asm"