diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-04-17 19:15:32 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-04-17 19:15:32 -0400 |
commit | d42c033eb624bc096431de7f259088ed43126245 (patch) | |
tree | cf341c37899cffdbf4f47eb28610f9aa1d947758 /data | |
parent | 670a3e6b2bccb4b2def62c848e3925ae1086bf58 (diff) |
through debug_80C53F0 (also testing resplit of string)
Diffstat (limited to 'data')
-rw-r--r-- | data/debug_menu_watanabe.s | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/data/debug_menu_watanabe.s b/data/debug_menu_watanabe.s index 50cc210d7..b409ecab3 100644 --- a/data/debug_menu_watanabe.s +++ b/data/debug_menu_watanabe.s @@ -568,7 +568,10 @@ gUnknown_Debug_083F867F:: @ 0x83F867F .string "$" gUnknown_Debug_083F8687:: @ 0x83F8687 - .string "てとなにぬね{STRING 255}のはひふへほ$" + .string "てとなにぬね{STRING}$" + +gUnknown_Debug_083F868F:: @ 0x83F8687 + .string "のはひふへほ$" .align 2 gUnknown_Debug_083F8698:: @ 0x83F8698 @@ -577,7 +580,7 @@ gUnknown_Debug_083F8698:: @ 0x83F8698 .4byte gUnknown_Debug_083F8678, 0x6 .4byte gUnknown_Debug_083F867F, 0x6 .4byte gUnknown_Debug_083F8687, 0x6 - .4byte 0x83F868F, 0x6 + .4byte gUnknown_Debug_083F868F, 0x6 gUnknown_Debug_083F86C8:: @ 0x83F86C8 .string "ーーー$" |