mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
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:
+3
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user