This variable wrapped my brain around a tree too much

This commit is contained in:
Colton G. Rushton 2021-02-12 23:11:10 -04:00 committed by GitHub
parent 129dd89639
commit 1607474461
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -386,12 +386,7 @@ void render_multi_text_string(s16 *xPos, s16 *yPos, s8 multiTextID)
* In JP/EU a IA1 texture is used but in US a IA4 texture is used.
*/
void print_generic_string(s16 x, s16 y, const u8 *str) {
// get rid of this unused variable when both VERSION_EU and QOL_FIXES
#ifdef QOL_FIXES
#ifndef VERSION_EU
UNUSED s8 mark = DIALOG_MARK_NONE; // unused in EU
#endif
#endif
s32 strPos = 0;
u8 lineNum = 1;
#ifdef VERSION_EU