mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-25 07:29:01 -05:00
12 lines
250 B
C
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
|