diff options
| author | notyourav <65437533+notyourav@users.noreply.github.com> | 2021-03-03 17:43:59 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-03 17:43:59 -0800 |
| commit | cdb6f5a17e19abe270e2bf7cd35255a3801c068b (patch) | |
| tree | 117ade992c0e84f81d59a5fab09a192a74c89048 /include | |
| parent | 55f08918fc5723a119ad79b96b3e118c68b30d73 (diff) | |
| parent | 27992b7e5fc9721bfea0da6e72100766ff0acbbf (diff) | |
Merge pull request #132 from octorock/ezlo-cap
Refactor rest of ezloCap
Diffstat (limited to 'include')
| -rw-r--r-- | include/functions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.h b/include/functions.h index 451785cc..ecf438fb 100644 --- a/include/functions.h +++ b/include/functions.h @@ -79,7 +79,7 @@ extern void sub_080791D0(); extern void sub_0805EC9C(); extern void sub_0805EC60(); extern void sub_080873D0(); -extern u8 sub_080045D4(s16, s16, u32, u32); +extern u32 sub_080045D4(s16, s16, u32, u32); extern void sub_0806F69C(Entity*); extern void sub_0805E3A0(void*, u32); extern void sub_0806D0B0(Entity*); |
