Shipwright/soh/assets/objects/object_gnd/object_gnd.h

228 lines
14 KiB
C
Raw Normal View History

2023-02-14 08:29:46 -05:00
#pragma once
2023-03-02 09:37:47 -05:00
#include "align_asset_macro.h"
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonSkel "__OTR__objects/object_gnd/gPhantomGanonSkel"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonSkel[] = dgPhantomGanonSkel;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonRideAnim "__OTR__objects/object_gnd/gPhantomGanonRideAnim"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonRideAnim[] = dgPhantomGanonRideAnim;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonMaskOnAnim "__OTR__objects/object_gnd/gPhantomGanonMaskOnAnim"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonMaskOnAnim[] = dgPhantomGanonMaskOnAnim;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonRidePoseAnim "__OTR__objects/object_gnd/gPhantomGanonRidePoseAnim"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonRidePoseAnim[] = dgPhantomGanonRidePoseAnim;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonHorseRearingAnim "__OTR__objects/object_gnd/gPhantomGanonHorseRearingAnim"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonHorseRearingAnim[] = dgPhantomGanonHorseRearingAnim;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonRideSpearRaiseAnim "__OTR__objects/object_gnd/gPhantomGanonRideSpearRaiseAnim"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonRideSpearRaiseAnim[] = dgPhantomGanonRideSpearRaiseAnim;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonRideSpearStrikeAnim "__OTR__objects/object_gnd/gPhantomGanonRideSpearStrikeAnim"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonRideSpearStrikeAnim[] = dgPhantomGanonRideSpearStrikeAnim;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonRideSpearResetAnim "__OTR__objects/object_gnd/gPhantomGanonRideSpearResetAnim"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonRideSpearResetAnim[] = dgPhantomGanonRideSpearResetAnim;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonNeutralAnim "__OTR__objects/object_gnd/gPhantomGanonNeutralAnim"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonNeutralAnim[] = dgPhantomGanonNeutralAnim;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonThrowAnim "__OTR__objects/object_gnd/gPhantomGanonThrowAnim"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonThrowAnim[] = dgPhantomGanonThrowAnim;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonThrowEndAnim "__OTR__objects/object_gnd/gPhantomGanonThrowEndAnim"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonThrowEndAnim[] = dgPhantomGanonThrowEndAnim;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonReturn1Anim "__OTR__objects/object_gnd/gPhantomGanonReturn1Anim"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonReturn1Anim[] = dgPhantomGanonReturn1Anim;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonReturn2Anim "__OTR__objects/object_gnd/gPhantomGanonReturn2Anim"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonReturn2Anim[] = dgPhantomGanonReturn2Anim;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonBlockAnim "__OTR__objects/object_gnd/gPhantomGanonBlockAnim"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonBlockAnim[] = dgPhantomGanonBlockAnim;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonChargeWindupAnim "__OTR__objects/object_gnd/gPhantomGanonChargeWindupAnim"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonChargeWindupAnim[] = dgPhantomGanonChargeWindupAnim;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonChargeStartAnim "__OTR__objects/object_gnd/gPhantomGanonChargeStartAnim"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonChargeStartAnim[] = dgPhantomGanonChargeStartAnim;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonChargeAnim "__OTR__objects/object_gnd/gPhantomGanonChargeAnim"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonChargeAnim[] = dgPhantomGanonChargeAnim;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonAirDamageAnim "__OTR__objects/object_gnd/gPhantomGanonAirDamageAnim"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonAirDamageAnim[] = dgPhantomGanonAirDamageAnim;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonGroundDamageAnim "__OTR__objects/object_gnd/gPhantomGanonGroundDamageAnim"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonGroundDamageAnim[] = dgPhantomGanonGroundDamageAnim;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonStunnedAnim "__OTR__objects/object_gnd/gPhantomGanonStunnedAnim"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonStunnedAnim[] = dgPhantomGanonStunnedAnim;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonDeathBlowAnim "__OTR__objects/object_gnd/gPhantomGanonDeathBlowAnim"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonDeathBlowAnim[] = dgPhantomGanonDeathBlowAnim;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonLimpAnim "__OTR__objects/object_gnd/gPhantomGanonLimpAnim"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonLimpAnim[] = dgPhantomGanonLimpAnim;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonScreamAnim "__OTR__objects/object_gnd/gPhantomGanonScreamAnim"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonScreamAnim[] = dgPhantomGanonScreamAnim;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonLastPoseAnim "__OTR__objects/object_gnd/gPhantomGanonLastPoseAnim"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonLastPoseAnim[] = dgPhantomGanonLastPoseAnim;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonLimbTex_00B380 "__OTR__objects/object_gnd/gPhantomGanonLimbTex_00B380"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonLimbTex_00B380[] = dgPhantomGanonLimbTex_00B380;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonLimbTex_00A800 "__OTR__objects/object_gnd/gPhantomGanonLimbTex_00A800"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonLimbTex_00A800[] = dgPhantomGanonLimbTex_00A800;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonLimbTex_00AE80 "__OTR__objects/object_gnd/gPhantomGanonLimbTex_00AE80"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonLimbTex_00AE80[] = dgPhantomGanonLimbTex_00AE80;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonLimbTex_00AF00 "__OTR__objects/object_gnd/gPhantomGanonLimbTex_00AF00"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonLimbTex_00AF00[] = dgPhantomGanonLimbTex_00AF00;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonLimbTex_00C180 "__OTR__objects/object_gnd/gPhantomGanonLimbTex_00C180"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonLimbTex_00C180[] = dgPhantomGanonLimbTex_00C180;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonLimbTex_00C400 "__OTR__objects/object_gnd/gPhantomGanonLimbTex_00C400"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonLimbTex_00C400[] = dgPhantomGanonLimbTex_00C400;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonLimbTex_00B980 "__OTR__objects/object_gnd/gPhantomGanonLimbTex_00B980"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonLimbTex_00B980[] = dgPhantomGanonLimbTex_00B980;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonLimbTex_00C480 "__OTR__objects/object_gnd/gPhantomGanonLimbTex_00C480"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonLimbTex_00C480[] = dgPhantomGanonLimbTex_00C480;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonLimbTex_00BC80 "__OTR__objects/object_gnd/gPhantomGanonLimbTex_00BC80"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonLimbTex_00BC80[] = dgPhantomGanonLimbTex_00BC80;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonLimbTex_00BD80 "__OTR__objects/object_gnd/gPhantomGanonLimbTex_00BD80"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonLimbTex_00BD80[] = dgPhantomGanonLimbTex_00BD80;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonLimbTex_00C080 "__OTR__objects/object_gnd/gPhantomGanonLimbTex_00C080"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonLimbTex_00C080[] = dgPhantomGanonLimbTex_00C080;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonLimbTex_00C200 "__OTR__objects/object_gnd/gPhantomGanonLimbTex_00C200"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonLimbTex_00C200[] = dgPhantomGanonLimbTex_00C200;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonLimbTex_00A000 "__OTR__objects/object_gnd/gPhantomGanonLimbTex_00A000"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonLimbTex_00A000[] = dgPhantomGanonLimbTex_00A000;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonLimbTex_00A200 "__OTR__objects/object_gnd/gPhantomGanonLimbTex_00A200"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonLimbTex_00A200[] = dgPhantomGanonLimbTex_00A200;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonLimbTex_00A400 "__OTR__objects/object_gnd/gPhantomGanonLimbTex_00A400"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonLimbTex_00A400[] = dgPhantomGanonLimbTex_00A400;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonLimbTex_00A600 "__OTR__objects/object_gnd/gPhantomGanonLimbTex_00A600"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonLimbTex_00A600[] = dgPhantomGanonLimbTex_00A600;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonLimbTex_00A880 "__OTR__objects/object_gnd/gPhantomGanonLimbTex_00A880"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonLimbTex_00A880[] = dgPhantomGanonLimbTex_00A880;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonLimbTex_00B780 "__OTR__objects/object_gnd/gPhantomGanonLimbTex_00B780"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonLimbTex_00B780[] = dgPhantomGanonLimbTex_00B780;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonLimbTex_00BA80 "__OTR__objects/object_gnd/gPhantomGanonLimbTex_00BA80"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonLimbTex_00BA80[] = dgPhantomGanonLimbTex_00BA80;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonLimbTex_00BE80 "__OTR__objects/object_gnd/gPhantomGanonLimbTex_00BE80"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonLimbTex_00BE80[] = dgPhantomGanonLimbTex_00BE80;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonLimbTex_00AA80 "__OTR__objects/object_gnd/gPhantomGanonLimbTex_00AA80"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonLimbTex_00AA80[] = dgPhantomGanonLimbTex_00AA80;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonLimbTex_00AF80 "__OTR__objects/object_gnd/gPhantomGanonLimbTex_00AF80"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonLimbTex_00AF80[] = dgPhantomGanonLimbTex_00AF80;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonFaceDL "__OTR__objects/object_gnd/gPhantomGanonFaceDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonFaceDL[] = dgPhantomGanonFaceDL;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonEyeTLUT "__OTR__objects/object_gnd/gPhantomGanonEyeTLUT"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonEyeTLUT[] = dgPhantomGanonEyeTLUT;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonMouthTLUT "__OTR__objects/object_gnd/gPhantomGanonMouthTLUT"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonMouthTLUT[] = dgPhantomGanonMouthTLUT;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonEyeTex "__OTR__objects/object_gnd/gPhantomGanonEyeTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonEyeTex[] = dgPhantomGanonEyeTex;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonSmileTex "__OTR__objects/object_gnd/gPhantomGanonSmileTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonSmileTex[] = dgPhantomGanonSmileTex;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonMouthTex "__OTR__objects/object_gnd/gPhantomGanonMouthTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonMouthTex[] = dgPhantomGanonMouthTex;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonAnim_003854 "__OTR__objects/object_gnd/gPhantomGanonAnim_003854"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonAnim_003854[] = dgPhantomGanonAnim_003854;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonAnim_00D398 "__OTR__objects/object_gnd/gPhantomGanonAnim_00D398"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonAnim_00D398[] = dgPhantomGanonAnim_00D398;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonAnim_00CC84 "__OTR__objects/object_gnd/gPhantomGanonAnim_00CC84"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonAnim_00CC84[] = dgPhantomGanonAnim_00CC84;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonAnim_012320 "__OTR__objects/object_gnd/gPhantomGanonAnim_012320"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonAnim_012320[] = dgPhantomGanonAnim_012320;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonBarsDL "__OTR__objects/object_gnd/gPhantomGanonBarsDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonBarsDL[] = dgPhantomGanonBarsDL;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonBarsCol "__OTR__objects/object_gnd/gPhantomGanonBarsCol"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonBarsCol[] = dgPhantomGanonBarsCol;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonSkelLimbsLimb_00C5B0DL_0086F0 "__OTR__objects/object_gnd/gPhantomGanonSkelLimbsLimb_00C5B0DL_0086F0"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonSkelLimbsLimb_00C5B0DL_0086F0[] = dgPhantomGanonSkelLimbsLimb_00C5B0DL_0086F0;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonSkelLimbsLimb_00C5BCDL_008918 "__OTR__objects/object_gnd/gPhantomGanonSkelLimbsLimb_00C5BCDL_008918"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonSkelLimbsLimb_00C5BCDL_008918[] = dgPhantomGanonSkelLimbsLimb_00C5BCDL_008918;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonSkelLimbsLimb_00C5C8DL_0089F0 "__OTR__objects/object_gnd/gPhantomGanonSkelLimbsLimb_00C5C8DL_0089F0"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonSkelLimbsLimb_00C5C8DL_0089F0[] = dgPhantomGanonSkelLimbsLimb_00C5C8DL_0089F0;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonSkelLimbsLimb_00C5E0DL_009A80 "__OTR__objects/object_gnd/gPhantomGanonSkelLimbsLimb_00C5E0DL_009A80"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonSkelLimbsLimb_00C5E0DL_009A80[] = dgPhantomGanonSkelLimbsLimb_00C5E0DL_009A80;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonSkelLimbsLimb_00C5ECDL_0099A8 "__OTR__objects/object_gnd/gPhantomGanonSkelLimbsLimb_00C5ECDL_0099A8"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonSkelLimbsLimb_00C5ECDL_0099A8[] = dgPhantomGanonSkelLimbsLimb_00C5ECDL_0099A8;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonSkelLimbsLimb_00C5F8DL_0097B8 "__OTR__objects/object_gnd/gPhantomGanonSkelLimbsLimb_00C5F8DL_0097B8"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonSkelLimbsLimb_00C5F8DL_0097B8[] = dgPhantomGanonSkelLimbsLimb_00C5F8DL_0097B8;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonSkelLimbsLimb_00C610DL_009298 "__OTR__objects/object_gnd/gPhantomGanonSkelLimbsLimb_00C610DL_009298"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonSkelLimbsLimb_00C610DL_009298[] = dgPhantomGanonSkelLimbsLimb_00C610DL_009298;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonSkelLimbsLimb_00C61CDL_008BE0 "__OTR__objects/object_gnd/gPhantomGanonSkelLimbsLimb_00C61CDL_008BE0"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonSkelLimbsLimb_00C61CDL_008BE0[] = dgPhantomGanonSkelLimbsLimb_00C61CDL_008BE0;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonSkelLimbsLimb_00C628DL_0080F8 "__OTR__objects/object_gnd/gPhantomGanonSkelLimbsLimb_00C628DL_0080F8"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonSkelLimbsLimb_00C628DL_0080F8[] = dgPhantomGanonSkelLimbsLimb_00C628DL_0080F8;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonSkelLimbsLimb_00C640DL_009038 "__OTR__objects/object_gnd/gPhantomGanonSkelLimbsLimb_00C640DL_009038"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonSkelLimbsLimb_00C640DL_009038[] = dgPhantomGanonSkelLimbsLimb_00C640DL_009038;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonSkelLimbsLimb_00C658DL_009520 "__OTR__objects/object_gnd/gPhantomGanonSkelLimbsLimb_00C658DL_009520"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonSkelLimbsLimb_00C658DL_009520[] = dgPhantomGanonSkelLimbsLimb_00C658DL_009520;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonSkelLimbsLimb_00C664DL_009650 "__OTR__objects/object_gnd/gPhantomGanonSkelLimbsLimb_00C664DL_009650"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonSkelLimbsLimb_00C664DL_009650[] = dgPhantomGanonSkelLimbsLimb_00C664DL_009650;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonSkelLimbsLimb_00C670DL_009460 "__OTR__objects/object_gnd/gPhantomGanonSkelLimbsLimb_00C670DL_009460"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonSkelLimbsLimb_00C670DL_009460[] = dgPhantomGanonSkelLimbsLimb_00C670DL_009460;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonSkelLimbsLimb_00C688DL_009ED0 "__OTR__objects/object_gnd/gPhantomGanonSkelLimbsLimb_00C688DL_009ED0"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonSkelLimbsLimb_00C688DL_009ED0[] = dgPhantomGanonSkelLimbsLimb_00C688DL_009ED0;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonSkelLimbsLimb_00C694DL_009D68 "__OTR__objects/object_gnd/gPhantomGanonSkelLimbsLimb_00C694DL_009D68"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonSkelLimbsLimb_00C694DL_009D68[] = dgPhantomGanonSkelLimbsLimb_00C694DL_009D68;
2023-02-14 08:29:46 -05:00
#define dgPhantomGanonSkelLimbsLimb_00C6A0DL_009CA8 "__OTR__objects/object_gnd/gPhantomGanonSkelLimbsLimb_00C6A0DL_009CA8"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gPhantomGanonSkelLimbsLimb_00C6A0DL_009CA8[] = dgPhantomGanonSkelLimbsLimb_00C6A0DL_009CA8;
2023-02-14 08:29:46 -05:00
2023-03-02 09:37:47 -05:00
#define dobject_gndTex_012B50 "__OTR__objects/object_gnd/object_gndTex_012B50"
static const ALIGN_ASSET(2) char object_gndTex_012B50[] = dobject_gndTex_012B50;