pokeplatinum/include/struct_defs/photo_accessory.h
2026-01-16 15:13:37 -08:00

12 lines
250 B
C

#ifndef POKEPLATINUM_STRUCT_PHOTO_ACCESSORY_H
#define POKEPLATINUM_STRUCT_PHOTO_ACCESSORY_H
typedef struct PhotoAccessory {
u8 unk_00;
u8 xPos;
u8 yPos;
s8 priority;
} PhotoAccessory;
#endif // POKEPLATINUM_STRUCT_PHOTO_ACCESSORY_H