mirror of https://github.com/zeldaret/oot.git
14 lines
334 B
C
14 lines
334 B
C
#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"
|
|
};
|