mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-07 06:40:15 +00:00
15 lines
434 B
C
15 lines
434 B
C
#include "object_ganon_anime3.h"
|
|
|
|
#include "ultra64.h"
|
|
|
|
s16 gGanondorfBurstOutFrameData[] = {
|
|
#include "assets/objects/object_ganon_anime3/gGanondorfBurstOutFrameData.inc.c"
|
|
};
|
|
|
|
JointIndex gGanondorfBurstOutJointIndices[] = {
|
|
#include "assets/objects/object_ganon_anime3/gGanondorfBurstOutJointIndices.inc.c"
|
|
};
|
|
|
|
AnimationHeader gGanondorfBurstOutAnim = {
|
|
#include "assets/objects/object_ganon_anime3/gGanondorfBurstOutAnim.inc.c"
|
|
};
|