Guest User

Untitled

a guest
Jun 25th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. # Changing Wristwatch Colors
  2. # There are a boatload of functions that set the watch color
  3. # You could have different colors different sections if you wanted to
  4. # Also note that the font colour is dependent on the background color
  5.  
  6. # draw_menu_item
  7. %patch $1A9C7 8W #menu item bg
  8. %patch $1AA06 2 #menu font 1
  9. %patch $1AA0D 10 #menu font 2
  10. %patch $1AA33 15 #menu font 3
  11.  
  12. # draw_menu_footer
  13. %patch $1AA40 10 #font 1
  14. %patch $1AABF 0 #font 2
  15. %patch $1AAC1 10W #hlin 1
  16.  
  17. # draw_current_menu
  18. %patch $1AB14 10W #Hlin 1
  19.  
  20. ## BREAK 1
Add Comment
Please, Sign In to add comment