diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-03-02 12:17:52 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-02 12:17:52 -0500 |
commit | e8504c7a3ff69f771746e9987452be78ebf44f37 (patch) | |
tree | 0c273a107fb19a80f8c0117cb597080790776a27 /include | |
parent | ae08a402904b8c4069bdfba61f0af8f433083f91 (diff) | |
parent | 6280a3786ba77956fae95bb11b425e7301d0a6fa (diff) |
Merge pull request #276 from GriffinRichards/doc-sixisland
Document Six and Seven Island scripts
Diffstat (limited to 'include')
-rw-r--r-- | include/constants/metatile_labels.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/constants/metatile_labels.h b/include/constants/metatile_labels.h index 75804bfd9..2d6f72e43 100644 --- a/include/constants/metatile_labels.h +++ b/include/constants/metatile_labels.h @@ -194,4 +194,8 @@ #define METATILE_SeviiIslands45_RocketWarehouseDoor_Locked 0x30B #define METATILE_SeviiIslands45_RocketWarehouseDoor_Unlocked 0x2AF +// gTileset_SeviiIslands67 +#define METATILE_SeviiIslands67_DottedHoleDoor_Closed 0x357 +#define METATILE_SeviiIslands67_DottedHoleDoor_Open 0x358 + #endif // GUARD_METATILE_LABELS_H |