summaryrefslogtreecommitdiff
path: root/gflib/text.c
diff options
context:
space:
mode:
Diffstat (limited to 'gflib/text.c')
-rw-r--r--gflib/text.c2
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);