diff options
| author | Alejandro Javier Asenjo Nitti <alejandro.asenjo88@gmail.com> | 2024-04-27 12:32:07 -0300 |
|---|---|---|
| committer | Alejandro Javier Asenjo Nitti <alejandro.asenjo88@gmail.com> | 2024-04-27 12:32:07 -0300 |
| commit | 5056a6ef3150c9bac585730fc1a1e6e622cbe1a8 (patch) | |
| tree | c0c5772c5f73c11e0dd37ede9f809c6ea08811cb /src/engine/fox_context.c | |
| parent | 9bc64bd212586b90833583cc2dbc25efa72d8dfb (diff) | |
bools and names
Diffstat (limited to 'src/engine/fox_context.c')
| -rw-r--r-- | src/engine/fox_context.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/fox_context.c b/src/engine/fox_context.c index 32ffd48a..8a587074 100644 --- a/src/engine/fox_context.c +++ b/src/engine/fox_context.c @@ -104,7 +104,7 @@ UNK_TYPE F_801782E0; s32 gRadioMsgId; UNK_TYPE F_801782F0; bool gMsgCharIsPrinting; -s32 gHideRadio; +bool gHideRadio; u16* gRadioMsg; ObjectInit* gLevelObjects; UNK_TYPE F_80178318; @@ -345,7 +345,7 @@ s32 D_ctx_80177DB8[4]; s32 D_ctx_80177DD0[4][10]; s32 D_ctx_80177E74; s32 D_ctx_80177E7C; -s32 gChangeTo360; +bool gChangeTo360; Vec3f gTeamArrowsViewPos[10]; f32 D_ctx_80177F20[65]; // Seem to be an early implementation of RadarMark f32 D_ctx_80178028[65]; |
