Dump overlay list

This commit is contained in:
gamemasterplc 2023-11-23 21:58:33 -06:00
parent a8d2b73106
commit 47f2bb30b9
11 changed files with 142 additions and 3 deletions

View file

@ -97,7 +97,7 @@ static void SubchrMain()
WipeCreate(2, 0, -1);
HuPrcSleep(wipeData.duration+1.0f);
fn_80035A0C();
omOvlGotoEx(41, 1, 0, 0);
omOvlGotoEx(OVL_M433, 1, 0, 0);
do {
HuPrcVSleep();
} while(1);

11
src/game/ovllist.c Normal file
View file

@ -0,0 +1,11 @@
#include "common.h"
#define OVL_DEFINE(name, path) { path, 0 },
FileListEntry _ovltbl[OVL_COUNT+1] = {
#include "ovl_table.h"
{ NULL, -1 }
};
#undef OVL_DEFINE