This commit is contained in:
GriffinR
2022-06-03 15:43:21 -04:00
128 changed files with 1530 additions and 1525 deletions
+3 -4
View File
@@ -1040,7 +1040,7 @@ static const struct BgTemplate sBgTemplates[] =
},
};
static const struct SpritePalette gWaveformSpritePalette =
static const struct SpritePalette sWaveformSpritePalette =
{
sWaveform_Pal, PALTAG_MISC_2
};
@@ -3844,7 +3844,7 @@ static bool8 InitPokeStorageWindows(void)
static void LoadWaveformSpritePalette(void)
{
LoadSpritePalette(&gWaveformSpritePalette);
LoadSpritePalette(&sWaveformSpritePalette);
}
static void InitPalettesAndSprites(void)
@@ -5417,8 +5417,7 @@ static bool32 WaitForWallpaperGfxLoad(void)
if (IsDma3ManagerBusyWithBgCopy())
return FALSE;
if (sStorage->wallpaperTiles != NULL)
FREE_AND_SET_NULL(sStorage->wallpaperTiles);
TRY_FREE_AND_SET_NULL(sStorage->wallpaperTiles);
return TRUE;
}