mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-12-01 16:27:27 +00:00
b364493807
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
4 lines
255 B
C
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);
|