mirror of
https://github.com/pret/pokeemerald.git
synced 2026-04-20 06:07:26 -05:00
9 lines
224 B
C
9 lines
224 B
C
#ifndef GUARD_FISHING_H
|
|
#define GUARD_FISHING_H
|
|
|
|
void StartFishing(u8 rod);
|
|
void UpdateChainFishingStreak();
|
|
u32 CalculateChainFishingShinyRolls(void);
|
|
bool32 ShouldUseFishingEnvironmentInBattle();
|
|
|
|
#endif // GUARD_FISHING_H
|