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