mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-04 18:58:22 -04:00
Decompile func0001ae90
This commit is contained in:
@@ -24,7 +24,7 @@ void func0001ad0c(struct model *model, struct coord *coord);
|
||||
void func0001ad34(struct model *model, struct coord *coord);
|
||||
u32 func0001ad5c(void);
|
||||
f32 func0001ae44(struct model *model);
|
||||
void func0001ae90(struct model *model, f32 arg1);
|
||||
void func0001ae90(struct model *model, f32 angle);
|
||||
void modelSetUnk14(struct model *model, f32 arg1);
|
||||
void modelSetAnimScale(struct model *model, f32 scale);
|
||||
f32 func0001af80(struct model *model);
|
||||
|
||||
+8
-1
@@ -309,7 +309,14 @@ struct modeldata_root { // type 0x01
|
||||
u32 unk00;
|
||||
f32 ground;
|
||||
struct coord pos;
|
||||
f32 unk14;
|
||||
f32 unk14; // angle
|
||||
f32 unk18;
|
||||
u32 unk1c;
|
||||
f32 unk20; // angle
|
||||
u32 unk24;
|
||||
u32 unk28;
|
||||
u32 unk2c;
|
||||
f32 unk30; // angle
|
||||
};
|
||||
|
||||
struct modeldata_partid { // type 0x12
|
||||
|
||||
Reference in New Issue
Block a user