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