mirror of
https://github.com/pret/pokeemerald.git
synced 2026-04-14 01:06:07 -05: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
|