From 58b2a01a586d758df86bb635fbf5efe91f3adc12 Mon Sep 17 00:00:00 2001 From: Jdog Date: Fri, 14 Aug 2020 19:51:02 -0700 Subject: [PATCH] Remove WIP function --- src/code_e79b0_len_1920.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/code_e79b0_len_1920.c b/src/code_e79b0_len_1920.c index 32b98c696b..a24c8d38d8 100644 --- a/src/code_e79b0_len_1920.c +++ b/src/code_e79b0_len_1920.c @@ -18,8 +18,9 @@ INCLUDE_ASM(code_e79b0_len_1920, start_child_script); INCLUDE_ASM(code_e79b0_len_1920, func_802C39F8); -//INCLUDE_ASM(code_e79b0_len_1920, restart_script); +INCLUDE_ASM(code_e79b0_len_1920, restart_script); // TODO: Find out why things break when script->timeScale = 1 goes after the previous lines +/* script_context* restart_script(script_context* script) { script->loopDepth = -1; script->switchDepth = -1; @@ -39,6 +40,7 @@ script_context* restart_script(script_context* script) { func_802C3390(script); return script; } +*/ INCLUDE_ASM(code_e79b0_len_1920, update_scripts);