Shipwright/soh/assets/objects/object_bird/object_bird.h

50 lines
2.1 KiB
C
Raw Normal View History

#ifndef OBJECTS_OBJECT_BIRD_H
#define OBJECTS_OBJECT_BIRD_H 1
2023-03-02 09:37:47 -05:00
#include "align_asset_macro.h"
2023-02-14 08:29:46 -05:00
#define dgBirdFlyAnim "__OTR__objects/object_bird/gBirdFlyAnim"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gBirdFlyAnim[] = dgBirdFlyAnim;
2023-02-14 08:29:46 -05:00
#define dgBirdLeftWingDL "__OTR__objects/object_bird/gBirdLeftWingDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gBirdLeftWingDL[] = dgBirdLeftWingDL;
2023-02-14 08:29:46 -05:00
#define dgBirdLeftWingWrapper1DL "__OTR__objects/object_bird/gBirdLeftWingWrapper1DL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gBirdLeftWingWrapper1DL[] = dgBirdLeftWingWrapper1DL;
2023-02-14 08:29:46 -05:00
#define dgBirdLeftWingWrapper2DL "__OTR__objects/object_bird/gBirdLeftWingWrapper2DL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gBirdLeftWingWrapper2DL[] = dgBirdLeftWingWrapper2DL;
2023-02-14 08:29:46 -05:00
#define dgBirdRightWingDL "__OTR__objects/object_bird/gBirdRightWingDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gBirdRightWingDL[] = dgBirdRightWingDL;
2023-02-14 08:29:46 -05:00
#define dgBirdRightWingWrapper1DL "__OTR__objects/object_bird/gBirdRightWingWrapper1DL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gBirdRightWingWrapper1DL[] = dgBirdRightWingWrapper1DL;
2023-02-14 08:29:46 -05:00
#define dgBirdRightWingWrapper2DL "__OTR__objects/object_bird/gBirdRightWingWrapper2DL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gBirdRightWingWrapper2DL[] = dgBirdRightWingWrapper2DL;
2023-02-14 08:29:46 -05:00
#define dgBirdBodyDL "__OTR__objects/object_bird/gBirdBodyDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gBirdBodyDL[] = dgBirdBodyDL;
2023-02-14 08:29:46 -05:00
#define dgBirdBodyWrapper1DL "__OTR__objects/object_bird/gBirdBodyWrapper1DL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gBirdBodyWrapper1DL[] = dgBirdBodyWrapper1DL;
2023-02-14 08:29:46 -05:00
#define dgBirdBodyWrapper2DL "__OTR__objects/object_bird/gBirdBodyWrapper2DL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gBirdBodyWrapper2DL[] = dgBirdBodyWrapper2DL;
2023-02-14 08:29:46 -05:00
#define dgBirdFaceTex "__OTR__objects/object_bird/gBirdFaceTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gBirdFaceTex[] = dgBirdFaceTex;
2023-02-14 08:29:46 -05:00
#define dgBirdTailTex "__OTR__objects/object_bird/gBirdTailTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gBirdTailTex[] = dgBirdTailTex;
2023-02-14 08:29:46 -05:00
#define dgBirdWingTex "__OTR__objects/object_bird/gBirdWingTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gBirdWingTex[] = dgBirdWingTex;
2023-02-14 08:29:46 -05:00
2023-03-02 09:37:47 -05:00
#define dgBirdSkel "__OTR__objects/object_bird/gBirdSkel"
static const ALIGN_ASSET(2) char gBirdSkel[] = dgBirdSkel;
#endif // OBJECTS_OBJECT_BIRD_H