sm64coopdx/autogen/lua_functions/mario_actions_object.c
MysterD b364493807 Even more Lua improvements
Reorganized autogenerated lua functions into their own file
Grouped up COBJECT LVTs
Partially implemented: struct MarioBodyState, Object, ObjectNode, GraphNodeObject
Reimplemented lua function wrappers for: camera.h, mario.h, mario_actions_*.c, mario_step.h
2022-01-19 19:20:57 -08:00

4 lines
255 B
C

void animated_stationary_ground_step(struct MarioState *m, s32 animation, u32 endAction);
s32 mario_update_punch_sequence(struct MarioState *m);
s32 check_common_object_cancels(struct MarioState *m);
s32 mario_execute_object_action(struct MarioState *m);