diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2018-07-05 20:33:47 -0700 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2018-07-05 20:33:47 -0700 |
commit | 6313f360d5006527549b142253e22374624129e9 (patch) | |
tree | 99f4f3c4f4810cc24e247fa714a304897c073f64 /src/field_tasks.c | |
parent | efebc51972b23ddffa2700b1dd6895d4728646a3 (diff) | |
parent | f79ac26ce36197ddf98ab18b6699c76039ec68db (diff) |
Merge branch 'DizzyEggg-decompile_cut'
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) { |