mirror of https://github.com/zeldaret/oot.git
14 lines
327 B
C
14 lines
327 B
C
#include "gArrow2_Anim.h"
|
|
|
|
s16 gArrow2_FrameData[] = {
|
|
#include "assets/objects/gameplay_keep/gArrow2_FrameData.inc.c"
|
|
};
|
|
|
|
JointIndex gArrow2_JointIndices[] = {
|
|
#include "assets/objects/gameplay_keep/gArrow2_JointIndices.inc.c"
|
|
};
|
|
|
|
AnimationHeader gArrow2_Anim = {
|
|
#include "assets/objects/gameplay_keep/gArrow2_Anim.inc.c"
|
|
};
|