pmd-red/include/structs/str_item_text.h
2025-03-11 15:00:49 +01:00

14 lines
198 B
C

#ifndef GUARD_STR_ITEM_TEXT_H
#define GUARD_STR_ITEM_TEXT_H
// size: 0x8
typedef struct ItemText
{
const u8 *desc;
const u8 *useText;
} ItemText;
extern const ItemText gActions[];
#endif