Decompile func000274e0

This commit is contained in:
Ryan Dwyer
2021-05-09 22:29:23 +10:00
parent 51ea3112e3
commit c693c24e7c
3 changed files with 47 additions and 138 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ u32 func00025f90(void);
u32 func000260cc(void);
u32 func00026288(void);
bool cdIs2dPointInTile(struct tiletype1 *tile, f32 x, f32 z);
u32 func00026520(void);
bool func00026520(struct tiletype2 *tile, f32 x, f32 z);
u32 func00026654(void);
u32 func000266a4(void);
void platformGetRidingProps(struct prop *platform, s16 *propnums, u32 len);
+2 -1
View File
@@ -982,7 +982,8 @@ struct tiletype1 {
struct tiletype2 {
struct tile header;
/*0x04*/ f32 ymax;
/*0x04*/ f32 ymin;
/*0x08*/ f32 ymin;
/*0x0c*/ f32 vertices[1][2];
};
struct tiletype3 {