fix comments in ReadFishingGroup

hg-commit-id: 9ce0d88455a8
This commit is contained in:
Bryan Bishop 2012-01-21 18:43:47 -06:00
parent ac46a1dfa5
commit 2d2d187399

View file

@ -8864,9 +8864,10 @@ ReadSuperRodData:
ret ret
.ReadFishingGroup ; 0xe8f6 .ReadFishingGroup ; 0xe8f6
; hl points to the fishing group ; hl points to the fishing group entry in the index
inc hl ; skip map id inc hl ; skip map id
; read fishing group address
ld a, [hli] ld a, [hli]
ld h, [hl] ld h, [hl]
ld l, a ld l, a