mirror of
https://github.com/pret/pokecrystal.git
synced 2026-09-14 20:35:23 -05:00
Consistently use Japanese control codes for Japanese strings (#1222)
This commit is contained in:
@@ -1059,8 +1059,8 @@ DebugColor_PlaceCursor:
|
||||
|
||||
DebugColor_AreYouFinishedString:
|
||||
db "おわりますか?" ; Are you finished?
|
||||
next "はい<DOT><DOT><DOT>", DEBUGTEST_A ; YES...(A)
|
||||
next "いいえ<DOT><DOT>", DEBUGTEST_B ; NO..(B)
|
||||
next "はい...", DEBUGTEST_A ; YES...(A)
|
||||
next "いいえ..", DEBUGTEST_B ; NO..(B)
|
||||
db "@"
|
||||
|
||||
DebugColor_UpArrowGFX:
|
||||
|
||||
@@ -1694,7 +1694,7 @@ endr
|
||||
|
||||
.String_PressAToLink_BToCancel_JP:
|
||||
db "エーボタン<WO>おすと"
|
||||
next "つうしん<PKMN>おこなわれるよ!"
|
||||
next "つうしん<GA>おこなわれるよ!"
|
||||
next "ビーボタン<WO>おすと"
|
||||
next "つうしん<WO>ちゅうし します"
|
||||
db "@"
|
||||
|
||||
Reference in New Issue
Block a user