diff options
author | Slawter666 <38655737+Slawter666@users.noreply.github.com> | 2018-10-14 23:43:40 +0100 |
---|---|---|
committer | Slawter666 <38655737+Slawter666@users.noreply.github.com> | 2018-10-14 23:43:40 +0100 |
commit | 137f6549fffe9960b91ea8727ce92d3f3049f0fb (patch) | |
tree | f0570ccf324299817d276e4d02f2c30d209421b3 /src/field_tasks.c | |
parent | 02049d52ee5c9416f840d2bbb24f90e479e11f92 (diff) |
label field_effect_helpers
Diffstat (limited to 'src/field_tasks.c')
-rw-r--r-- | src/field_tasks.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/field_tasks.c b/src/field_tasks.c index fc57585e5..5fb23f536 100644 --- a/src/field_tasks.c +++ b/src/field_tasks.c @@ -627,11 +627,11 @@ static void PerStepCallback_8069F64(u8 taskId) { if (MapGridGetMetatileIdAt(x, y) == 0x20a) { - ash(x, y, 0x212, 4); + StartAshFieldEffect(x, y, 0x212, 4); } else { - ash(x, y, 0x206, 4); + StartAshFieldEffect(x, y, 0x206, 4); } if (CheckBagHasItem(ITEM_SOOT_SACK, 1)) { |