Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 20, 2024
1 parent 9617607 commit a8caa60
Show file tree
Hide file tree
Showing 6 changed files with 110 additions and 0 deletions.
15 changes: 15 additions & 0 deletions patches/E71v45/change_animation_speed_in_nm.vkp
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
;E71v45
;Изменить скорость анимации в Native Menu
;Change animation speed in Native Menu
;(c) FIL
;(p) Виктор89
;Version:
;PatchID: 10807
;Details: https://patches.kibab.com/patches/details.php5?id=10807
/*

*/
0AF63EA: FF 2D
0AF63EC: 2D 0i80 ; 00 -> faster, 255 -> slower
;------------------------- end -------------------------

15 changes: 15 additions & 0 deletions patches/S75v52/change_animation_speed_in_nm.vkp
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
;S75v52
;Изменить скорость анимации в Native Menu
;Change animation speed in Native Menu
;(c) FIL
;(r) Виктор89
;Version:
;PatchID: 10806
;Details: https://patches.kibab.com/patches/details.php5?id=10806
/*

*/
0AD24FE: FF 2D
0AD2500: 2D 0i80 ; 00 -> faster, 255 -> slower
;------------------------- end -------------------------

14 changes: 14 additions & 0 deletions patches/S75v52/disable_message_bat_lvl_is_low.vkp
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
;S75v52
;Отключить сообщение 'Батарея Мобильного^музыкальн.^коплекта разряжена!'
;Disable message 'Battery level of the Mobile Soundset is low!'
;(c) FIL
;Version:
;PatchID: 10805
;Details: https://patches.kibab.com/patches/details.php5?id=10805
/*

*/
02FC70E: F2F020E9 C046C046

;------------------------- end -------------------------

14 changes: 14 additions & 0 deletions patches/S75v52/disable_messages_ims_700.vkp
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
;S75v52
;Отключить сообщения 'Мобильный музыкаль-ный комплект подключен.', Мобильный музыкаль-ный комплект отключен.'
;Disable messages 'Mobile soundset connected.', 'Mobile soundset disconnect..'
;(c) FIL
;Version:
;PatchID: 10808
;Details: https://patches.kibab.com/patches/details.php5?id=10808
/*

*/
02FC77E: EFF040EF 0020C046 ; Mobile soundset connected.
02FC7BA: EFF022EF 0020C046 ; Mobile soundset disconnect..
;------------------------- end -------------------------

12 changes: 12 additions & 0 deletions patches/files.json
Original file line number Diff line number Diff line change
Expand Up @@ -30901,5 +30901,17 @@
null,
[
"S75v52/add_icons_to_header_in_nm.vkp"
],
[
"S75v52/disable_message_bat_lvl_is_low.vkp"
],
[
"S75v52/change_animation_speed_in_nm.vkp"
],
[
"E71v45/change_animation_speed_in_nm.vkp"
],
[
"S75v52/disable_messages_ims_700.vkp"
]
]
40 changes: 40 additions & 0 deletions patches/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -19061,6 +19061,36 @@
"ru": "Добавить иконки в заголовок Native Menu",
"en": "Add icons to header in Native Menu"
}
},
"10805": {
"id": "10805",
"model": "S75v52",
"file": "S75v52/disable_message_bat_lvl_is_low.vkp",
"mtime": 1713541984000,
"title": {
"ru": "Отключить сообщение 'Батарея Мобильного^музыкальн.^коплекта разряжена!'",
"en": "Disable message 'Battery level of the Mobile Soundset is low!'"
}
},
"10806": {
"id": "10806",
"model": "S75v52",
"file": "S75v52/change_animation_speed_in_nm.vkp",
"mtime": 1713551770000,
"title": {
"ru": "Изменить скорость анимации в Native Menu",
"en": "Change animation speed in Native Menu"
}
},
"10808": {
"id": "10808",
"model": "S75v52",
"file": "S75v52/disable_messages_ims_700.vkp",
"mtime": 1713553436000,
"title": {
"ru": "Отключить сообщения 'Мобильный музыкаль-ный комплект подключен.', Мобильный музыкаль-ный комплект отключен.'",
"en": "Disable messages 'Mobile soundset connected.', 'Mobile soundset disconnect..'"
}
}
},
"SL75v31": {
Expand Down Expand Up @@ -92841,6 +92871,16 @@
"ru": "Отключить отрисовку номера текущего элемента в Native Menu",
"en": "Disable drawing the number of a current item in Native Menu"
}
},
"10807": {
"id": "10807",
"model": "E71v45",
"file": "E71v45/change_animation_speed_in_nm.vkp",
"mtime": 1713552014000,
"title": {
"ru": "Изменить скорость анимации в Native Menu",
"en": "Change animation speed in Native Menu"
}
}
},
"C81v51": {
Expand Down

0 comments on commit a8caa60

Please sign in to comment.