mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-25 07:29:01 -05:00
11 lines
216 B
C
11 lines
216 B
C
#ifndef POKEPLATINUM_STRUCT_OV16_0224DDA8_H
|
|
#define POKEPLATINUM_STRUCT_OV16_0224DDA8_H
|
|
|
|
typedef struct {
|
|
u16 item;
|
|
u8 category;
|
|
u8 target;
|
|
} BattleItemUse;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV16_0224DDA8_H
|