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/spawn_players.c | |
| parent | 21a639a480abb8e2f26fa381e2bebd6f5e4d9ebf (diff) | |
Finish bss (#527)
* Finish importing bss
Diffstat (limited to 'src/spawn_players.c')
| -rw-r--r-- | src/spawn_players.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/spawn_players.c b/src/spawn_players.c index 88379d538..ca072c4ea 100644 --- a/src/spawn_players.c +++ b/src/spawn_players.c @@ -1,4 +1,3 @@ -#include <global.h> #include <defines.h> #include "spawn_players.h" @@ -21,6 +20,8 @@ #include "main.h" #include "menus.h" #include "render_player.h" +#include "code_80091750.h" +#include "code_8008C1D0.h" f32 D_80165210[8]; f32 D_80165230[8]; |
