summaryrefslogtreecommitdiff
path: root/src/text.c
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2019-10-09 20:02:59 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2019-10-09 20:02:59 -0400
commit855c052be041ed85789db1e460dd35cab9d12b4f (patch)
tree35dcf54a3b48510c01c721e2733646ed597ff79a /src/text.c
parent734cada66a2d9938cdc9a2806f68352d06da6e9a (diff)
Rename song constants using Japanese sound test menu
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;