mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
10 lines
226 B
C
10 lines
226 B
C
#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
|