PATCHING AN ISO

--Click on the "Dolphin setup" button and follow the instructions

--Set the setting you want in the patcher

--Click on the "Original file" button and select your twilight princess .iso

--Click on the "Target file" button and select where you want your new .iso to be

--Click on the patch button


PATCHING A DOL

--Click on the "Dolphin setup" button and follow the instructions

--Click on the "Extracting a game" button and follow the instructions

--Set the setting you want in the patcher

--Click on the "Original file" button and select the .dol you've extracted from your .iso

--Click on the "Target file" button and select where you want your new .dol to be

--Click on the patch button

--Replace the original main.dol with the patched one, make sure the new dol is still named main.dol

--Replace the bi2.bin next to the main.dol with the one in the archive

--Launch the main.dol


COLORS


--The colors are kinda weird because unlike the wind waker color change,
  they modify directly every single colors of the texture and directly
  change the gamecube TEV registers, most of the colors work by
  attenuating RGB values with values supperior to 0xFF00 for each 
  channels, here are some colors pressets:
  
  Yellow :
   R : 0x0006
   G : 0x0FFF
   B : 0xFF00
  Orange :
   R : 0x0000
   G : 0xFFEE
   B : 0xFF00
  Dark blue :
   R : 0xFF00
   G : 0xFFEF
   B : 0x0000
  Purple :
   R : 0xFFF0
   G : 0xFF00
   B : 0x0000
  Pink :
   R : 0x0000
   G : 0xFFF0
   B : 0xFFFF
  
  
  
  
  
  
  
  
  