mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 21:18:23 -04:00
Demo work
This commit is contained in:
@@ -110,7 +110,11 @@ void daObjGong::Act_c::init_mtx() {
|
||||
|
||||
/* 00000454-000004A4 .text demo_move__Q29daObjGong5Act_cFv */
|
||||
bool daObjGong::Act_c::demo_move() {
|
||||
return dDemo_setDemoData(this, 0x6A, mpMorf, "Vdora", 0, NULL, 0, 0);
|
||||
return dDemo_setDemoData(
|
||||
this,
|
||||
dDemo_actor_c::ENABLE_TRANS_e | dDemo_actor_c::ENABLE_ROTATE_e | dDemo_actor_c::ENABLE_ANM_e | dDemo_actor_c::ENABLE_ANM_FRAME_e,
|
||||
mpMorf, "Vdora"
|
||||
);
|
||||
}
|
||||
|
||||
/* 000004A4-000004F0 .text _execute__Q29daObjGong5Act_cFv */
|
||||
|
||||
Reference in New Issue
Block a user