Decompile tileGetFloorCol

This commit is contained in:
Ryan Dwyer
2020-05-08 20:40:45 +10:00
parent b58ac827a5
commit 071aa1fdcc
3 changed files with 34 additions and 43 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ u32 func00025724(void);
u32 func00025774(void);
u32 func00025848(void);
u32 func00025928(void);
void func00025b70(struct tile *tile, u16 *floorcol);
void tileGetFloorCol(struct tile *tile, u16 *floorcol);
void func00025bdc(struct tile *tile, u8 *floortype);
u32 func00025c74(void);
u32 func00025f90(void);
+1 -1
View File
@@ -5689,7 +5689,7 @@ struct tile {
/*0x02*/ u16 flags;
/*0x04*/ u8 floortype;
/*0x08*/ u32 unk08;
/*0x0c*/ u32 floorcol;
/*0x0c*/ u16 floorcol;
};
struct tilething {