diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-10-02 12:01:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-02 12:01:45 -0400 |
commit | 27070e42f31acc805d7444e840aadbdaa83be6ee (patch) | |
tree | aed3fe304abc22c33c6e4c3e1ca1f233f8b37afc /src/reset_rtc_screen.c | |
parent | 1bd678656c735bbeb603ccb80367c7a85f820f61 (diff) | |
parent | 99e6a6639efa5d2113fe2787e5be4f0d98f0bf78 (diff) |
Merge pull request #757 from easyaspi314/debug-english
English Debug menu translations!
Diffstat (limited to 'src/reset_rtc_screen.c')
-rw-r--r-- | src/reset_rtc_screen.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/reset_rtc_screen.c b/src/reset_rtc_screen.c index 7bccddde5..c87a5ed72 100644 --- a/src/reset_rtc_screen.c +++ b/src/reset_rtc_screen.c @@ -635,10 +635,10 @@ void debug_sub_806F9B8(void) ScriptContext2_Enable(); } -static const u8 sDebugText_Days[] = _("にっすう"); // "days" -static const u8 sDebugText_Time[] = _("じかん"); // "time" -static const u8 sDebugText_GameTime[] = _("ゲームない じかん"); // "game time" -static const u8 sDebugText_RTCTime[] = _("RTC じかん"); // "RTC time" +static const u8 sDebugText_Days[] = DTR("にっすう", "days"); +static const u8 sDebugText_Time[] = DTR("じかん", "time"); +static const u8 sDebugText_GameTime[] = DTR("ゲームない じかん", "game time"); +static const u8 sDebugText_RTCTime[] = DTR("RTC じかん", "RTC time"); void debug_sub_806F9E4(u8 taskId) { |