diff options
| author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-19 21:49:16 -0500 |
|---|---|---|
| committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-19 21:49:16 -0500 |
| commit | b071dd364f715165d6eec99ebbd1e4aed4b84bde (patch) | |
| tree | 5ae5ff57316221db767f8b00ffe5931eaa767409 /mobile/mobile_22_2.asm | |
| parent | ddec0ee305f25bc9941e19e16c79f499c5e95c23 (diff) | |
Japanese characters in Japanese text (e.g. "ォ" not "," for $f4)
Diffstat (limited to 'mobile/mobile_22_2.asm')
| -rw-r--r-- | mobile/mobile_22_2.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mobile/mobile_22_2.asm b/mobile/mobile_22_2.asm index 182c7235e..6354da146 100644 --- a/mobile/mobile_22_2.asm +++ b/mobile/mobile_22_2.asm @@ -1015,10 +1015,10 @@ Unknown_8b903: ; 8b903 dw String_8b92a dw String_8b938 -String_8b90b: db "めいしを えらんでください@" ; Please select a noun. -String_8b919: db "どの めいしと いれかえますか?@" ; OK to swap with any noun? -String_8b92a: db "あいてを えらんでください@" ; Please select an opponent. -String_8b938: db "いれる ところを えらんでください@" ; Please select a location. +String_8b90b: db "めいしを えらんでください@" ; Please select a noun. +String_8b919: db "どの めいしと いれかえますか?@" ; OK to swap with any noun? +String_8b92a: db "あいてを えらんでください@" ; Please select an opponent. +String_8b938: db "いれる ところを えらんでください@" ; Please select a location. ; 8b94a Function8b94a: ; 8b94a |
