summaryrefslogtreecommitdiff
path: root/src/metatile_behavior.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/metatile_behavior.c')
-rw-r--r--src/metatile_behavior.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/metatile_behavior.c b/src/metatile_behavior.c
index a7fb5abef..befd6f20d 100644
--- a/src/metatile_behavior.c
+++ b/src/metatile_behavior.c
@@ -3,7 +3,7 @@
#define TILE_ATTRIBUTES(three, two, one) (((one) ? 1 : 0) | ((two) ? 2 : 0) | ((three) ? 4 : 0))
-static const u8 sTileBitAttributes[] =
+static const u8 sTileBitAttributes[] =
{
TILE_ATTRIBUTES(TRUE, FALSE, FALSE),
TILE_ATTRIBUTES(FALSE, FALSE, FALSE),