mirror of
https://github.com/pret/pokeemerald.git
synced 2026-03-27 12:45:56 -05: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
|