summaryrefslogtreecommitdiff
path: root/src/metatile_behavior.c
diff options
context:
space:
mode:
authorultima-soul <akshayjhanji@hotmail.com>2020-03-12 12:46:40 -0700
committerultima-soul <akshayjhanji@hotmail.com>2020-03-12 12:46:40 -0700
commit339c2914affc3c62ac9a5725aa1a0c7ccc3161ca (patch)
tree337fa55cb5d6af5a28dade5f7e3b28d6f7becae9 /src/metatile_behavior.c
parent65690ca7dc880f08a4c63d490797f4b16ce5195e (diff)
Decompile/port event_object_movement
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 8e07c1c97..29a296255 100644
--- a/src/metatile_behavior.c
+++ b/src/metatile_behavior.c
@@ -88,7 +88,7 @@ bool8 MetatileBehavior_IsJumpSouth(u8 metatileBehavior)
return FALSE;
}
-bool8 MetatileBehavior_IsTallGrass(u8 metatileBehavior)
+bool8 MetatileBehavior_IsPokeGrass(u8 metatileBehavior)
{
if(metatileBehavior == MB_TALL_GRASS || metatileBehavior == MB_CYCLING_ROAD_PULL_DOWN_GRASS)
return TRUE;