summaryrefslogtreecommitdiff
path: root/src/text.c
diff options
context:
space:
mode:
authorjiangzhengwenjz <jiangzhengwenjzw@qq.com>2019-10-10 08:34:28 +0800
committerjiangzhengwenjz <jiangzhengwenjzw@qq.com>2019-10-10 08:39:00 +0800
commit89a377cdd3a24956ff549b0fa69a5a1cc26fe128 (patch)
treea5279d2d7224d04f5e39b213d4c18deda54a438e /src/text.c
parent7b28a3ecfd7c6a7ae73283b298b2f04bbbcc72f0 (diff)
parentc61603fb3812011981e22478bce93aba8b7ec183 (diff)
Merge branch 'master' into battle
Diffstat (limited to 'src/text.c')
-rw-r--r--src/text.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/text.c b/src/text.c
index 5b88e9f75..b61713ee2 100644
--- a/src/text.c
+++ b/src/text.c
@@ -12,6 +12,7 @@
#include "window.h"
#include "graphics.h"
#include "dynamic_placeholder_text_util.h"
+#include "constants/songs.h"
extern u8 gGlyphInfo[0x90];
extern const struct OamData gOamData_83AC9D0;
@@ -552,7 +553,7 @@ bool16 TextPrinterWaitWithDownArrow(struct TextPrinter *textPrinter)
if (JOY_NEW(A_BUTTON | B_BUTTON))
{
result = TRUE;
- PlaySE(5);
+ PlaySE(SE_SELECT);
}
}
return result;
@@ -570,7 +571,7 @@ bool16 TextPrinterWait(struct TextPrinter *textPrinter)
if (JOY_NEW(A_BUTTON | B_BUTTON))
{
result = TRUE;
- PlaySE(5);
+ PlaySE(SE_SELECT);
}
}
return result;