mirror of
https://github.com/pret/pokecrystal.git
synced 2026-08-16 14:19:12 -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:
|
||||
|
||||
Reference in New Issue
Block a user