mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
comment improvement
hg-commit-id: 2d141f805654
This commit is contained in:
parent
aef6886305
commit
ec8413e317
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue