mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
match DecompressGlyphTile nicer
This commit is contained in:
parent
d70c3a94c5
commit
a900a51a59
@ -848,7 +848,7 @@ void RestoreTextColors(u8 *fgColor, u8 *bgColor, u8 *shadowColor)
|
||||
GenerateFontHalfRowLookupTable(*fgColor, *bgColor, *shadowColor);
|
||||
}
|
||||
|
||||
void DecompressGlyphTile(const u16 *src_, void *dest_)
|
||||
void DecompressGlyphTile(const void *src_, void *dest_)
|
||||
{
|
||||
u32 temp;
|
||||
const u16 *src = src_;
|
||||
|
Loading…
Reference in New Issue
Block a user