mirror of
https://github.com/HackerN64/HackerOoT.git
synced 2026-01-21 10:37:37 -08:00
15 lines
385 B
C
15 lines
385 B
C
#include "object_zo.h"
|
|
#include "array_count.h"
|
|
|
|
s16 gZoraThrowRupeesFrameData[] = {
|
|
#include "assets/objects/object_zo/gZoraThrowRupeesFrameData.inc.c"
|
|
};
|
|
|
|
JointIndex gZoraThrowRupeesJointIndices[] = {
|
|
#include "assets/objects/object_zo/gZoraThrowRupeesJointIndices.inc.c"
|
|
};
|
|
|
|
AnimationHeader gZoraThrowRupeesAnim = {
|
|
#include "assets/objects/object_zo/gZoraThrowRupeesAnim.inc.c"
|
|
};
|