From f9449fa185a8789bdfd2c81ccfeebaed0f8686cc Mon Sep 17 00:00:00 2001 From: KiritoDv Date: Sun, 7 Apr 2024 18:01:42 -0600 Subject: Fixed Solar and Zoness --- src/engine/fox_std_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/engine/fox_std_lib.c') diff --git a/src/engine/fox_std_lib.c b/src/engine/fox_std_lib.c index fd2704fc..4754b7a6 100644 --- a/src/engine/fox_std_lib.c +++ b/src/engine/fox_std_lib.c @@ -26,7 +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; s32 var_a0; -- cgit v1.2.3