diff options
Diffstat (limited to 'include/structures.h')
| -rw-r--r-- | include/structures.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/structures.h b/include/structures.h index 164e77e4..97233eea 100644 --- a/include/structures.h +++ b/include/structures.h @@ -352,8 +352,8 @@ typedef struct { extern struct_02018EB0 gUnk_02018EB0; typedef struct { - s16 tile; - s16 position; + s16 tileIndex; + s16 tilePosOffset; } TileData; typedef struct { |
