mirror of
https://github.com/zeldaret/oot
synced 2026-06-02 10:10:28 -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
360 B
C
14 lines
360 B
C
#include "object_ta.h"
|
|
|
|
s16 gTalonSitHandsUpFrameData[] = {
|
|
#include "assets/objects/object_ta/gTalonSitHandsUpFrameData.inc.c"
|
|
};
|
|
|
|
JointIndex gTalonSitHandsUpJointIndices[] = {
|
|
#include "assets/objects/object_ta/gTalonSitHandsUpJointIndices.inc.c"
|
|
};
|
|
|
|
AnimationHeader gTalonSitHandsUpAnim = {
|
|
#include "assets/objects/object_ta/gTalonSitHandsUpAnim.inc.c"
|
|
};
|