mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-14 09:06:34 -05:00
23 lines
458 B
C
23 lines
458 B
C
#ifndef GUARD_HINTS_MENU2_H
|
|
#define GUARD_HINTS_MENU2_H
|
|
|
|
#include "structs/menu.h"
|
|
#include "structs/str_text.h"
|
|
|
|
// size: 0xA0
|
|
// TODO: UNIFY THIS
|
|
struct unkStruct_203B268
|
|
{
|
|
MenuInputStruct input;
|
|
u32 unk34;
|
|
UnkTextStruct2 *unk38;
|
|
UnkTextStruct2 unk3C[4];
|
|
UnkTextStruct2_sub2 unk9C;
|
|
};
|
|
|
|
bool8 CreateHintDisplayScreen(u32 index);
|
|
void DestroyHintDisplayScreen(void);
|
|
u32 HandleHintDisplayScreenInput(void);
|
|
|
|
#endif // GUARD_HINTS_MENU2_H
|