Change customHitbox in InteractableObject to s8*

This commit is contained in:
Catobat
2023-04-30 21:58:05 +02:00
parent 5145a6909e
commit 3a7f92e7c7
9 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ void Windcrest(Entity* this) {
}
void Windcrest_ChangeInteractableHitbox(Entity* this) {
static const u8 gUnk_08125010[] = { 0, 0, 12, 12 };
static const s8 gUnk_08125010[] = { 0, 0, 12, 12 };
SetInteractableObjectCollision(this, 1, 0xe, gUnk_08125010);
}