summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorgarak <garakmon@gmail.com>2019-06-11 21:32:27 -0400
committerhuderlem <huderlem@gmail.com>2019-06-16 10:08:07 -0500
commit8b26bd1e099a6f2893aa21a82f8f942b1ea6bd23 (patch)
treec4f295344acca9ca20445dea69d7a0d019df5600 /include
parentaad839995f6351318e4a162767ca91d4a399dc76 (diff)
label metatiles for general, fallarbor, and sootopolis gym tilesets
Diffstat (limited to 'include')
-rw-r--r--include/constants/metatile_labels.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/constants/metatile_labels.h b/include/constants/metatile_labels.h
index 552a615fa..fc37c123d 100644
--- a/include/constants/metatile_labels.h
+++ b/include/constants/metatile_labels.h
@@ -1,6 +1,12 @@
#ifndef GUARD_METATILE_LABELS_H
#define GUARD_METATILE_LABELS_H
+// gTileset_General
+#define METATILE_General_MuddySlope_Frame0 0x0E8
+#define METATILE_General_MuddySlope_Frame1 0x0E9
+#define METATILE_General_MuddySlope_Frame2 0x0EA
+#define METATILE_General_MuddySlope_Frame3 0x0EB
+
// gTileset_Building
#define METATILE_Building_PC_Off 0x004
#define METATILE_Building_PC_On 0x005
@@ -100,6 +106,13 @@
#define METATILE_Fortree_BridgeOverTrees_Raised 0x256
#define METATILE_Fortree_BridgeOverTrees_Lowered 0x257
+// gTileset_SootopolisGym
+#define METATILE_SootopolisGym_Ice_Cracked 0x20E
+#define METATILE_SootopolisGym_Ice_Broken 0x206
+
+// gTileset_Fallarbor
+#define METATILE_Fallarbor_AshGrass 0x20A
+#define METATILE_Fallarbor_NormalGrass 0x212