shithub: zelda3

Download patch

ref: 6cb8957e44a7fdae43822cf282eaa375241beaf1
parent: 9f2de022ddb043baa482b773ce022f55fe9ef9ba
author: Snesrev <snesrev@protonmail.com>
date: Thu Sep 29 19:09:09 EDT 2022

Vanilla bug: Fix incorrect gloves color (#126)

--- a/load_gfx.c
+++ b/load_gfx.c
@@ -1902,6 +1902,8 @@
 
 void LoadActualGearPalettes() {  // 8ed6c0
   LoadGearPalettes(link_sword_type, link_shield_type, link_armor);
+  if (enhanced_features0 & kFeatures0_MiscBugFixes)
+    Palette_UpdateGlovesColor();
 }
 
 void Palette_ElectroThemedGear() {  // 8ed6d1