pmd-red/include/hints_menu1.h

15 lines
300 B
C
Raw Normal View History

2023-09-21 03:11:41 +00:00
#ifndef GUARD_HINTS_MENU1_H
#define GUARD_HINTS_MENU1_H
#include "structs/menu.h"
2023-09-21 03:11:41 +00:00
#include "structs/str_text.h"
void CreateHintSelectionScreen(bool8 cursorSprite);
s32 GetChosenHintIndex(void);
bool8 sub_801E3F0(u32);
u32 sub_801E474(bool8);
void sub_801E54C(void);
2024-07-13 12:10:54 +00:00
#endif // GUARD_HINTS_MENU1_H