diff options
author | Evan <eroelke@gmail.com> | 2019-11-20 09:57:19 -0700 |
---|---|---|
committer | Evan <eroelke@gmail.com> | 2019-11-20 09:57:19 -0700 |
commit | 39a71e64d1b6823cd12bf74a80e2d5bf287165d9 (patch) | |
tree | c3fcd490af5a291e7b2dd74e8b5bdea790c02516 /data | |
parent | 9f7c34d6456bfb204cf7bea871c43406e51801c2 (diff) |
fix nonmatching
Diffstat (limited to 'data')
-rw-r--r-- | data/strings.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/strings.s b/data/strings.s index fd38b48cf..2bc82b190 100644 --- a/data/strings.s +++ b/data/strings.s @@ -2958,11 +2958,11 @@ gText_SoundStereo:: @ 0x8419E3B gTextJP_Type:: @ 0x8419E42 .string "タイプ$" -gText_ButtonTypeNormal:: @ 0x8419E46 +gText_ButtonTypeHelp:: @ 0x8419E46 .string "HELP$" gText_ButtonTypeLEqualsA:: @ 0x8419E4B - .string "LゅA$" + .string "L=A$" gText_ButtonTypeLR:: @ 0x8419E4F .string "LR$" |