diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-18 20:40:32 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-18 20:49:17 -0500 |
commit | a3beba1e64bcdd71ade4595b37b033e74d87a78c (patch) | |
tree | 6ff5f3a73a09a6be1e2401d6d0ddbca22ec81be2 /data | |
parent | 2acaa96cf16ce953a7149f300d54e5440abc27d8 (diff) |
Use Japanese charmap definitions in strings
Diffstat (limited to 'data')
-rw-r--r-- | data/common_text/common_text_2.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/common_text/common_text_2.asm b/data/common_text/common_text_2.asm index f01714610..b209f6048 100644 --- a/data/common_text/common_text_2.asm +++ b/data/common_text/common_text_2.asm @@ -662,7 +662,7 @@ UnknownText_0x1c0cc6:: UnknownText_0x1c0cd0:: interpret_data - text $4c, "went way up!" + text "<SCROLL>went way up!" prompt UnknownText_0x1c0ce0:: @@ -677,7 +677,7 @@ UnknownText_0x1c0ceb:: UnknownText_0x1c0cf5:: interpret_data - text $4c, "sharply fell!" + text "<SCROLL>sharply fell!" prompt UnknownText_0x1c0d06:: |