diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2023-09-08 13:39:13 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-08 13:39:13 -0600 |
| commit | 208fecdd28bdc3424d6ebf09f1eab23f271467b6 (patch) | |
| tree | 15abc0618221c0b4713aa1840f541239e2d33e61 /src/code_80091440.c | |
| parent | b723c1be1495a8b8018343ea0e7d7b9fd424f7c5 (diff) | |
Match bss for code_800029B0 and clean headers (#406)
* Match bss for code_800029B0 and clean headers
* Fix dvdl and a warning
Diffstat (limited to 'src/code_80091440.c')
| -rw-r--r-- | src/code_80091440.c | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/code_80091440.c b/src/code_80091440.c index c6bd58478..150aa5185 100644 --- a/src/code_80091440.c +++ b/src/code_80091440.c @@ -1,9 +1,10 @@ -#include "variables.h" +#include <variables.h> +#include <actor_types.h> +#include "main.h" +#include "code_800029B0.h" #include "code_80091440.h" #include "camera.h" #include "math_util.h" -#include "main.h" -#include <actor_types.h> #include "collision.h" void func_80091440(s8 arg0) { @@ -20,9 +21,7 @@ void func_800914A0(void) { } } -extern u32 D_8015F718[3]; - -void func_800914E0(void) { +UNUSED void func_800914E0(void) { UNUSED Vec3f sp64 = {0.0f, -20.0f, 150.0f}; UNUSED Vec3f sp58 = {0.0f, -6.0f, 4.0f}; uintptr_t segment = SEGMENT_NUMBER2(D_8015F718[0]); |
