diff options
| author | Bryan Bishop <kanzure@gmail.com> | 2012-01-21 18:43:47 -0600 |
|---|---|---|
| committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-21 18:43:47 -0600 |
| commit | 2d2d187399efc6e16bc0c506931202fd6779806b (patch) | |
| tree | ff3fc7f5a798c98ba64282d23787404cc450b136 /common.asm | |
| parent | clean up rod code labels (diff) | |
| download | pokeyellow-2d2d187399efc6e16bc0c506931202fd6779806b.tar.gz pokeyellow-2d2d187399efc6e16bc0c506931202fd6779806b.tar.xz pokeyellow-2d2d187399efc6e16bc0c506931202fd6779806b.zip | |
fix comments in ReadFishingGroup
hg-commit-id: 9ce0d88455a8
Diffstat (limited to 'common.asm')
| -rw-r--r-- | common.asm | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
