Skip to content

Commit

Permalink
Settings: moved sound away from mouse
Browse files Browse the repository at this point in the history
  • Loading branch information
sik committed May 31, 2017
1 parent 223b4e0 commit ba879cd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file modified indigo.bin
Binary file not shown.
Binary file modified source/kernel/blob/rom_fs.blob
Binary file not shown.
8 changes: 4 additions & 4 deletions source/settings/data.68k
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ Layout:
OSUI_Hold ID_MOUSESENS_D, 2,17,2,2, VramLess
OSUI_Hold ID_MOUSESENS_U, 14,17,2,2, VramMore

OSUI_HScroll ID_SOUNDVOL, 4,22,8, VramScroller,VramHScrollBg
OSUI_Hold ID_SOUNDVOL_D, 2,22,2,2, VramLess
OSUI_Hold ID_SOUNDVOL_U, 14,22,2,2, VramMore
OSUI_HScroll ID_SOUNDVOL, 24,22,8, VramScroller,VramHScrollBg
OSUI_Hold ID_SOUNDVOL_D, 22,22,2,2, VramLess
OSUI_Hold ID_SOUNDVOL_U, 34,22,2,2, VramMore
OSUI_End

;----------------------------------------------------------------------------
Expand Down Expand Up @@ -79,7 +79,7 @@ LabelList:
dc.b 2,15,0,11
dc.w VramMouseSensivity

dc.b 2,20,0,9
dc.b 22,20,0,9
dc.w VramSoundVolume

dc.w $FFFF
Expand Down

0 comments on commit ba879cd

Please sign in to comment.