void pointer standarized
This commit is contained in:
+2
-2
@@ -2154,7 +2154,7 @@ static void LoadPokedexBgPalette(bool8 isSearchResults)
|
||||
|
||||
static void FreeWindowAndBgBuffers(void)
|
||||
{
|
||||
void* tilemapBuffer;
|
||||
void *tilemapBuffer;
|
||||
|
||||
FreeAllWindowBuffers();
|
||||
tilemapBuffer = GetBgTilemapBuffer(0);
|
||||
@@ -4880,7 +4880,7 @@ static void Task_LoadSearchMenu(u8 taskId)
|
||||
|
||||
static void FreeSearchWindowAndBgBuffers(void)
|
||||
{
|
||||
void* tilemapBuffer;
|
||||
void *tilemapBuffer;
|
||||
|
||||
FreeAllWindowBuffers();
|
||||
tilemapBuffer = GetBgTilemapBuffer(0);
|
||||
|
||||
Reference in New Issue
Block a user