From 16ab46aeeab0f134255cb481bf956c0c56a1e31a Mon Sep 17 00:00:00 2001 From: Isaac0-dev <62234577+Isaac0-dev@users.noreply.github.com> Date: Sat, 17 May 2025 11:04:50 +1000 Subject: [PATCH] run autogen again to fix mods --- src/pc/lua/smlua_constants_autogen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pc/lua/smlua_constants_autogen.c b/src/pc/lua/smlua_constants_autogen.c index e4725c720..f9b639201 100644 --- a/src/pc/lua/smlua_constants_autogen.c +++ b/src/pc/lua/smlua_constants_autogen.c @@ -129,7 +129,7 @@ char gSmluaConstants[] = "" "--- @type integer\n" "FONT_TINY = -1\n" "--- @type integer\n" -"ANIM_FLAG_FORWARD = (1 <<\n" +"ANIM_FLAG_FORWARD = (1 << 1)\n" "INSTANT_WARP_INDEX_START=0x00\n" "INSTANT_WARP_INDEX_STOP=0x04\n" "MAX_AREAS=16\n"