Skip to content

Commit

Permalink
Remove language switch for voice-only patch
Browse files Browse the repository at this point in the history
  • Loading branch information
andOlga committed Sep 7, 2019
1 parent 315b754 commit b2243c5
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions voices-only/0.utf
Original file line number Diff line number Diff line change
Expand Up @@ -292600,12 +292600,7 @@ goto *rmenu_csutom
textoff
btndef ""

lsp r_clear_lsp,":b/2,0,3;en\bmp\r_click\r_btn_clear.png",15,360 ;320

mov $witchh4, "bmp\r_click\r_btn_language.png"
setLangString $witchh4, "/2,0,3"
lsp r_language_lsp,$witchh4,15,400 ;360

lsp r_clear_lsp,":b/2,0,3;en\bmp\r_click\r_btn_clear.png",15,400 ;320
lsp r_sprite_lsp,":b/2,0,3;en\bmp\r_click\r_btn_system.png",440,440
lsp r_system_lsp,":b/2,0,3;en\bmp\r_click\r_btn_system.png",15,440
print 1
Expand All @@ -292623,7 +292618,6 @@ goto *rmenu_csutom
if %BtnRes = r_system_lsp seplay 9,1001 : goto *rmenu_main
if %BtnRes = r_clear_lsp csp r_sprite_lsp : csp r_language_lsp : csp r_clear_lsp : csp r_system_lsp : seplay 9,1000 : print 1:goto *rmenu_btlp
if %BtnRes = r_sprite_lsp goto *seventh_menu
if %BtnRes = r_language_lsp toggleLanguage : savegame 15 : loadgame 15
texton
csp r_clear_lsp
csp r_sprite_lsp
Expand Down Expand Up @@ -314370,6 +314364,8 @@ mov %show_cgs,0
mov %show_cg_test,0
mov %hide_new_sprites,0

mov %shownlangselect, 1
changeLanguage 0
if %shownlangselect = 1 goto *postlangselect
bg beach_2b,0

Expand Down

0 comments on commit b2243c5

Please sign in to comment.