blob: 46ae99e98131a5c2bbe70b120e1bc26cb5464d4a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef MISC_MEMERRMSG_H
#define MISC_MEMERRMSG_H 1
#include "align_asset_macro.h"
#define dgExpansionPakNotInstalledErrorTex "__OTR__misc/memerrmsg/gExpansionPakNotInstalledErrorTex"
static const ALIGN_ASSET(2) char gExpansionPakNotInstalledErrorTex[] = dgExpansionPakNotInstalledErrorTex;
#define dgSeeInstructionBookletErrorTex "__OTR__misc/memerrmsg/gSeeInstructionBookletErrorTex"
static const ALIGN_ASSET(2) char gSeeInstructionBookletErrorTex[] = dgSeeInstructionBookletErrorTex;
#endif // MISC_MEMERRMSG_H
|