Document fish bug properly (#995)

This commit is contained in:
Idain
2022-08-31 19:13:10 -04:00
committed by GitHub
parent 4883950318
commit 01dffba788
2 changed files with 11 additions and 37 deletions

View File

@@ -344,7 +344,6 @@ SurfFunction:
dw .AlreadySurfing
.TrySurf:
; BUG: You can Surf and fish on top of NPCs (see docs/bugs_and_glitches.md)
ld de, ENGINE_FOGBADGE
call CheckBadge
jr c, .nofogbadge
@@ -1443,6 +1442,7 @@ FishFunction:
dw .FishNoFish
.TryFish:
; BUG: You can fish on top of NPCs (see docs/bugs_and_glitches.md)
ld a, [wPlayerState]
cp PLAYER_SURF
jr z, .fail