summaryrefslogtreecommitdiff
path: root/assets/objects/gameplay_keep/gBugCrawlAnim.c
blob: 1c34abcd9ff60e7d2e68b57728b919ba0301e356 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include "gBugCrawlAnim.h"

s16 gBugCrawlFrameData[] = {
#include "assets/objects/gameplay_keep/gBugCrawlFrameData.inc.c"
};

JointIndex gBugCrawlJointIndices[] = {
#include "assets/objects/gameplay_keep/gBugCrawlJointIndices.inc.c"
};

AnimationHeader gBugCrawlAnim = {
#include "assets/objects/gameplay_keep/gBugCrawlAnim.inc.c"
};