mirror of
https://github.com/zeldaret/oot
synced 2026-05-23 06:54:24 -04:00
b56b5fc2c8
* commit object_timeblock * commit object_ta * commit object_syokudai * commit object_spot17_obj * format * commit object_spot16_obj * fixup * commit object_spot15_obj
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"
|
|
};
|