Remove all address comments
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
Fish: ; 92402
|
||||
Fish:
|
||||
; Using a fishing rod.
|
||||
; Fish for monsters with rod e in encounter group d.
|
||||
; Return monster e at level d.
|
||||
@@ -20,10 +20,9 @@ endr
|
||||
pop bc
|
||||
pop af
|
||||
ret
|
||||
; 9241a
|
||||
|
||||
|
||||
.Fish: ; 9241a
|
||||
.Fish:
|
||||
; Fish for monsters with rod b from encounter data in FishGroup at hl.
|
||||
; Return monster e at level d.
|
||||
|
||||
@@ -90,10 +89,9 @@ endr
|
||||
ld d, [hl]
|
||||
inc hl
|
||||
ret
|
||||
; 9245b
|
||||
|
||||
|
||||
GetFishGroupIndex: ; 9245b
|
||||
GetFishGroupIndex:
|
||||
; Return the index of fishgroup d in de.
|
||||
|
||||
push hl
|
||||
@@ -127,7 +125,6 @@ GetFishGroupIndex: ; 9245b
|
||||
jr nz, .done
|
||||
ld d, FISHGROUP_REMORAID_SWARM
|
||||
jr .done
|
||||
; 92488
|
||||
|
||||
|
||||
INCLUDE "data/wild/fish.asm"
|
||||
|
Reference in New Issue
Block a user