mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-09 12:35:23 -05:00
10 lines
264 B
C
10 lines
264 B
C
#ifndef GUARD_FISHING_H
|
|
#define GUARD_FISHING_H
|
|
|
|
void StartFishing(u8 rod);
|
|
void UpdateChainFishingStreak();
|
|
u32 CalculateChainFishingShinyRolls(void);
|
|
bool32 ShouldUseFishingEnvironmentInBattle();
|
|
void AlignFishingAnimationFrames(void);
|
|
|
|
#endif // GUARD_FISHING_H
|