Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 17, 2024
1 parent 73b9b69 commit aee6533
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
;Smooth scrolling of long headers
;(c) FIL
;(r) Azq2
;Version:
;Version: 1.1
;PatchID: 10828
;Details: https://patches.kibab.com/patches/details.php5?id=10828
/*

*/
; HEADER
; DEFAULT
0A27BFC: FF 42 ; scrolling speed
0A27BFC: FF 2A ; scrolling speed
; scrolling delay
0A27BFE: 2D32 8421
0A27C00: 7D21 8900
0A27C02: 0901 0231
; MEDIAPLAYER
079FF14: 64 42 ; scrolling speed
079FF14: 64 2A ; scrolling speed
079FF18: FA1F 211E ; scrolling delay

; HEADER ADDOINMENT
Expand Down
2 changes: 1 addition & 1 deletion patches/files.json
Original file line number Diff line number Diff line change
Expand Up @@ -30932,7 +30932,7 @@
"E71v45/10827-fix_pbar_canvas.vkp"
],
[
"E71v45/10828-smooth_scroll_of_long_headers.vkp"
"E71v45/10828-smooth_scroll_of_long_headers_v1_1.vkp"
],
[
"E71v45/10829-fix_init_of_scroll_header.vkp"
Expand Down
4 changes: 2 additions & 2 deletions patches/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -92943,8 +92943,8 @@
"10828": {
"id": "10828",
"model": "E71v45",
"file": "E71v45/10828-smooth_scroll_of_long_headers.vkp",
"mtime": 1715799192000,
"file": "E71v45/10828-smooth_scroll_of_long_headers_v1_1.vkp",
"mtime": 1715882876000,
"title": {
"ru": "Плавная прокрутка длинных заголовков",
"en": "Smooth scrolling of long headers"
Expand Down

0 comments on commit aee6533

Please sign in to comment.