diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-03-02 10:48:13 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-02 10:48:13 -0500 |
commit | 5198a05272716990bcd98b9b216d3431adb25a3e (patch) | |
tree | 702cbfd3b7bf33459113fc4cd647a579ba114ad5 /include | |
parent | 55e00e0c1377c032651d1102ab6ba750483377e4 (diff) | |
parent | 7d7c51973ca025f03de1391b87b37876d3d9e90d (diff) |
Merge pull request #275 from GriffinRichards/doc-fiveisland
Document Five 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 01140a160..75804bfd9 100644 --- a/include/constants/metatile_labels.h +++ b/include/constants/metatile_labels.h @@ -190,4 +190,8 @@ #define METATILE_FuchsiaCity_SafariZoneTreeTopMiddle_Mowed 0x311 #define METATILE_FuchsiaCity_SafariZoneTreeTopRight_Mowed 0x312 +// gTileset_SeviiIslands45 +#define METATILE_SeviiIslands45_RocketWarehouseDoor_Locked 0x30B +#define METATILE_SeviiIslands45_RocketWarehouseDoor_Unlocked 0x2AF + #endif // GUARD_METATILE_LABELS_H |