mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-23 18:55:30 -05:00
10 lines
219 B
C
10 lines
219 B
C
#ifndef POKEPLATINUM_MAP_OBJECT_ANIM_CMD_H
|
|
#define POKEPLATINUM_MAP_OBJECT_ANIM_CMD_H
|
|
|
|
typedef struct MapObjectAnimCmd {
|
|
u16 unk_00;
|
|
u16 unk_02;
|
|
} MapObjectAnimCmd;
|
|
|
|
#endif // POKEPLATINUM_MAP_OBJECT_ANIM_CMD_H
|