summaryrefslogtreecommitdiff
path: root/src/object
diff options
context:
space:
mode:
authortheo3 <arisstephenson2@gmail.com>2021-11-06 21:42:53 -0700
committertheo3 <arisstephenson2@gmail.com>2021-11-06 21:42:53 -0700
commite6eeeefc50d5e7e4578443ea1f976de694fdb852 (patch)
tree0d6c4bc01a628fa11bb3330327b48604321af35b /src/object
parent3592e47cd6167082e866b1a391781995df253c3b (diff)
merge entity.c
Diffstat (limited to 'src/object')
-rw-r--r--src/object/objectA.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/object/objectA.c b/src/object/objectA.c
index 0e63b26f..c6ed5309 100644
--- a/src/object/objectA.c
+++ b/src/object/objectA.c
@@ -7,7 +7,7 @@
extern Hitbox gUnk_080FD170;
-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 {