#ifndef GUARD_COMMON_STRINGS_HINTS_H #define GUARD_COMMON_STRINGS_HINTS_H // size: 0x8 typedef struct Hints { const u8 *heading; const u8 *body; } Hints; #define NUM_HINTS 5 #endif // GUARD_COMMON_STRINGS_HINTS_H