mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
54 lines
2.9 KiB
C
54 lines
2.9 KiB
C
#ifndef ARCHIVES_MAP_NAME_STATIC_H
|
|
#define ARCHIVES_MAP_NAME_STATIC_H 1
|
|
|
|
#include "align_asset_macro.h"
|
|
|
|
#define dgMapPointGreatBayENGTex "__OTR__map_name_static/gMapPointGreatBayENGTex"
|
|
static const ALIGN_ASSET(2) char gMapPointGreatBayENGTex[] = dgMapPointGreatBayENGTex;
|
|
|
|
#define dgMapPointZoraHallENGTex "__OTR__map_name_static/gMapPointZoraHallENGTex"
|
|
static const ALIGN_ASSET(2) char gMapPointZoraHallENGTex[] = dgMapPointZoraHallENGTex;
|
|
|
|
#define dgMapPointRomaniRanchENGTex "__OTR__map_name_static/gMapPointRomaniRanchENGTex"
|
|
static const ALIGN_ASSET(2) char gMapPointRomaniRanchENGTex[] = dgMapPointRomaniRanchENGTex;
|
|
|
|
#define dgMapPointDekuPalaceENGTex "__OTR__map_name_static/gMapPointDekuPalaceENGTex"
|
|
static const ALIGN_ASSET(2) char gMapPointDekuPalaceENGTex[] = dgMapPointDekuPalaceENGTex;
|
|
|
|
#define dgMapPointWoodfallENGTex "__OTR__map_name_static/gMapPointWoodfallENGTex"
|
|
static const ALIGN_ASSET(2) char gMapPointWoodfallENGTex[] = dgMapPointWoodfallENGTex;
|
|
|
|
#define dgMapPointClockTownENGTex "__OTR__map_name_static/gMapPointClockTownENGTex"
|
|
static const ALIGN_ASSET(2) char gMapPointClockTownENGTex[] = dgMapPointClockTownENGTex;
|
|
|
|
#define dgMapPointSnowheadENGTex "__OTR__map_name_static/gMapPointSnowheadENGTex"
|
|
static const ALIGN_ASSET(2) char gMapPointSnowheadENGTex[] = dgMapPointSnowheadENGTex;
|
|
|
|
#define dgMapPointIkanaGraveyardENGTex "__OTR__map_name_static/gMapPointIkanaGraveyardENGTex"
|
|
static const ALIGN_ASSET(2) char gMapPointIkanaGraveyardENGTex[] = dgMapPointIkanaGraveyardENGTex;
|
|
|
|
#define dgMapPointIkanaCanyonENGTex "__OTR__map_name_static/gMapPointIkanaCanyonENGTex"
|
|
static const ALIGN_ASSET(2) char gMapPointIkanaCanyonENGTex[] = dgMapPointIkanaCanyonENGTex;
|
|
|
|
#define dgMapPointGoronVillageENGTex "__OTR__map_name_static/gMapPointGoronVillageENGTex"
|
|
static const ALIGN_ASSET(2) char gMapPointGoronVillageENGTex[] = dgMapPointGoronVillageENGTex;
|
|
|
|
#define dgMapPointStoneTowerENGTex "__OTR__map_name_static/gMapPointStoneTowerENGTex"
|
|
static const ALIGN_ASSET(2) char gMapPointStoneTowerENGTex[] = dgMapPointStoneTowerENGTex;
|
|
|
|
#define dgMapPointGreatBayCoastENGTex "__OTR__map_name_static/gMapPointGreatBayCoastENGTex"
|
|
static const ALIGN_ASSET(2) char gMapPointGreatBayCoastENGTex[] = dgMapPointGreatBayCoastENGTex;
|
|
|
|
#define dgMapPointSouthernSwampENGTex "__OTR__map_name_static/gMapPointSouthernSwampENGTex"
|
|
static const ALIGN_ASSET(2) char gMapPointSouthernSwampENGTex[] = dgMapPointSouthernSwampENGTex;
|
|
|
|
#define dgMapPointMountainVillageENGTex "__OTR__map_name_static/gMapPointMountainVillageENGTex"
|
|
static const ALIGN_ASSET(2) char gMapPointMountainVillageENGTex[] = dgMapPointMountainVillageENGTex;
|
|
|
|
#define dgMapPointMilkRoadENGTex "__OTR__map_name_static/gMapPointMilkRoadENGTex"
|
|
static const ALIGN_ASSET(2) char gMapPointMilkRoadENGTex[] = dgMapPointMilkRoadENGTex;
|
|
|
|
#define dgMapPointZoraCapeENGTex "__OTR__map_name_static/gMapPointZoraCapeENGTex"
|
|
static const ALIGN_ASSET(2) char gMapPointZoraCapeENGTex[] = dgMapPointZoraCapeENGTex;
|
|
#endif // ARCHIVES_MAP_NAME_STATIC_H
|