diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2023-06-17 00:10:00 +0200 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2023-06-17 00:10:00 +0200 |
| commit | c317fe3f18325fec54c0d76df450f132945449f7 (patch) | |
| tree | 553de6f2d0b1a1ed2a988ffb8a306dd3a138e88a /src/object/smokeParticle.c | |
| parent | 551cb7209393d06e302a5bda489c341f38efd1f3 (diff) | |
Extract KeyValuePairs
Diffstat (limited to 'src/object/smokeParticle.c')
| -rw-r--r-- | src/object/smokeParticle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/smokeParticle.c b/src/object/smokeParticle.c index de97206b..dacd282f 100644 --- a/src/object/smokeParticle.c +++ b/src/object/smokeParticle.c @@ -72,7 +72,7 @@ void sub_080878CC(Entity* this) { for (itX = -0x10; itX < 0x11; itX += 0x10) { for (itY = -0x10; itY < 0x11; itY += 0x10) { pos = TILE((u32)x + itX, (u32)y + itY); - if (sub_080B1AE0(pos, (u8)layer) == 0x2e) { + if (GetVvvAtMetaTilePos(pos, (u8)layer) == 0x2e) { switch (GetTileType(pos, layer)) { case 0x368: case 0x367: |
