You've already forked 2ship2harkinian-Android
mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-03-10 11:20:47 -07:00
12 lines
517 B
C
12 lines
517 B
C
#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
|