Minor comment changes.

hg-commit-id: a25973059a03
This commit is contained in:
IIMarckus 2011-12-12 21:25:23 -07:00
parent c44b52577b
commit f9a8858dd1

View file

@ -4780,6 +4780,7 @@ SECTION "bankE",DATA,BANK[$E]
Attacks: ; 4000 Attacks: ; 4000
; characteristics of each attack ; characteristics of each attack
; animation, effect, power, type, accuracy, PP
db POUND ,$00,$28,NORMAL,$FF,35 db POUND ,$00,$28,NORMAL,$FF,35
db KARATE_CHOP ,$00,$32,NORMAL,$FF,25 db KARATE_CHOP ,$00,$32,NORMAL,$FF,25
db DOUBLESLAP ,$1D,$0F,NORMAL,$D8,10 db DOUBLESLAP ,$1D,$0F,NORMAL,$D8,10
@ -5839,13 +5840,12 @@ LanceAI:
jp AIUseHyperPotion jp AIUseHyperPotion
GenericAI: GenericAI:
and a and a ; clear carry
ret ret
; end of individual trainer AI routines ; end of individual trainer AI routines
DecrementAICount: ; 6695 DecrementAICount: ; 6695
; XXX what does this do
ld hl,W_AICOUNT ld hl,W_AICOUNT
dec [hl] dec [hl]
scf scf