Added bigoverlay Cliff01-Cliff40 tiles(restricted assets!).

This commit is contained in:
Justin Marshall
2020-07-25 10:06:54 -07:00
parent ea4d95860a
commit 8426284973
43 changed files with 447 additions and 0 deletions
+6
View File
@@ -86,6 +86,12 @@ void BigOverlayManager::Init(void) {
sprintf(temp, "BIGOVERLAY_WCLIFF%d", i);
RegisterBigOverlay(THEATER_SNOW, temp);
}
for (int i = 1; i <= 40; i++)
{
char temp[512];
sprintf(temp, "BIGOVERLAY_CLIFF%d", i);
RegisterBigOverlay(THEATER_SNOW, temp);
}
}
/*