couple funcs (#361)

* match set_render_printf_position

* Update printf.c

* fix macro

* match func_80066610 and print_debug_strings

* rename

* rename

* Update camera.c

* Update camera.c

* taj related labelling

* tracks.c shenanigans

* printf

* match func_8003EC14

* match func_8003EDD8

* fix warnings

* comments

* rework boss vehicle struct

* Update objects.c

* fix warnings

* qukc fixes

* Update src/object_functions.c

Co-authored-by: Ryan Myers <ryan.p.myers@gmail.com>

* Update src/object_functions.c

Co-authored-by: Ryan Myers <ryan.p.myers@gmail.com>

* Update src/object_functions.c

Co-authored-by: Ryan Myers <ryan.p.myers@gmail.com>

Co-authored-by: Ryan Myers <ryan.p.myers@gmail.com>
This commit is contained in:
Fazana
2023-01-23 12:54:17 +00:00
committed by GitHub
co-authored by Ryan Myers
parent 8141fada09
commit 8b230b0d43
44 changed files with 515 additions and 885 deletions
+3 -2
View File
@@ -810,10 +810,11 @@ typedef struct Object_WeaponBalloon {
typedef struct Object_Weapon {
/* 0x00 */ struct Object *target;
/* 0x04 */ struct Object *owner;
/* 0x08 */ s32 unk8;
/* 0x08 */ struct Object *hitObj;
/* 0x0C */ f32 checkpointDist;
/* 0x10 */ f32 forwardVel;
/* 0x14 */ s32 unk14;
/* 0x14 */ s16 unk14;
/* 0x14 */ s16 unk16;
/* 0x18 */ u8 weaponID;
/* 0x19 */ s8 checkpoint;
/* 0x19 */ s16 unk1A;