#ifndef POKEPLATINUM_MAP_OBJECT_ANIM_CMD_H #define POKEPLATINUM_MAP_OBJECT_ANIM_CMD_H typedef struct MapObjectAnimCmd { u16 movementAction; u16 count; } MapObjectAnimCmd; #endif // POKEPLATINUM_MAP_OBJECT_ANIM_CMD_H