mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
10 lines
237 B
C
10 lines
237 B
C
#ifndef GUARD_MOSSDEEP_GYM_H
|
|
#define GUARD_MOSSDEEP_GYM_H
|
|
|
|
void InitMossdeepGymTiles(bool8 arg0);
|
|
void FinishMossdeepGymTiles(void);
|
|
u16 MossdeepGym_MoveEvents(u8 arg0);
|
|
void MossdeepGym_TurnEvents(void);
|
|
|
|
#endif // GUARD_MOSSDEEP_GYM_H
|