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
Last revision Both sides next revision
super_mario_64:function_list [2022/07/31 20:08]
ZenonX Document subroutine snap_object_to_floor()
super_mario_64:function_list [2022/08/24 19:04]
someone2639 fixed an error in 8029E914
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 |
super_mario_64/function_list.txt ยท Last modified: 2023/08/23 03:57 by ZenonX