mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-18 21:17:40 -05:00
11 lines
264 B
C
11 lines
264 B
C
#ifndef POKEPLATINUM_POKE_ANIMATION_SETTINGS_H
|
|
#define POKEPLATINUM_POKE_ANIMATION_SETTINGS_H
|
|
|
|
typedef struct PokeAnimationSettings {
|
|
u16 animation;
|
|
u16 startDelay;
|
|
u8 reverse;
|
|
} PokeAnimationSettings;
|
|
|
|
#endif // POKEPLATINUM_POKE_ANIMATION_SETTINGS_H
|