summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@bitbucket.org>2012-04-17 20:04:43 -0400
committeryenatch <yenatch@bitbucket.org>2012-04-17 20:04:43 -0400
commit92f7a8510323b83fd52e2c908e6e9073d013bba9 (patch)
treef6b025b60a21616683a0b890e80788936e2076a0
parent4d55533b730db57644fa607c666cccb289df93be (diff)
clarifying move structure comment
-rw-r--r--main.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.asm b/main.asm
index 53fe6b755..e44e4c4db 100644
--- a/main.asm
+++ b/main.asm
@@ -3197,7 +3197,7 @@ INCBIN "baserom.gbc",$40000,$1afb
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