diff options
| author | Alejandro Javier Asenjo Nitti <alejandro.asenjo88@gmail.com> | 2024-04-27 10:03:49 -0300 |
|---|---|---|
| committer | Alejandro Javier Asenjo Nitti <alejandro.asenjo88@gmail.com> | 2024-04-27 10:03:49 -0300 |
| commit | bd30371b040a460953099fb4ad31ea4662aa1c19 (patch) | |
| tree | dcc0eef01ea8490c4a609aaef201024b8686758e /src/engine/fox_context.c | |
| parent | c1d7e814daaa082c8912b51f04449e42b28fba8b (diff) | |
bool
Diffstat (limited to 'src/engine/fox_context.c')
| -rw-r--r-- | src/engine/fox_context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/fox_context.c b/src/engine/fox_context.c index 5c5ca86e..32ffd48a 100644 --- a/src/engine/fox_context.c +++ b/src/engine/fox_context.c @@ -103,7 +103,7 @@ s32 gRadioMsgCharIndex; UNK_TYPE F_801782E0; s32 gRadioMsgId; UNK_TYPE F_801782F0; -s32 gMsgCharIsPrinting; +bool gMsgCharIsPrinting; s32 gHideRadio; u16* gRadioMsg; ObjectInit* gLevelObjects; |
