Shipwright/soh/assets/objects/object_yukabyun/object_yukabyun.h

22 lines
1021 B
C
Raw Normal View History

#ifndef OBJECTS_OBJECT_YUKABYUN_H
#define OBJECTS_OBJECT_YUKABYUN_H 1
2023-03-02 09:37:47 -05:00
#include "align_asset_macro.h"
2023-02-14 08:29:46 -05:00
#define dgFloorTileEnemyBottomTex "__OTR__objects/object_yukabyun/gFloorTileEnemyBottomTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gFloorTileEnemyBottomTex[] = dgFloorTileEnemyBottomTex;
2023-02-14 08:29:46 -05:00
#define dgFloorTileEnemyTopTex "__OTR__objects/object_yukabyun/gFloorTileEnemyTopTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gFloorTileEnemyTopTex[] = dgFloorTileEnemyTopTex;
2023-02-14 08:29:46 -05:00
#define dgFloorTileEnemyFragmentTex "__OTR__objects/object_yukabyun/gFloorTileEnemyFragmentTex"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gFloorTileEnemyFragmentTex[] = dgFloorTileEnemyFragmentTex;
2023-02-14 08:29:46 -05:00
#define dgFloorTileEnemyDL "__OTR__objects/object_yukabyun/gFloorTileEnemyDL"
2023-03-02 09:37:47 -05:00
static const ALIGN_ASSET(2) char gFloorTileEnemyDL[] = dgFloorTileEnemyDL;
2023-02-14 08:29:46 -05:00
2023-03-02 09:37:47 -05:00
#define dgFloorTileEnemyFragmentDL "__OTR__objects/object_yukabyun/gFloorTileEnemyFragmentDL"
static const ALIGN_ASSET(2) char gFloorTileEnemyFragmentDL[] = dgFloorTileEnemyFragmentDL;
#endif // OBJECTS_OBJECT_YUKABYUN_H