Skip to content

Commit

Permalink
Use tab key to quick-toggle between Japanese and English
Browse files Browse the repository at this point in the history
  • Loading branch information
drojf committed Nov 17, 2018
1 parent e990f0e commit a85c57a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions InDevelopment/ManualUpdates/0.utf
Original file line number Diff line number Diff line change
Expand Up @@ -314391,7 +314391,7 @@ saveoff

delay 100


gettab
; for %click_observe = 0 to 1 step 0 ;ボタン入力を待つ
textbtnwait %BtnRes
; if %BtnRes > -4 break ;ボタン入力があるまでループ
Expand All @@ -314400,6 +314400,7 @@ textbtnwait %BtnRes
if %BtnRes = 0 goto *Text_cw_next
if %BtnRes = -3 goto *Text_cw_next
if %BtnRes = -11 goto *Text_cw_next
if %BtnRes = -20 toggleLanguage : savegame 15 : loadgame 15
if %BtnRes = -19 goto *Text_cw_next

if %BtnRes = -1 && %rmordflg = 0 gosub *text_cw_rclk : goto *Text_cw
Expand All @@ -314408,7 +314409,6 @@ if %BtnRes = -10 && %rmordflg = 0 gosub *text_cw_rclk : goto *Text_cw
if %BtnRes = -2 gosub *text_cw_lookback : goto *Text_cw



goto *text_cwlp

*Text_cw_next
Expand Down

0 comments on commit a85c57a

Please sign in to comment.