mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 15:30:14 +00:00
object_zo
: finalize, split and commit (#2624)
This commit is contained in:
parent
dba40d9dc3
commit
7ddd468ed6
13 changed files with 495 additions and 22 deletions
14
assets/objects/object_zo/gZoraOpenArmsAnim.c
Normal file
14
assets/objects/object_zo/gZoraOpenArmsAnim.c
Normal file
|
@ -0,0 +1,14 @@
|
|||
#include "object_zo.h"
|
||||
#include "array_count.h"
|
||||
|
||||
s16 gZoraOpenArmsFrameData[] = {
|
||||
#include "assets/objects/object_zo/gZoraOpenArmsFrameData.inc.c"
|
||||
};
|
||||
|
||||
JointIndex gZoraOpenArmsJointIndices[] = {
|
||||
#include "assets/objects/object_zo/gZoraOpenArmsJointIndices.inc.c"
|
||||
};
|
||||
|
||||
AnimationHeader gZoraOpenArmsAnim = {
|
||||
#include "assets/objects/object_zo/gZoraOpenArmsAnim.inc.c"
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue