summaryrefslogtreecommitdiff
path: root/src/object
diff options
context:
space:
mode:
authorTal Hayon <talhayon1@gmail.com>2022-04-17 10:10:17 +0300
committerTal Hayon <talhayon1@gmail.com>2022-04-17 10:10:17 +0300
commit10af15d30a7b19f2ce51f9df41bae1603c73282f (patch)
tree396dfb85aed2413f4820dab2599caee82e88c4cc /src/object
parentc6e3eafd09624cf696c90eb113c981e8f17f4280 (diff)
Replace int with s32
Diffstat (limited to 'src/object')
-rw-r--r--src/object/button.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/button.c b/src/object/button.c
index 88068074..1429cb05 100644
--- a/src/object/button.c
+++ b/src/object/button.c
@@ -185,7 +185,7 @@ u32 sub_08081E3C(Entity* this) {
0x77, 0x78, 0x79, 0x7a, 0, 0,
};
const u16* tmp1;
- int tmp2;
+ s32 tmp2;
tmp2 = GetTileType(this->field_0x74.HWORD, this->collisionLayer);
tmp1 = gUnk_0811EE50;
do {