You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Add Bug comment for fishing/surfing on NPCs
Also this re-orders `FishFunction:` and `SurfFunction:` in the bug doc, since `SurfFunction:` is encountered in the file first.
This commit is contained in:
@@ -344,6 +344,7 @@ 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
|
||||
|
Reference in New Issue
Block a user