Attempt to decompile func0002a6fc

This commit is contained in:
Ryan Dwyer
2021-05-15 18:28:37 +10:00
parent a8e6197cdb
commit 2e62193289
3 changed files with 74 additions and 3 deletions
+2 -2
View File
@@ -13,7 +13,7 @@ void cdGetPos(struct coord *pos, u32 line, char *file);
void func00024ee8(struct coord *arg0);
u32 cdGetTileFlags(void);
void func00024f6c(void);
u32 func00024fb0(void);
void func00024fb0(struct coord *arg0, struct coord *arg1, struct prop *prop);
u32 func00025038(void);
void func000250cc(struct coord *arg0, struct coord *arg1, f32 width);
void func00025168(struct prop *prop);
@@ -27,7 +27,7 @@ u32 func000254d8(void);
f32 func00025654(f32 x1, f32 z1, f32 x2, f32 z2, f32 x3, f32 z3);
f32 func00025724(f32 x1, f32 z1, f32 x2, f32 z2);
bool func00025774(f32 x1, f32 z1, f32 x2, f32 z2, f32 x3, f32 z3);
u32 func00025848(void);
void func00025848(f32 tilex, f32 tilez, f32 tilewidth, f32 posx, f32 posz, f32 *x1, f32 *z1, f32 *x2, f32 *z2);
void func00025928(struct tile *tile, struct coord *arg1);
void tileGetFloorCol(struct tile *tile, u16 *floorcol);
void tileGetFloorType(struct tile *tile, u8 *floortype);
+1 -1
View File
@@ -6950,7 +6950,7 @@ struct var800ab570 {
struct collisionthing {
struct tile *tile;
u32 unk04;
u32 unk08;
s32 unk08;
struct prop *prop;
u32 roomnum;
};