summaryrefslogtreecommitdiff
path: root/src/engine
diff options
context:
space:
mode:
authorKiritoDv <kiritodev01@gmail.com>2024-04-08 00:03:54 -0600
committerKiritoDv <kiritodev01@gmail.com>2024-04-08 00:03:54 -0600
commit59e2eed10e63a06b4e94c6ed86b921ebaee17058 (patch)
tree80c1c7f50e49b13494543c7d237975c105e71fcd /src/engine
parentbca120f6cdeb1e7c8db8ec5976c7878248964779 (diff)
Stubbed again Texture_Scroll since keeps crashing because god knows why
Diffstat (limited to 'src/engine')
-rw-r--r--src/engine/fox_std_lib.c1
1 files changed, 1 insertions, 0 deletions
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;