diff options
author | Slawter666 <38655737+Slawter666@users.noreply.github.com> | 2018-07-08 01:23:28 +0100 |
---|---|---|
committer | Slawter666 <38655737+Slawter666@users.noreply.github.com> | 2018-07-08 01:23:28 +0100 |
commit | 08774bdd88e9c61fec790c7a92a3af78c66ba0c0 (patch) | |
tree | 7bc855529fc11e599cc40ceda9f114f86b9a6340 /src/field_tasks.c | |
parent | dd228fae5a4f0426c0242b3bb5ac6dfe62673a1f (diff) | |
parent | 6313f360d5006527549b142253e22374624129e9 (diff) |
Merge https://github.com/pret/pokeemerald into pokedex-doc
Diffstat (limited to 'src/field_tasks.c')
-rw-r--r-- | src/field_tasks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/field_tasks.c b/src/field_tasks.c index 3cc40ac9d..fc57585e5 100644 --- a/src/field_tasks.c +++ b/src/field_tasks.c @@ -623,7 +623,7 @@ static void PerStepCallback_8069F64(u8 taskId) { data[1] = x; data[2] = y; - if (MetatileBehavior_IsAsh(MapGridGetMetatileBehaviorAt(x, y))) + if (MetatileBehavior_IsAshGrass(MapGridGetMetatileBehaviorAt(x, y))) { if (MapGridGetMetatileIdAt(x, y) == 0x20a) { |