Decompile propLoad

This commit is contained in:
Ryan Dwyer
2020-02-17 23:33:17 +10:00
parent ff9cd7ffa5
commit 4b7db9e99e
11 changed files with 490 additions and 500 deletions
+1 -1
View File
@@ -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;
+1 -1
View File
@@ -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);
+1 -1
View File
@@ -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);
+6
View File
@@ -5103,4 +5103,10 @@ struct chrnumaction {
u8 myaction;
};
struct propdefinition {
void *filedata;
u16 fileid;
u16 scale;
};
#endif