diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-02-28 08:16:21 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-02-28 09:54:01 -0500 |
commit | 948b695ad436ade56858d76c3cd0d836910936ff (patch) | |
tree | 4745b8598774e0886d0189ce6d42c41eef08606f /include | |
parent | 43f66fce5574592ac1c37b9452fe858e482156bb (diff) |
Document Six 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..3abd61fd2 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_SeviiIslands67 +#define METATILE_SeviiIslands67_DottedHoleDoor_Closed 0x357 +#define METATILE_SeviiIslands67_DottedHoleDoor_Open 0x358 + #endif // GUARD_METATILE_LABELS_H |