mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-06 19:41:15 -04:00
Decompile propLoad
This commit is contained in:
@@ -40,7 +40,7 @@ extern struct stagethinglist stagethinglist_20ec8;
|
||||
extern struct stagethinglist stagethinglist_20ef8;
|
||||
extern struct stagethinglist stagethinglist_20f5c;
|
||||
extern struct stagethinglist stagethinglist_20fe8;
|
||||
extern u16 proptable[];
|
||||
extern struct propdefinition g_Props[];
|
||||
extern u8 propexplosiontypes[];
|
||||
extern struct stagethinglist stagethinglist_2208c;
|
||||
extern struct stagethinglist stagethinglist_220a4;
|
||||
|
||||
@@ -343,7 +343,7 @@ u32 setupGetCommandLength(u32 *cmd);
|
||||
u32 *setupGetPtrToCommandByIndex(u32 cmdindex);
|
||||
u32 func0f092098(struct tag *tag);
|
||||
u32 func0f092124(void);
|
||||
u32 func0f0921b4(s32 modelnum);
|
||||
bool propLoad(s32 propnum);
|
||||
bool func0f09220c(struct defaultobj *obj, struct coord *pos, f32 *realrot, u32 arg3, u32 arg4);
|
||||
bool func0f092304(struct defaultobj *obj, u32 arg1, u32 arg2);
|
||||
void func0f09233c(struct defaultobj *obj, struct coord *pos, f32 *realrot, s16 *rooms);
|
||||
|
||||
@@ -94,7 +94,7 @@ u32 func000225d4(void);
|
||||
u32 func000227a4(void);
|
||||
void func00022a24(void *arg0, u32 arg1, void *arg2);
|
||||
u32 func00022b68(void);
|
||||
u32 func00022d24(void);
|
||||
void func00022d24(void *data);
|
||||
u32 func00022d50(void);
|
||||
u32 func00022fa4(void);
|
||||
u32 func000230a0(void);
|
||||
|
||||
@@ -5103,4 +5103,10 @@ struct chrnumaction {
|
||||
u8 myaction;
|
||||
};
|
||||
|
||||
struct propdefinition {
|
||||
void *filedata;
|
||||
u16 fileid;
|
||||
u16 scale;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user