aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_kyradat/resources/lol_dos_demo_english.h
blob: df80fd10e2f231d953cd84b01052ebe652349b29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
static const char *const kLoLSeqplayStringsDOSDemoEnglish[10] = {
	"The Lands have become perilous",
	"to travellers",
	"King Richard holds the strength",
	"to defeat Sorceress Scotia!",
	"You have the ability to restore",
	"hope to the People",
	"Cruel and hideous monsters",
	"will hinder your quest...",
	"Will you accept the challenge ?",
	"Scotia awaits..."
};

static const StringListProvider kLoLSeqplayStringsDOSDemoEnglishProvider = { ARRAYSIZE(kLoLSeqplayStringsDOSDemoEnglish), kLoLSeqplayStringsDOSDemoEnglish };