mirror of
https://github.com/resetes12/pokeemerald
synced 2025-10-06 00:12:45 +02:00
10 lines
281 B
C
Executable File
10 lines
281 B
C
Executable File
#ifndef GUARD_ROTATING_TILE_PUZZLE_H
|
|
#define GUARD_ROTATING_TILE_PUZZLE_H
|
|
|
|
void InitRotatingTilePuzzle(bool8 isTrickHouse);
|
|
void FreeRotatingTilePuzzle(void);
|
|
u16 MoveRotatingTileObjects(u8 puzzleNumber);
|
|
void TurnRotatingTileObjects(void);
|
|
|
|
#endif // GUARD_ROTATING_TILE_PUZZLE_H
|