mirror of
https://github.com/zeldaret/tmc
synced 2026-08-29 17:12:35 -04:00
Change customHitbox in InteractableObject to s8*
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user