1
0
mirror of https://github.com/Ninjdai1/pokeemerald.git synced 2025-02-25 13:45:29 +01:00

10 lines
317 B
C
Raw Normal View History

2018-04-18 17:42:41 +05:30
#ifndef GUARD_ROTATING_GATE_H
#define GUARD_ROTATING_GATE_H
void RotatingGatePuzzleCameraUpdate(s16, s16);
void RotatingGate_InitPuzzleAndGraphics(void);
2018-04-18 17:42:41 +05:30
u32 CheckForRotatingGatePuzzleCollision(u8, s16, s16);
2018-08-12 22:28:41 +04:30
bool32 CheckForRotatingGatePuzzleCollisionWithoutAnimation(u8, s16, s16);
2018-04-18 17:42:41 +05:30
#endif // GUARD_ROTATING_GATE_H