From 59e2eed10e63a06b4e94c6ed86b921ebaee17058 Mon Sep 17 00:00:00 2001 From: KiritoDv Date: Mon, 8 Apr 2024 00:03:54 -0600 Subject: [PATCH] Stubbed again Texture_Scroll since keeps crashing because god knows why --- src/engine/fox_std_lib.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/engine/fox_std_lib.c b/src/engine/fox_std_lib.c index 4754b7a6..51e30617 100644 --- a/src/engine/fox_std_lib.c +++ b/src/engine/fox_std_lib.c @@ -26,6 +26,7 @@ s32 Graphics_Printf(const char* fmt, ...) { } void Texture_Scroll(u16* texture, s32 width, s32 height, u8 mode) { + return; // LTodo: [HD-Textures] This is broken u16* temp_t0 = LOAD_ASSET(texture); u16 temp_a3;