2017-10-12 02:06:19 -05:00
|
|
|
#ifndef GUARD_FIELD_SPECIALS_H
|
|
|
|
#define GUARD_FIELD_SPECIALS_H
|
|
|
|
|
|
|
|
u8 GetLeadMonIndex(void);
|
2018-01-23 21:30:13 -06:00
|
|
|
u8 sub_813B260(void);
|
2018-08-10 14:07:23 -07:00
|
|
|
u16 get_unknown_box_id(void);
|
2018-02-08 21:00:28 -05:00
|
|
|
bool8 InMultiBattleRoom(void);
|
2018-10-13 12:41:10 -05:00
|
|
|
void sub_813BF10(void);
|
2018-10-16 21:47:08 -05:00
|
|
|
void increment_var_x4026_on_birth_island_modulo_100(void);
|
|
|
|
bool8 sub_813B3B0(void);
|
|
|
|
bool8 ShouldDoBrailleRegicePuzzle(void);
|
|
|
|
bool32 is_tile_that_overrides_player_control(void);
|
|
|
|
bool32 sub_8138120(void);
|
|
|
|
bool32 sub_8138168(void);
|
|
|
|
bool32 sub_81381B0(void);
|
|
|
|
bool32 sub_81381F8(void);
|
|
|
|
bool32 CountSSTidalStep(u16 delta);
|
2018-11-05 14:45:54 -06:00
|
|
|
void sub_813A128(void);
|
2018-10-27 15:44:29 +02:00
|
|
|
void sub_813A878(u8 a0);
|
2017-10-12 02:06:19 -05:00
|
|
|
|
|
|
|
#endif // GUARD_FIELD_SPECIALS_H
|