Demo work

This commit is contained in:
LagoLunatic
2025-05-28 01:39:07 -04:00
parent 255d01c6db
commit b9190842b7
26 changed files with 389 additions and 221 deletions
+5 -1
View File
@@ -71,7 +71,11 @@ bool daObjVteng_c::create_heap() {
bool daObjVteng_c::jokai_demo() {
bool ret = false;
if (dDemo_setDemoData(this, 0x60, mpMorf, "Vteng", 0, NULL, 0, 0) == TRUE)
if (dDemo_setDemoData(
this,
dDemo_actor_c::ENABLE_ANM_e | dDemo_actor_c::ENABLE_ANM_FRAME_e,
mpMorf, "Vteng"
) == TRUE)
ret = true;
return ret;