diff options
author | melody <melody@pallet.town> | 2018-11-13 23:38:42 -0500 |
---|---|---|
committer | melody <melody@pallet.town> | 2018-11-14 00:10:54 -0500 |
commit | 5989a8a4616601db97333ea65694bd927d800ddc (patch) | |
tree | b988fbe6f5fe2696cfbbf0a24aba4f1abdce3b24 /include | |
parent | 648885b00a82141c42c1ab0af38b0a089e2814c2 (diff) |
Brings in surfable tile data structure
Diffstat (limited to 'include')
-rw-r--r-- | include/constants/metatile_behaviors.h | 1 | ||||
-rw-r--r-- | include/metatile_behavior.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/include/constants/metatile_behaviors.h b/include/constants/metatile_behaviors.h index 11a429953..0ceeda33f 100644 --- a/include/constants/metatile_behaviors.h +++ b/include/constants/metatile_behaviors.h @@ -1,6 +1,7 @@ #ifndef GUARD_METATILE_BEHAVIORS #define GUARD_METATILE_BEHAVIORS +#define METATILE_COUNT 0xF0 #define MB_NORMAL 0x00 #define MB_01 0x01 #define MB_TALL_GRASS 0x02 diff --git a/include/metatile_behavior.h b/include/metatile_behavior.h index bcaca7969..c81e743c7 100644 --- a/include/metatile_behavior.h +++ b/include/metatile_behavior.h @@ -149,7 +149,6 @@ bool8 MetatileBehavior_IsImpressiveMachine(u8 metatileBehavior); bool8 MetatileBehavior_IsVideoGame(u8 metatileBehavior); bool8 MetatileBehavior_IsBurglary(u8 metatileBehavior); bool8 MetatileBehavior_IsMBA3(u8 metatileBehavior); -extern u8 sTileBitAttributes[]; extern u8 gUnknown_8353068[]; #endif // GUARD_METATILE_BEHAVIOR |