From ba8345377eeca40a048556ae27f5b38f5ea1359a Mon Sep 17 00:00:00 2001 From: "Colton G. Rushton" Date: Wed, 20 May 2020 20:59:16 -0300 Subject: [PATCH] Added info that sparkle texture 5 was fixed --- src/goddard/renderer.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/goddard/renderer.c b/src/goddard/renderer.c index 1b94de4c..4fa77986 100644 --- a/src/goddard/renderer.c +++ b/src/goddard/renderer.c @@ -493,6 +493,7 @@ ALIGNED8 static u8 gd_texture_sparkle_4[] = { //! No reference to this texture. Two DL's uses the same previous texture // instead of using this texture. +// Fixed via setting TEXTURE_FIX to 1. ALIGNED8 static u8 gd_texture_sparkle_5[] = { #include "textures/intro_raw/sparkle_5.rgba16.inc.c" };