Added external asset loading

This commit is contained in:
KiritoDv
2023-09-21 22:06:08 -06:00
parent f8331e1204
commit 0c9a0b7acc
24 changed files with 149 additions and 8911 deletions
+12
View File
@@ -0,0 +1,12 @@
#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;