diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-03-22 06:04:41 +0100 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-03-22 06:04:41 +0100 |
commit | 3d5864529e93265ea1711b638a4ab7b3d563086d (patch) | |
tree | 6644aec0197da0d2f6cd09a93b96226003687a93 /include/metatile_behavior.h | |
parent | 0042dd649d9cc5a4986a83f926b936dc881451b9 (diff) |
label changes for clarity
Diffstat (limited to 'include/metatile_behavior.h')
-rw-r--r-- | include/metatile_behavior.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/metatile_behavior.h b/include/metatile_behavior.h index 2960a1b6f..f4250f07b 100644 --- a/include/metatile_behavior.h +++ b/include/metatile_behavior.h @@ -72,7 +72,7 @@ bool8 MetatileBehavior_IsPuddle(u8); bool8 MetatileBehavior_IsTallGrass(u8); bool8 MetatileBehavior_IsLongGrass(u8); bool8 MetatileBehavior_IsBerryTreeSoil(u8); -bool8 MetatileBehavior_IsAsh(u8); +bool8 MetatileBehavior_IsAshGrass(u8); bool8 MetatileBehavior_IsUnusedFootprintMetatile(u8); bool8 MetatileBehavior_IsBridge(u8); u8 sub_8057450(u8); @@ -123,7 +123,7 @@ bool8 MetatileBehavior_IsVerticalRail(u8); bool8 MetatileBehavior_IsHorizontalRail(u8); bool8 MetatileBehavior_IsSeaweed(u8); bool8 MetatileBehavior_IsRunningDisallowed(u8); -bool8 sub_80578F8(u8); +bool8 MetatileBehavior_IsCuttableGrass(u8); bool8 sub_805791C(u8); bool8 MetatileBehavior_IsPictureBookShelf(u8); bool8 MetatileBehavior_IsBookShelf(u8); |