summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIIMarckus <iimarckus@gmail.com>2010-08-16 21:09:04 -0600
committerIIMarckus <iimarckus@gmail.com>2010-08-16 21:09:04 -0600
commitec8413e3172efc4f306bf0e6d51e0056e6d6d97d (patch)
treee2b91d5d8e4d5f8b179eb5e14f8dc82216835218
parentaef6886305622e3a118f338ecf0f5ec8a57f781d (diff)
comment improvement
hg-commit-id: 2d141f805654
-rw-r--r--pokered.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/pokered.asm b/pokered.asm
index 4e178d9a..b7d2eddf 100644
--- a/pokered.asm
+++ b/pokered.asm
@@ -2441,10 +2441,10 @@ ReadTrainer: ; 5C53
ld l,a
ld a,[W_TRAINERNO]
ld b,a
-; at this point b contains the trainer number,
+; At this point b contains the trainer number,
; and hl points to the trainer class.
-; the next function is to iterate through the trainers,
-; decrementing b each time, until we get to the right one
+; Our next task is to iterate through the trainers,
+; decrementing b each time, until we get to the right one.
.outer\@
dec b
jr z,.IterateTrainer