diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2023-08-22 19:12:51 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-22 19:12:51 -0600 |
| commit | 6e3f6aee638adfaee3ccbd72dc0d18f10d9f4ef6 (patch) | |
| tree | 5e02a7a8f34a17d14d07fc6ee2f94ebe287a0804 /include/objects.h | |
| parent | 6e5663895009a556afd7320aa4663434ddd46822 (diff) | |
Matched some funcs (#378)
* Matched code
Diffstat (limited to 'include/objects.h')
| -rw-r--r-- | include/objects.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/objects.h b/include/objects.h index d86e5d581..461ad59b7 100644 --- a/include/objects.h +++ b/include/objects.h @@ -102,7 +102,7 @@ extern s32 D_8018D1D8; // Limit on some object type (ice chips?) in Sherbet Land extern s32 D_8018D3C0; -extern UnkActorInner D_8018C0B0[]; +extern Collision D_8018C0B0[]; /** * D_80183EA0, D_80183F28, D_8018BFA8, and D_8018C030 are all lists of indices in D_80165C18. |
