mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-22 23:20:49 -05:00
13 lines
219 B
C
13 lines
219 B
C
#ifndef POKEPLATINUM_STRUCT_02049FA8_H
|
|
#define POKEPLATINUM_STRUCT_02049FA8_H
|
|
|
|
typedef struct {
|
|
int mapId;
|
|
int unk_04;
|
|
int x;
|
|
int z;
|
|
int unk_10;
|
|
} Location;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_02049FA8_H
|