diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-07-01 22:03:20 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-07-01 22:03:20 -0400 |
commit | 3f3316e08ff6e4f901c2b03c62ff0074a4e1b90f (patch) | |
tree | 6d8a013125258fef2261954ad119e54d0e976acf /src | |
parent | 5e1d6e8aab08c7d96ccffa03c00311717bbf3f7f (diff) |
i don't want to give this commit a name either
Diffstat (limited to 'src')
-rwxr-xr-x | src/sound_check_menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound_check_menu.c b/src/sound_check_menu.c index a8126b407..13a6f6f3e 100755 --- a/src/sound_check_menu.c +++ b/src/sound_check_menu.c @@ -1518,7 +1518,7 @@ void sub_80BA700(u16 soundIndex, u16 x, u16 y) // PrintSoundNumber ? for(i = 0; i < 3; i++) str[i] = 0; // initialize array - str[3] = CHAR_3PERIODS; + str[3] = CHAR_ELLIPSIS; str[4] = EOS; someBool = FALSE; |