Value:{ \
.idle = ANIM_GateFlower_Yellow_Idle, \
.walk = ANIM_GateFlower_Yellow_Idle, \
.run = ANIM_GateFlower_Yellow_Idle, \
.chase = ANIM_GateFlower_Yellow_Idle, \
.anim_4 = ANIM_GateFlower_Yellow_Idle, \
.anim_5 = ANIM_GateFlower_Yellow_Idle, \
.death = ANIM_GateFlower_Yellow_Idle, \
.hit = ANIM_GateFlower_Yellow_Idle, \
.anim_8 = ANIM_GateFlower_Yellow_Idle, \
.anim_9 = ANIM_GateFlower_Yellow_Idle, \
.anim_A = ANIM_GateFlower_Yellow_Idle, \
.anim_B = ANIM_GateFlower_Yellow_Idle, \
.anim_C = ANIM_GateFlower_Yellow_Idle, \
.anim_D = ANIM_GateFlower_Yellow_Idle, \
.anim_E = ANIM_GateFlower_Yellow_Idle, \
.anim_F = ANIM_GateFlower_Yellow_Idle, \
}
Definition at line 44 of file GateFlower.h.
44#define GATE_FLOWER_YELLOW_ANIMS \
45{ \
46 .idle = ANIM_GateFlower_Yellow_Idle, \
47 .walk = ANIM_GateFlower_Yellow_Idle, \
48 .run = ANIM_GateFlower_Yellow_Idle, \
49 .chase = ANIM_GateFlower_Yellow_Idle, \
50 .anim_4 = ANIM_GateFlower_Yellow_Idle, \
51 .anim_5 = ANIM_GateFlower_Yellow_Idle, \
52 .death = ANIM_GateFlower_Yellow_Idle, \
53 .hit = ANIM_GateFlower_Yellow_Idle, \
54 .anim_8 = ANIM_GateFlower_Yellow_Idle, \
55 .anim_9 = ANIM_GateFlower_Yellow_Idle, \
56 .anim_A = ANIM_GateFlower_Yellow_Idle, \
57 .anim_B = ANIM_GateFlower_Yellow_Idle, \
58 .anim_C = ANIM_GateFlower_Yellow_Idle, \
59 .anim_D = ANIM_GateFlower_Yellow_Idle, \
60 .anim_E = ANIM_GateFlower_Yellow_Idle, \
61 .anim_F = ANIM_GateFlower_Yellow_Idle, \
62}