sm64coopdx/autogen
Sunk 3002b0ca0f Add HOOK_BEFORE_SET_MARIO_ACTION
Param: incoming action
Return: changes incoming action
If the return value is 1, prevent the action from happening entirely.
0 can't be used here since it'll break the title screen.
2023-01-15 19:16:14 -05:00
..
lua_constants Allow coop mods to use the backup save slot independently of the normal one 2022-04-10 00:30:47 -07:00
lua_definitions Add HOOK_BEFORE_SET_MARIO_ACTION 2023-01-15 19:16:14 -05:00
autogen.sh Added the ability to spawn particles from Lua 2022-03-09 21:25:07 -08:00
common.py A bunch of LUA autogen additions. (#235) 2022-11-30 00:37:12 -08:00
convert_constants.py Mod storage, network_discord_id_from_local_index and other small changes (#200) 2022-09-26 19:28:26 -07:00
convert_functions.py A bunch of LUA autogen additions. (#235) 2022-11-30 00:37:12 -08:00
convert_structs.py Mod storage, network_discord_id_from_local_index and other small changes (#200) 2022-09-26 19:28:26 -07:00
extract_constants.py Update to Refresh 13 (#19) 2022-03-13 00:17:10 -08:00
extract_functions.py Added a bunch of camera functions to Lua 2022-03-25 23:46:37 -07:00
extract_object_fields.py
extract_structs.py Added DynOS warp functions to Lua API 2022-03-11 18:11:32 -08:00
gen_sound.py