Remove all address comments

This commit is contained in:
mid-kid
2018-06-24 16:09:41 +02:00
parent 131875d3e3
commit 1d9a68dbdd
616 changed files with 12133 additions and 20380 deletions

View File

@@ -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"