Karikari1_v
===========
  Textures:
    - Karikari.0

  Ambient Colors:
    - 128, 128, 128, 128

  Constant Colors:
    - 255, 255, 255, 9

  Color Registers:
    - 0, 0, 0, -110
    - 0, 0, 0, 105

  Steps:
    1: RGB = (vertex RGB)
         A = (lerp from 159 to 105 using (vertex A)), then add -110, multiply by 4
    2: RGB = ((vertex RGB) * (prev. A)), then add (prev. RGB)
         A = 255
    3: RGB = ((tex #1 RGB) * (vertex RGB)), then add (prev. RGB), multiply by 2
         A = (prev. A)
