mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-25 03:35:20 -05:00
14 lines
268 B
C
14 lines
268 B
C
#ifndef POKEPLATINUM_STRUCT_02057B48_H
|
|
#define POKEPLATINUM_STRUCT_02057B48_H
|
|
|
|
typedef struct CommPlayerLocation {
|
|
u16 x;
|
|
u16 z;
|
|
s8 dir;
|
|
u8 moveSpeed;
|
|
u8 unk_06;
|
|
u8 collisionFlag;
|
|
} CommPlayerLocation;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_02057B48_H
|