Files
Ghostship/include/texts_table.h

12 lines
368 B
C
Raw Permalink Normal View History

2023-09-21 22:06:08 -06:00
#pragma once
#include "align_asset_macro.h"
#define dgDialogRoot "texts/dialogs/dialog_%02X"
static const ALIGN_ASSET(2) char gDialogRoot[] = dgDialogRoot;
#define dgCourseRoot "texts/courses/course_%02X"
static const ALIGN_ASSET(2) char gCourseRoot[] = dgCourseRoot;
#define dgActRoot "texts/acts/act_%02X"
static const ALIGN_ASSET(2) char gActRoot[] = dgActRoot;