mirror of https://github.com/zeldaret/oot.git
15 lines
361 B
C
15 lines
361 B
C
#include "object_zo.h"
|
|
#include "array_count.h"
|
|
|
|
s16 gZoraSurfaceFrameData[] = {
|
|
#include "assets/objects/object_zo/gZoraSurfaceFrameData.inc.c"
|
|
};
|
|
|
|
JointIndex gZoraSurfaceJointIndices[] = {
|
|
#include "assets/objects/object_zo/gZoraSurfaceJointIndices.inc.c"
|
|
};
|
|
|
|
AnimationHeader gZoraSurfaceAnim = {
|
|
#include "assets/objects/object_zo/gZoraSurfaceAnim.inc.c"
|
|
};
|