# Conflicts:
#	engine/items/mart.asm
This commit is contained in:
Rangi
2018-06-24 21:23:51 -04:00
1206 changed files with 14376 additions and 24565 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"