Entrance Rando Fixes

This commit is contained in:
jdflyer
2026-08-17 20:05:39 -07:00
parent 7129605035
commit de7f09a6a4
4 changed files with 25 additions and 8 deletions
+2 -1
View File
@@ -658,7 +658,8 @@ HookAction hookPreSetNextStage(ModContext*, void* args, void*, void*) {
mods::arg_ref<char const*>(args, 0),
mods::arg_ref<s8>(args, 2),
mods::arg_ref<s16>(args, 1),
mods::arg_ref<s8>(args, 3)
mods::arg_ref<s8>(args, 3),
mods::arg_ref<u32>(args, 5)
);
return HOOK_CONTINUE;
}