diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-06-16 14:04:29 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-06-16 14:04:29 +0200 |
commit | 3bcd30969a8b7ced6e9fa54e1fc0f8447c2983bc (patch) | |
tree | 5905e1d11348213b18494870d04d24ffa7629c60 /include/metatile_behavior.h | |
parent | 7ea5dd7923eb9a44609a6cdaff331f7cd97bb34a (diff) |
cut field effect is decompiled and documented
Diffstat (limited to 'include/metatile_behavior.h')
-rw-r--r-- | include/metatile_behavior.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/metatile_behavior.h b/include/metatile_behavior.h index 4b9fd2488..86a67ab3e 100644 --- a/include/metatile_behavior.h +++ b/include/metatile_behavior.h @@ -74,7 +74,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 MetatileBehavior_GetBridgeSth(u8); |