pokeemerald/include/rotating_gate.h

10 lines
317 B
C
Raw Normal View History

2018-04-18 14:12:41 +02:00
#ifndef GUARD_ROTATING_GATE_H
#define GUARD_ROTATING_GATE_H
void RotatingGatePuzzleCameraUpdate(s16, s16);
void RotatingGate_InitPuzzleAndGraphics(void);
2018-04-18 14:12:41 +02:00
u32 CheckForRotatingGatePuzzleCollision(u8, s16, s16);
2018-08-12 19:58:41 +02:00
bool32 CheckForRotatingGatePuzzleCollisionWithoutAnimation(u8, s16, s16);
2018-04-18 14:12:41 +02:00
#endif // GUARD_ROTATING_GATE_H