Skip to content

Commit

Permalink
Spawn link at the origin, rather than an arbitrary position
Browse files Browse the repository at this point in the history
  • Loading branch information
themikelester committed Dec 5, 2024
1 parent b3182da commit 49bd7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZeldaWindWaker/Main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1026,7 +1026,7 @@ class DemoDesc extends SceneDesc implements Viewer.SceneDesc {
await globals.modelCache.waitForLoad();

if(!fopAcM_searchFromName(globals, 'Link', 0, 0)) {
fopAcM_create(globals.frameworkGlobals, dProcName_e.d_a_py_lk, 0, [-25414,3501,219], globals.mStayNo, null, null, 0xFF, -1);
fopAcM_create(globals.frameworkGlobals, dProcName_e.d_a_py_lk, 0, null, globals.mStayNo, null, null, 0xFF, -1);
}

// noclip modification: ensure all the actors are created before we load the cutscene
Expand Down

0 comments on commit 49bd7cb

Please sign in to comment.