mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-09 20:40:35 -04:00
Decompile tileGetFloorCol
This commit is contained in:
@@ -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
@@ -5689,7 +5689,7 @@ struct tile {
|
||||
/*0x02*/ u16 flags;
|
||||
/*0x04*/ u8 floortype;
|
||||
/*0x08*/ u32 unk08;
|
||||
/*0x0c*/ u32 floorcol;
|
||||
/*0x0c*/ u16 floorcol;
|
||||
};
|
||||
|
||||
struct tilething {
|
||||
|
||||
Reference in New Issue
Block a user