diff options
Diffstat (limited to 'gflib/text.c')
-rw-r--r-- | gflib/text.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gflib/text.c b/gflib/text.c index 30c142fa8..4cbad1376 100644 --- a/gflib/text.c +++ b/gflib/text.c @@ -783,7 +783,7 @@ bool16 TextPrinterWait(struct TextPrinter *textPrinter) } else { - if (gMain.newKeys & (A_BUTTON | B_BUTTON)) + if (JOY_NEW(A_BUTTON | B_BUTTON)) { result = TRUE; PlaySE(SE_SELECT); |