This commit is contained in:
PokeCodec 2020-09-02 16:31:01 -04:00
parent fe81cc449e
commit 52d0b59f5a

View file

@ -484,8 +484,8 @@ void sub_81C79BC(const u16 *a0, const u16 *a1, s32 a2, s32 a3, s32 a4, u16 *pale
} }
else else
{ {
int r, g, b; s32 r, g, b;
int r1, g1, b1; s32 r1, g1, b1;
while (a2--) while (a2--)
{ {