diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-05-05 13:03:12 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-05-05 13:03:12 -0400 |
commit | d343d1f19a74657489d987dbd97b84e7389ae295 (patch) | |
tree | 2e47b11231a68494c5146a32b2a90685cc850a13 /src/metatile_behavior.c | |
parent | ac4ca95a7bcf05482add953aafa081df824fc954 (diff) | |
parent | 6b5f5b95bdac53ab4abd93302897d02118738561 (diff) |
whitespace was released outside. Bye-bye, whitespace!
Diffstat (limited to 'src/metatile_behavior.c')
-rw-r--r-- | src/metatile_behavior.c | 2 |
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), |