summaryrefslogtreecommitdiff
path: root/pokered.asm
diff options
context:
space:
mode:
authorIIMarckus <iimarckus@gmail.com>2011-12-12 21:25:23 -0700
committerIIMarckus <iimarckus@gmail.com>2011-12-12 21:25:23 -0700
commitf9a8858dd1ba6673ba7df40e9ece9560ca6aded6 (patch)
treed4ecfca3761f0f68cd9d8c323f0ed0d82c98b4ba /pokered.asm
parentc44b52577b6ecb770ff9e7d7d67c11ed909b9642 (diff)
Minor comment changes.
hg-commit-id: a25973059a03
Diffstat (limited to 'pokered.asm')
-rw-r--r--pokered.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/pokered.asm b/pokered.asm
index 2ad9cf39..2c0b1bea 100644
--- a/pokered.asm
+++ b/pokered.asm
@@ -4780,6 +4780,7 @@ SECTION "bankE",DATA,BANK[$E]
Attacks: ; 4000
; characteristics of each attack
+; animation, effect, power, type, accuracy, PP
db POUND ,$00,$28,NORMAL,$FF,35
db KARATE_CHOP ,$00,$32,NORMAL,$FF,25
db DOUBLESLAP ,$1D,$0F,NORMAL,$D8,10
@@ -5839,13 +5840,12 @@ LanceAI:
jp AIUseHyperPotion
GenericAI:
- and a
+ and a ; clear carry
ret
; end of individual trainer AI routines
DecrementAICount: ; 6695
-; XXX what does this do
ld hl,W_AICOUNT
dec [hl]
scf