summaryrefslogtreecommitdiff
path: root/src/metatile_behavior.c
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-07-07 14:11:04 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2018-07-07 14:11:04 +0200
commit98922986456010f6c81ff4450aa2914a33ad50dc (patch)
tree9de563091b3b98934f0072ec7bbc6505a7231d9b /src/metatile_behavior.c
parente6d67c7c2299a0c6fa7ec79fa1427c4a1277a6f7 (diff)
parent6313f360d5006527549b142253e22374624129e9 (diff)
Merge branch 'master' into final_battle_files_touches
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 ad0062c20..a5e328e4a 100644
--- a/src/metatile_behavior.c
+++ b/src/metatile_behavior.c
@@ -846,7 +846,7 @@ bool8 MetatileBehavior_IsBerryTreeSoil(u8 var)
return FALSE;
}
-bool8 MetatileBehavior_IsAsh(u8 var)
+bool8 MetatileBehavior_IsAshGrass(u8 var)
{
if (var == MB_ASHGRASS)
return TRUE;