sm64ex-coop/autogen/lua_definitions
Sunk 71a4196caf Add HOOK_BEFORE_SET_MARIO_ACTION (#253)
* Small quality of life changes

Disabled fixed collision in sm74 by default.
Popping should now completely set the popped player's speed to 0.

* 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.

* Update hooks.md

* Revert "Small quality of life changes"

This reverts commit 05dd235cd0e3633bf1da48bc2f9f0b8a3db087ee.
2023-02-22 20:28:23 -05:00
..
constants.lua Add HOOK_BEFORE_SET_MARIO_ACTION (#253) 2023-02-22 20:28:23 -05:00
functions.lua Small improvements to HUD and new functions (#268) 2023-02-21 00:23:15 -05:00
manual.lua Expose Paintings to Lua (#279) 2023-02-16 18:54:38 -05:00
structs.lua Add HOOK_BEFORE_SET_MARIO_ACTION (#253) 2023-02-22 20:28:23 -05:00