Consistently use Japanese control codes for Japanese strings (#1222)

This commit is contained in:
SnorlaxMonster
2026-01-25 07:07:50 +10:30
committed by GitHub
parent 45ef09d2bc
commit 7c3d2956cd
10 changed files with 22 additions and 21 deletions

View File

@@ -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: