diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2021-11-12 12:13:13 +0100 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2021-11-12 12:13:13 +0100 |
| commit | 9396484df6c05886b38fd29bc67b4d247f15015f (patch) | |
| tree | 23191aa4cccdfb0889ae935f96231be70a0f1bda /src/object/objectA.c | |
| parent | b1e2175ffb7f4b65dffb5480e08c86135c66c109 (diff) | |
Merge branch 'master' into asset-extraction
Diffstat (limited to 'src/object/objectA.c')
| -rw-r--r-- | src/object/objectA.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/object/objectA.c b/src/object/objectA.c index f5fb63c6..9335bdc5 100644 --- a/src/object/objectA.c +++ b/src/object/objectA.c @@ -7,7 +7,7 @@ extern Hitbox gHitbox_2; -extern u8 gUnk_02000070; +extern u8 gUpdateVisibleTiles; void ObjectA(Entity* this) { u32 uVar2; @@ -24,7 +24,7 @@ void ObjectA(Entity* this) { if (CheckFlags(this->field_0x86.HWORD) != 0) { SetTileType(*(u16*)&this->field_0x70.HALF.LO, COORD_TO_TILE(this), this->collisionLayer); if ((gRoomControls.unk2 & 1) != 0) { - gUnk_02000070 = 0; + gUpdateVisibleTiles = 0; } DeleteThisEntity(); } else { |
