mirror of https://github.com/pret/pokeemerald.git
Update arguments for ApplyGlobalTintToPaletteSlot
This commit is contained in:
parent
03a98c72bc
commit
7f1c4720a2
|
@ -866,7 +866,7 @@ static void ApplyGlobalTintToPaletteEntries(u16 offset, u16 size)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void ApplyGlobalTintToPaletteSlot(void)
|
static void ApplyGlobalTintToPaletteSlot(u8 slot, u8 count)
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue