mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-03-21 18:04:50 -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
|