mirror of https://github.com/zeldaret/oot.git
14 lines
318 B
C
14 lines
318 B
C
#include "object_ta.h"
|
|
|
|
s16 gTalonRunFrameData[] = {
|
|
#include "assets/objects/object_ta/gTalonRunFrameData.inc.c"
|
|
};
|
|
|
|
JointIndex gTalonRunJointIndices[] = {
|
|
#include "assets/objects/object_ta/gTalonRunJointIndices.inc.c"
|
|
};
|
|
|
|
AnimationHeader gTalonRunAnim = {
|
|
#include "assets/objects/object_ta/gTalonRunAnim.inc.c"
|
|
};
|