mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-10 14:01:52 -05:00
10 lines
203 B
C
10 lines
203 B
C
#ifndef GUARD_BIKE_H
|
|
#define GUARD_BIKE_H
|
|
|
|
void sub_80BD620(u32 unkC, u32 unk10);
|
|
bool8 sub_80BD540(void);
|
|
void StartTransitionToFlipBikeState(u8 flags);
|
|
s16 GetPlayerSpeed(void);
|
|
|
|
#endif //GUARD_BIKE_H
|