diff options
| author | SphericalIce <sphericalice@outlook.com> | 2021-02-22 15:29:14 +0000 | 
|---|---|---|
| committer | SphericalIce <sphericalice@outlook.com> | 2021-02-22 15:29:14 +0000 | 
| commit | 381116b3c4962b7b33a3cd2ebef24aaec7f41caf (patch) | |
| tree | 5f4a9e3c5b65dc1a553cb5929b4494627f9a8b6c /include/constants | |
| parent | d313f5e58c726ced378f22eee5e06f384a614c35 (diff) | |
Add labels for cracked floor metatiles
Diffstat (limited to 'include/constants')
| -rw-r--r-- | include/constants/metatile_labels.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/include/constants/metatile_labels.h b/include/constants/metatile_labels.h index f7405f46a..836ab6ef2 100644 --- a/include/constants/metatile_labels.h +++ b/include/constants/metatile_labels.h @@ -165,6 +165,8 @@  // gTileset_Cave  #define METATILE_Cave_EntranceCover                     0x229 +#define METATILE_Cave_CrackedFloor_Hole                 0x206 +#define METATILE_Cave_CrackedFloor                      0x22F  #define METATILE_Cave_SealedChamberEntrance_TopLeft     0x22A  #define METATILE_Cave_SealedChamberEntrance_TopMid      0x22B  #define METATILE_Cave_SealedChamberEntrance_TopRight    0x22C @@ -191,6 +193,7 @@  #define METATILE_Pacifidlog_HalfSubmergedLogs_Vertical1   0x261  #define METATILE_Pacifidlog_SubmergedLogs_Vertical0       0x25A  #define METATILE_Pacifidlog_SubmergedLogs_Vertical1       0x262 +#define METATILE_Pacifidlog_SkyPillar_CrackedFloor_Hole   0x237  #define METATILE_Pacifidlog_SkyPillar_DoorOpen_Top        0x2AA  #define METATILE_Pacifidlog_SkyPillar_DoorOpen_Bottom     0x2B2 | 
