shithub: pokecrystal

Download patch

ref: 92f7a8510323b83fd52e2c908e6e9073d013bba9
parent: 4d55533b730db57644fa607c666cccb289df93be
author: yenatch <[email protected]>
date: Tue Apr 17 16:04:43 EDT 2012

clarifying move structure comment

--- a/main.asm
+++ b/main.asm
@@ -3197,7 +3197,7 @@
 
 Moves: ; 0x41afb
 ; characteristics of each move
-; animation, effect, power, type, accuracy, PP, XXX something else
+; animation, effect, power, type, accuracy, PP, effect chance
 	db POUND,$00,40,NORMAL,$ff,35,$00
 Move1:
 	db KARATE_CHOP,$00,50,FIGHTING,$ff,25,$00