diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2024-05-22 19:19:16 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-22 19:19:16 -0600 |
| commit | 78a7d156c9a080fab1c530d2aa8210c6d4cf5596 (patch) | |
| tree | d2ca24968a44ac59036945ae8a218e1a3b23cab2 /src/menus.h | |
| parent | bd9f6b3e851c02edff594237109df01ceb336a09 (diff) | |
Changes for OTR (#15)
* Bunch of fixes
Diffstat (limited to 'src/menus.h')
| -rw-r--r-- | src/menus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/menus.h b/src/menus.h index 85ad94508..e789caf7b 100644 --- a/src/menus.h +++ b/src/menus.h @@ -49,7 +49,7 @@ extern f32 D_8018EDDC; extern s32 D_8018EDE0; extern s8 gCharacterGridSelections[]; -extern bool D_8018EDE8[]; +extern s8 D_8018EDE8[]; extern s8 D_8018EDEC; extern s8 gMainMenuSelectionDepth; extern s8 D_8018EDEE; |
