Shipwright/soh/assets/objects/object_hata/object_hata.h

53 lines
2.5 KiB
C
Raw Normal View History

#ifndef OBJECTS_OBJECT_HATA_H
#define OBJECTS_OBJECT_HATA_H 1
2023-03-02 09:37:47 -05:00
#include "align_asset_macro.h"
2023-02-14 08:29:46 -05:00
#define dgFlagpoleCol "__OTR__objects/object_hata/gFlagpoleCol"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gFlagpoleCol[] = dgFlagpoleCol;
2023-02-14 08:29:46 -05:00
#define dgFlagpoleFlapAnim "__OTR__objects/object_hata/gFlagpoleFlapAnim"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gFlagpoleFlapAnim[] = dgFlagpoleFlapAnim;
2023-02-14 08:29:46 -05:00
#define dgFlagpoleSkel "__OTR__objects/object_hata/gFlagpoleSkel"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gFlagpoleSkel[] = dgFlagpoleSkel;
2023-02-14 08:29:46 -05:00
#define dgFlagpolePoleDL "__OTR__objects/object_hata/gFlagpolePoleDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gFlagpolePoleDL[] = dgFlagpolePoleDL;
2023-02-14 08:29:46 -05:00
#define dgFlagpoleFlag1FlyEndDL "__OTR__objects/object_hata/gFlagpoleFlag1FlyEndDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gFlagpoleFlag1FlyEndDL[] = dgFlagpoleFlag1FlyEndDL;
2023-02-14 08:29:46 -05:00
#define dgFlagpoleFlag1FlyMidDL "__OTR__objects/object_hata/gFlagpoleFlag1FlyMidDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gFlagpoleFlag1FlyMidDL[] = dgFlagpoleFlag1FlyMidDL;
2023-02-14 08:29:46 -05:00
#define dgFlagpoleFlag1HoistMidDL "__OTR__objects/object_hata/gFlagpoleFlag1HoistMidDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gFlagpoleFlag1HoistMidDL[] = dgFlagpoleFlag1HoistMidDL;
2023-02-14 08:29:46 -05:00
#define dgFlagpoleFlag1HoistEndDL "__OTR__objects/object_hata/gFlagpoleFlag1HoistEndDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gFlagpoleFlag1HoistEndDL[] = dgFlagpoleFlag1HoistEndDL;
2023-02-14 08:29:46 -05:00
#define dgFlagpoleFlag2FlyEndDL "__OTR__objects/object_hata/gFlagpoleFlag2FlyEndDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gFlagpoleFlag2FlyEndDL[] = dgFlagpoleFlag2FlyEndDL;
2023-02-14 08:29:46 -05:00
#define dgFlagpoleFlag2FlyMidDL "__OTR__objects/object_hata/gFlagpoleFlag2FlyMidDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gFlagpoleFlag2FlyMidDL[] = dgFlagpoleFlag2FlyMidDL;
2023-02-14 08:29:46 -05:00
#define dgFlagpoleFlag2HoistMidDL "__OTR__objects/object_hata/gFlagpoleFlag2HoistMidDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gFlagpoleFlag2HoistMidDL[] = dgFlagpoleFlag2HoistMidDL;
2023-02-14 08:29:46 -05:00
#define dgFlagpoleFlag2HoistEndDL "__OTR__objects/object_hata/gFlagpoleFlag2HoistEndDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gFlagpoleFlag2HoistEndDL[] = dgFlagpoleFlag2HoistEndDL;
2023-02-14 08:29:46 -05:00
#define dgFlagpolePoleTex "__OTR__objects/object_hata/gFlagpolePoleTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gFlagpolePoleTex[] = dgFlagpolePoleTex;
2023-02-14 08:29:46 -05:00
#define dgFlagpoleTopTex "__OTR__objects/object_hata/gFlagpoleTopTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gFlagpoleTopTex[] = dgFlagpoleTopTex;
2023-02-14 08:29:46 -05:00
2023-03-02 09:37:47 -05:00
#define dgFlagpoleFlagTex "__OTR__objects/object_hata/gFlagpoleFlagTex"
static const ALIGN_ASSET(2) char gFlagpoleFlagTex[] = dgFlagpoleFlagTex;
#endif // OBJECTS_OBJECT_HATA_H