User Tools

Site Tools


super_mario_64:function_list

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
super_mario_64:function_list [2022/07/31 20:08]
ZenonX Document subroutine snap_object_to_floor()
super_mario_64:function_list [2023/08/23 03:57] (current)
ZenonX correct entries of duplicated level script commands
Line 1351: Line 1351:
 | 8029E714 | ''​s16 obj_turn_toward_object(struct Object *obj, struct Object *target, s16 angleIndex, s16 turnAmount);''​ | | 8029E714 | ''​s16 obj_turn_toward_object(struct Object *obj, struct Object *target, s16 angleIndex, s16 turnAmount);''​ |
 | 8029E8BC | ''​void obj_set_parent_relative_pos(struct Object *obj, s16 relX, s16 relY, s16 relZ);''​ | | 8029E8BC | ''​void obj_set_parent_relative_pos(struct Object *obj, s16 relX, s16 relY, s16 relZ);''​ |
-| 8029E914 | ''​void ​cur_obj_set_pos_to_home_with_debug(void);''​ |+| 8029E914 | ''​void ​obj_set_pos(struct Objec *obj, f32 x, f32 y, f32 z);''​ |
 | 8029E96C | ''​void obj_set_angle(struct Object *obj, s16 pitch, s16 yaw, s16 roll);''​ | | 8029E96C | ''​void obj_set_angle(struct Object *obj, s16 pitch, s16 yaw, s16 roll);''​ |
 | 8029E9AC | spawn_object_abs_with_rot | | 8029E9AC | spawn_object_abs_with_rot |
Line 3620: Line 3620:
 | 8037E388 | ''​void level_cmd_exit_and_execute(void);''​ | | 8037E388 | ''​void level_cmd_exit_and_execute(void);''​ |
 | 8037E404 | ''​void level_cmd_exit(void);''​ | | 8037E404 | ''​void level_cmd_exit(void);''​ |
-| 8037E47C | ''​void ​level_cmd_sleep2(void);''​ |+| 8037E47C | ''​void ​level_cmd_sleep(void);''​ |
 | 8037E4FC | ''​void level_cmd_sleep2(void);''​ | | 8037E4FC | ''​void level_cmd_sleep2(void);''​ |
-| 8037E580 | ''​void ​level_cmd_jump_and_link_if(void);''​ | +| 8037E580 | ''​void ​level_cmd_jump(void);''​ | 
-| 8037E5B8 | ''​void ​level_cmd_jump_and_link_if(void);''​ |+| 8037E5B8 | ''​void ​level_cmd_jump_and_link(void);''​ |
 | 8037E620 | ''​void level_cmd_return(void);''​ | | 8037E620 | ''​void level_cmd_return(void);''​ |
 | 8037E650 | ''​void level_cmd_jump_and_link_push_arg(void);''​ | | 8037E650 | ''​void level_cmd_jump_and_link_push_arg(void);''​ |
Line 3632: Line 3632:
 | 8037E8E8 | ''​void level_cmd_jump_and_link_if(void);''​ | | 8037E8E8 | ''​void level_cmd_jump_and_link_if(void);''​ |
 | 8037E988 | ''​void level_cmd_skip_if(void);''​ | | 8037E988 | ''​void level_cmd_skip_if(void);''​ |
-| 8037EA18 | ''​void ​level_cmd_skippable_nop(void);''​ |+| 8037EA18 | ''​void ​level_cmd_skip(void);''​ |
 | 8037EA70 | ''​void level_cmd_skippable_nop(void);''​ | | 8037EA70 | ''​void level_cmd_skippable_nop(void);''​ |
-| 8037EA98 | ''​void ​level_cmd_call_loop(void);''​ |+| 8037EA98 | ''​void ​level_cmd_call(void);''​ |
 | 8037EB04 | ''​void level_cmd_call_loop(void);''​ | | 8037EB04 | ''​void level_cmd_call_loop(void);''​ |
 | 8037EB98 | ''​void level_cmd_set_register(void);''​ | | 8037EB98 | ''​void level_cmd_set_register(void);''​ |
super_mario_64/function_list.1659298121.txt.gz · Last modified: 2022/07/31 20:08 by ZenonX