Shipwright/soh/assets/objects/object_nwc/object_nwc.h

36 lines
1.7 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 dgCuccoChickBodyTex "__OTR__objects/object_nwc/gCuccoChickBodyTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gCuccoChickBodyTex[] = dgCuccoChickBodyTex;
2023-02-14 08:29:46 -05:00
#define dgCuccoChickEyeTex "__OTR__objects/object_nwc/gCuccoChickEyeTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gCuccoChickEyeTex[] = dgCuccoChickEyeTex;
2023-02-14 08:29:46 -05:00
#define dgCuccoChickBeakTex "__OTR__objects/object_nwc/gCuccoChickBeakTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gCuccoChickBeakTex[] = dgCuccoChickBeakTex;
2023-02-14 08:29:46 -05:00
#define dgCuccoChickSetupBodyDL "__OTR__objects/object_nwc/gCuccoChickSetupBodyDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gCuccoChickSetupBodyDL[] = dgCuccoChickSetupBodyDL;
2023-02-14 08:29:46 -05:00
#define dgCuccoChickBodyDL "__OTR__objects/object_nwc/gCuccoChickBodyDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gCuccoChickBodyDL[] = dgCuccoChickBodyDL;
2023-02-14 08:29:46 -05:00
#define dgCuccoChickSetupEyeDL "__OTR__objects/object_nwc/gCuccoChickSetupEyeDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gCuccoChickSetupEyeDL[] = dgCuccoChickSetupEyeDL;
2023-02-14 08:29:46 -05:00
#define dgCuccoChickEyesDL "__OTR__objects/object_nwc/gCuccoChickEyesDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gCuccoChickEyesDL[] = dgCuccoChickEyesDL;
2023-02-14 08:29:46 -05:00
#define dgCuccoChickSetupBeakDL "__OTR__objects/object_nwc/gCuccoChickSetupBeakDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gCuccoChickSetupBeakDL[] = dgCuccoChickSetupBeakDL;
2023-02-14 08:29:46 -05:00
#define dgCuccoChickBeakDL "__OTR__objects/object_nwc/gCuccoChickBeakDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gCuccoChickBeakDL[] = dgCuccoChickBeakDL;
2023-02-14 08:29:46 -05:00
#define dgCuccoChickSetupShadowDL "__OTR__objects/object_nwc/gCuccoChickSetupShadowDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gCuccoChickSetupShadowDL[] = dgCuccoChickSetupShadowDL;
2023-02-14 08:29:46 -05:00
2023-03-02 09:37:47 -05:00
#define dgCuccoChickShadowDL "__OTR__objects/object_nwc/gCuccoChickShadowDL"
static const ALIGN_ASSET(2) char gCuccoChickShadowDL[] = dgCuccoChickShadowDL;