2023-09-01 12:47:51 -04:00
|
|
|
#ifndef OBJECTS_OBJECT_BOMBF_H
|
|
|
|
#define OBJECTS_OBJECT_BOMBF_H 1
|
2023-03-02 09:37:47 -05:00
|
|
|
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
|
2023-02-14 08:29:46 -05:00
|
|
|
#define dgBombFlowerLeafOutwardsTex "__OTR__objects/object_bombf/gBombFlowerLeafOutwardsTex"
|
2023-03-02 09:37:47 -05:00
|
|
|
static const ALIGN_ASSET(2) char gBombFlowerLeafOutwardsTex[] = dgBombFlowerLeafOutwardsTex;
|
|
|
|
|
2023-02-14 08:29:46 -05:00
|
|
|
#define dgBombFlowerLeafUpwardsTex "__OTR__objects/object_bombf/gBombFlowerLeafUpwardsTex"
|
2023-03-02 09:37:47 -05:00
|
|
|
static const ALIGN_ASSET(2) char gBombFlowerLeafUpwardsTex[] = dgBombFlowerLeafUpwardsTex;
|
|
|
|
|
2023-02-14 08:29:46 -05:00
|
|
|
#define dgBombFlowerBombTex "__OTR__objects/object_bombf/gBombFlowerBombTex"
|
2023-03-02 09:37:47 -05:00
|
|
|
static const ALIGN_ASSET(2) char gBombFlowerBombTex[] = dgBombFlowerBombTex;
|
|
|
|
|
2023-02-14 08:29:46 -05:00
|
|
|
#define dgBombFlowerFuseTex "__OTR__objects/object_bombf/gBombFlowerFuseTex"
|
2023-03-02 09:37:47 -05:00
|
|
|
static const ALIGN_ASSET(2) char gBombFlowerFuseTex[] = dgBombFlowerFuseTex;
|
|
|
|
|
2023-02-14 08:29:46 -05:00
|
|
|
#define dgBombFlowerLeavesDL "__OTR__objects/object_bombf/gBombFlowerLeavesDL"
|
2023-03-02 09:37:47 -05:00
|
|
|
static const ALIGN_ASSET(2) char gBombFlowerLeavesDL[] = dgBombFlowerLeavesDL;
|
|
|
|
|
2023-02-14 08:29:46 -05:00
|
|
|
#define dgBombFlowerBombAndSparkDL "__OTR__objects/object_bombf/gBombFlowerBombAndSparkDL"
|
2023-03-02 09:37:47 -05:00
|
|
|
static const ALIGN_ASSET(2) char gBombFlowerBombAndSparkDL[] = dgBombFlowerBombAndSparkDL;
|
2023-02-14 08:29:46 -05:00
|
|
|
|
2023-03-02 09:37:47 -05:00
|
|
|
#define dgBombFlowerBaseLeavesDL "__OTR__objects/object_bombf/gBombFlowerBaseLeavesDL"
|
2023-09-01 12:47:51 -04:00
|
|
|
static const ALIGN_ASSET(2) char gBombFlowerBaseLeavesDL[] = dgBombFlowerBaseLeavesDL;
|
|
|
|
|
|
|
|
#endif // OBJECTS_OBJECT_BOMBF_H
|