mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-21 05:34:10 -04:00
Entrance Rando Fixes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user