sm64ex-coop/docs/lua/guides
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
..
hooks.md Add HOOK_BEFORE_SET_MARIO_ACTION (#253) 2023-02-22 20:28:23 -05:00
mario-state.md Improve guide readability (#202) 2022-09-26 19:10:17 -07:00
object-lists.md Document every behavior's object list (#252) 2023-01-31 07:33:51 -05:00
vs-code-setup.md Doc stuff (#182) 2022-09-12 20:01:45 -07:00