Fix definition of VERSION_SH here

This commit is contained in:
Colton G. Rushton 2021-02-12 19:38:30 -04:00 committed by GitHub
parent debf5bd685
commit a1f561b80e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -537,7 +537,7 @@ void print_generic_string(s16 x, s16 y, const u8 *str) {
create_dl_translation_matrix(MENU_MTX_NOPUSH, 10.0f, 0.0f, 0.0f);
#else
create_dl_translation_matrix(MENU_MTX_NOPUSH, (f32)(gDialogCharWidths[str[strPos]]), 0.0f, 0.0f);
#if !defined(VERSION_JP) || !(VERSION_SH) || !defined(QOL_FIXES)
#if !defined(VERSION_JP) || !defined(VERSION_SH) || !defined(QOL_FIXES)
break; // what an odd difference. US added a useless break here.
#endif
#endif