From 8a00334102f8dada18523bd3c2b57d0b68fbd6ce Mon Sep 17 00:00:00 2001 From: DizzyEggg Date: Mon, 19 Nov 2018 17:31:46 +0100 Subject: document mossdeep gym --- include/mossdeep_gym.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include') diff --git a/include/mossdeep_gym.h b/include/mossdeep_gym.h index d729f7f59..c16730094 100644 --- a/include/mossdeep_gym.h +++ b/include/mossdeep_gym.h @@ -1,9 +1,9 @@ #ifndef GUARD_MOSSDEEP_GYM_H #define GUARD_MOSSDEEP_GYM_H -void sub_81A8934(u8 arg0); -void sub_81A895C(void); -u16 sub_81A89A0(u8 arg0); -void sub_81A8AF8(void); +void InitMossdeepGymTiles(bool8 arg0); +void FinishMossdeepGymTiles(void); +u16 MossdeepGym_MoveEvents(u8 arg0); +void MossdeepGym_TurnEvents(void); #endif // GUARD_MOSSDEEP_GYM_H -- cgit v1.2.3