mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-14 17:16:42 +13:00
fix comments in ReadFishingGroup
hg-commit-id: 9ce0d88455a8
This commit is contained in:
parent
ac46a1dfa5
commit
2d2d187399
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue