diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-07-07 14:11:04 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-07-07 14:11:04 +0200 |
commit | 98922986456010f6c81ff4450aa2914a33ad50dc (patch) | |
tree | 9de563091b3b98934f0072ec7bbc6505a7231d9b /src/field_tasks.c | |
parent | e6d67c7c2299a0c6fa7ec79fa1427c4a1277a6f7 (diff) | |
parent | 6313f360d5006527549b142253e22374624129e9 (diff) |
Merge branch 'master' into final_battle_files_touches
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) { |