diff options
Diffstat (limited to 'mm/assets/2s2h_assets.h')
| -rw-r--r-- | mm/assets/2s2h_assets.h | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/mm/assets/2s2h_assets.h b/mm/assets/2s2h_assets.h index 21905427e..d5d739f79 100644 --- a/mm/assets/2s2h_assets.h +++ b/mm/assets/2s2h_assets.h @@ -140,6 +140,34 @@ static const ALIGN_ASSET(2) char gFileSelCheatingDayTex[] = dgFileSelCheatingDay #define dgFileSelRandIconTex "__OTR__misc/title_static/gFileSelRandIconTex" static const ALIGN_ASSET(2) char gFileSelRandIconTex[] = dgFileSelRandIconTex; +// File select new file setup labels, generated by tools/label_gen/genlabel.py +#define dgFileSelNewFileTex "__OTR__misc/title_static/gFileSelNewFileTex" +static const ALIGN_ASSET(2) char gFileSelNewFileTex[] = dgFileSelNewFileTex; + +#define dgFileSelModeHeaderTex "__OTR__misc/title_static/gFileSelModeHeaderTex" +static const ALIGN_ASSET(2) char gFileSelModeHeaderTex[] = dgFileSelModeHeaderTex; + +#define dgFileSelSeedHeaderTex "__OTR__misc/title_static/gFileSelSeedHeaderTex" +static const ALIGN_ASSET(2) char gFileSelSeedHeaderTex[] = dgFileSelSeedHeaderTex; + +#define dgFileSelPresetHeaderTex "__OTR__misc/title_static/gFileSelPresetHeaderTex" +static const ALIGN_ASSET(2) char gFileSelPresetHeaderTex[] = dgFileSelPresetHeaderTex; + +#define dgFileSelGenerateNewTex "__OTR__misc/title_static/gFileSelGenerateNewTex" +static const ALIGN_ASSET(2) char gFileSelGenerateNewTex[] = dgFileSelGenerateNewTex; + +#define dgFileSelVanillaTex "__OTR__misc/title_static/gFileSelVanillaTex" +static const ALIGN_ASSET(2) char gFileSelVanillaTex[] = dgFileSelVanillaTex; + +#define dgFileSelRandomizerTex "__OTR__misc/title_static/gFileSelRandomizerTex" +static const ALIGN_ASSET(2) char gFileSelRandomizerTex[] = dgFileSelRandomizerTex; + +#define dgFileSelArrowLeftTex "__OTR__misc/title_static/gFileSelArrowLeftTex" +static const ALIGN_ASSET(2) char gFileSelArrowLeftTex[] = dgFileSelArrowLeftTex; + +#define dgFileSelArrowRightTex "__OTR__misc/title_static/gFileSelArrowRightTex" +static const ALIGN_ASSET(2) char gFileSelArrowRightTex[] = dgFileSelArrowRightTex; + #define dgBoxChestCornerHealthTex "__OTR__objects/object_box/gBoxChestCornerHealthTex" static const ALIGN_ASSET(2) char gBoxChestCornerHealthTex[] = dgBoxChestCornerHealthTex; |
