mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
10 lines
317 B
C
10 lines
317 B
C
#ifndef GUARD_ROTATING_GATE_H
|
|
#define GUARD_ROTATING_GATE_H
|
|
|
|
void RotatingGatePuzzleCameraUpdate(s16, s16);
|
|
void RotatingGate_InitPuzzleAndGraphics(void);
|
|
u32 CheckForRotatingGatePuzzleCollision(u8, s16, s16);
|
|
bool32 CheckForRotatingGatePuzzleCollisionWithoutAnimation(u8, s16, s16);
|
|
|
|
#endif // GUARD_ROTATING_GATE_H
|