mirror of
https://github.com/zeldaret/tmc
synced 2026-07-08 22:44:46 -04:00
Rename metaTiles
Now the 16x16 tiles are just called tiles and the 8x8 tiles are called subTiles.
This commit is contained in:
@@ -11,7 +11,7 @@ typedef struct {
|
||||
u8 field_0x37;
|
||||
s16 x;
|
||||
u16 y;
|
||||
u16 metaTilePos;
|
||||
u16 tilePos;
|
||||
u16 flag;
|
||||
} BombableWallManager;
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
typedef struct {
|
||||
struct Manager base;
|
||||
u8 field_0x20[0x18];
|
||||
s16 metaTilePos; // x
|
||||
s16 tilePos; // x
|
||||
s16 field_0x3a; // y
|
||||
} FlameManager;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user