ref: 2d2d187399efc6e16bc0c506931202fd6779806b
parent: ac46a1dfa5fc647aff4ac28a8b3b43c8762708ff
author: Bryan Bishop <kanzure@gmail.com>
date: Sat Jan 21 13:43:47 EST 2012
fix comments in ReadFishingGroup hg-commit-id: 9ce0d88455a8
--- a/common.asm
+++ b/common.asm
@@ -8864,9 +8864,10 @@
ret
.ReadFishingGroup ; 0xe8f6
-; hl points to the fishing group
+; hl points to the fishing group entry in the index
inc hl ; skip map id
+ ; read fishing group address
ld a, [hli]
ld h, [hl]
ld l, a