Rename metaTiles

Now the 16x16 tiles are just called tiles and the 8x8 tiles are called subTiles.
This commit is contained in:
octorock
2024-01-06 14:59:48 +01:00
parent c3b771a209
commit aced0bef69
195 changed files with 9739 additions and 9736 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ typedef struct {
u8 field_0x37;
s16 x;
u16 y;
u16 metaTilePos;
u16 tilePos;
u16 flag;
} BombableWallManager;
+1 -1
View File
@@ -6,7 +6,7 @@
typedef struct {
struct Manager base;
u8 field_0x20[0x18];
s16 metaTilePos; // x
s16 tilePos; // x
s16 field_0x3a; // y
} FlameManager;
+1 -1
View File
@@ -8,7 +8,7 @@ typedef struct {
u8 field_0x20[0x16];
u8 layer;
u8 field_0x37;
s16 metaTilePos;
s16 tilePos;
u16 field_0x3a;
u8 field_0x3c;
u8 field_0x3d;
+1 -1
View File
@@ -25,7 +25,7 @@ typedef struct {
u8 field_0x35;
u8 field_0x36;
u8 field_0x37;
u16 tilePosition;
u16 tilePos;
u16 field_0x3a;
u8 field_0x3c;
u8 field_0x3d;