From 2d2d187399efc6e16bc0c506931202fd6779806b Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sat, 21 Jan 2012 18:43:47 -0600 Subject: fix comments in ReadFishingGroup hg-commit-id: 9ce0d88455a8 --- common.asm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common.asm b/common.asm index 7ee89c04..ba082d97 100644 --- a/common.asm +++ b/common.asm @@ -8864,9 +8864,10 @@ ReadSuperRodData: 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 -- cgit v1.2.3