diff options
| author | coco875 <59367621+coco875@users.noreply.github.com> | 2024-01-02 22:53:51 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-02 14:53:51 -0700 |
| commit | 7c44252daad7d5645014f9a0e0b9bbc4c54c58ee (patch) | |
| tree | 6c26203bdbaf175365ff313c77dc77403895fc4d /src/code_80086E70.c | |
| parent | 21a639a480abb8e2f26fa381e2bebd6f5e4d9ebf (diff) | |
Finish bss (#527)
* Finish importing bss
Diffstat (limited to 'src/code_80086E70.c')
| -rw-r--r-- | src/code_80086E70.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/code_80086E70.c b/src/code_80086E70.c index c27b50dca..5859a3292 100644 --- a/src/code_80086E70.c +++ b/src/code_80086E70.c @@ -12,8 +12,9 @@ #include "code_80071F00.h" #include "collision.h" #include "audio/external.h" -#include "variables.h" #include "main.h" +#include "code_80057C60.h" +#include "defines.h" void func_80086E70(s32 objectIndex) { gObjectList[objectIndex].unk_0AE = 1;// * 0xE0)) = 1; |
